renovate 42.0.0 → 42.0.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 +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": "42.0.
|
|
4
|
+
"version": "42.0.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"glob": "11.0.3",
|
|
159
159
|
"global-agent": "3.0.0",
|
|
160
160
|
"good-enough-parser": "1.1.23",
|
|
161
|
-
"google-auth-library": "10.
|
|
161
|
+
"google-auth-library": "10.5.0",
|
|
162
162
|
"got": "11.8.6",
|
|
163
163
|
"graph-data-structure": "4.5.0",
|
|
164
164
|
"handlebars": "4.7.8",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"@ls-lint/ls-lint": "2.3.1",
|
|
224
224
|
"@openpgp/web-stream-tools": "0.2.1",
|
|
225
225
|
"@semantic-release/exec": "7.1.0",
|
|
226
|
-
"@smithy/util-stream": "4.5.
|
|
226
|
+
"@smithy/util-stream": "4.5.5",
|
|
227
227
|
"@types/auth-header": "1.0.6",
|
|
228
228
|
"@types/aws4": "1.11.6",
|
|
229
229
|
"@types/better-sqlite3": "7.6.13",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"@types/tmp": "0.2.6",
|
|
262
262
|
"@types/validate-npm-package-name": "4.0.2",
|
|
263
263
|
"@vitest/coverage-v8": "3.2.4",
|
|
264
|
-
"@vitest/eslint-plugin": "1.
|
|
264
|
+
"@vitest/eslint-plugin": "1.4.0",
|
|
265
265
|
"ajv": "8.17.1",
|
|
266
266
|
"ajv-formats": "3.0.1",
|
|
267
267
|
"aws-sdk-client-mock": "4.1.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.0.
|
|
2
|
+
"title": "JSON schema for Renovate 42.0.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.0.
|
|
4
|
+
"x-renovate-version": "42.0.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|