renovate 42.19.7 → 42.19.8
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.19.
|
|
4
|
+
"version": "42.19.8",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"node-html-parser": "7.0.1",
|
|
183
183
|
"p-all": "5.0.1",
|
|
184
184
|
"p-map": "7.0.4",
|
|
185
|
-
"p-queue": "9.0.
|
|
185
|
+
"p-queue": "9.0.1",
|
|
186
186
|
"p-throttle": "8.1.0",
|
|
187
187
|
"parse-link-header": "2.0.0",
|
|
188
188
|
"prettier": "3.6.2",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.19.
|
|
2
|
+
"title": "JSON schema for Renovate 42.19.8 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.19.
|
|
4
|
+
"x-renovate-version": "42.19.8",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|