renovate 43.252.5 → 43.252.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/renovate-schema.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "renovate",
|
|
3
3
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
|
4
|
-
"version": "43.252.
|
|
4
|
+
"version": "43.252.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@redis/client": "5.12.1",
|
|
118
118
|
"@renovatebot/detect-tools": "4.0.8",
|
|
119
119
|
"@renovatebot/good-enough-parser": "2.0.1",
|
|
120
|
-
"@renovatebot/osv-offline": "3.0.
|
|
120
|
+
"@renovatebot/osv-offline": "3.0.7",
|
|
121
121
|
"@renovatebot/pep440": "5.0.0",
|
|
122
122
|
"@renovatebot/pgp": "1.3.14",
|
|
123
123
|
"@renovatebot/ruby-semver": "5.0.0",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"neotraverse": "0.6.18",
|
|
177
177
|
"node-html-parser": "7.1.0",
|
|
178
178
|
"p-all": "5.0.1",
|
|
179
|
-
"p-map": "7.0.
|
|
179
|
+
"p-map": "7.0.5",
|
|
180
180
|
"p-queue": "9.3.0",
|
|
181
181
|
"p-throttle": "8.1.0",
|
|
182
182
|
"parse-link-header": "2.0.0",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@ls-lint/ls-lint": "2.3.1",
|
|
219
219
|
"@openpgp/web-stream-tools": "0.3.1",
|
|
220
220
|
"@semantic-release/exec": "7.1.0",
|
|
221
|
-
"@smithy/util-stream": "4.7.
|
|
221
|
+
"@smithy/util-stream": "4.7.4",
|
|
222
222
|
"@types/adm-zip": "0.5.8",
|
|
223
223
|
"@types/aws4": "1.11.6",
|
|
224
224
|
"@types/breejs__later": "4.1.5",
|
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.252.
|
|
3
|
+
"title": "JSON schema for Renovate 43.252.7 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.252.
|
|
5
|
+
"x-renovate-version": "43.252.7",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"definitions": {
|