renovate 42.86.0 → 42.86.1
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 +3 -3
- 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": "42.86.
|
|
4
|
+
"version": "42.86.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"@ls-lint/ls-lint": "2.3.1",
|
|
227
227
|
"@openpgp/web-stream-tools": "0.3.0",
|
|
228
228
|
"@semantic-release/exec": "7.1.0",
|
|
229
|
-
"@smithy/util-stream": "4.5.
|
|
229
|
+
"@smithy/util-stream": "4.5.10",
|
|
230
230
|
"@types/auth-header": "1.0.6",
|
|
231
231
|
"@types/aws4": "1.11.6",
|
|
232
232
|
"@types/better-sqlite3": "7.6.13",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"oxlint": "1.39.0",
|
|
296
296
|
"rimraf": "6.1.2",
|
|
297
297
|
"semantic-release": "25.0.2",
|
|
298
|
-
"tar": "7.5.
|
|
298
|
+
"tar": "7.5.4",
|
|
299
299
|
"tmp-promise": "3.0.3",
|
|
300
300
|
"tsx": "4.21.0",
|
|
301
301
|
"type-fest": "5.4.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.86.
|
|
2
|
+
"title": "JSON schema for Renovate 42.86.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.86.
|
|
4
|
+
"x-renovate-version": "42.86.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|