renovate 42.14.3 → 42.14.4
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 +2 -2
- 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.14.
|
|
4
|
+
"version": "42.14.4",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"@types/mdast": "4.0.4",
|
|
251
251
|
"@types/moo": "0.5.10",
|
|
252
252
|
"@types/ms": "2.1.0",
|
|
253
|
-
"@types/node": "22.19.
|
|
253
|
+
"@types/node": "22.19.1",
|
|
254
254
|
"@types/parse-link-header": "2.0.3",
|
|
255
255
|
"@types/punycode": "2.1.4",
|
|
256
256
|
"@types/sax": "1.2.7",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.14.
|
|
2
|
+
"title": "JSON schema for Renovate 42.14.4 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.14.
|
|
4
|
+
"x-renovate-version": "42.14.4",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|