renovate 43.59.0 → 43.59.2
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
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.59.
|
|
4
|
+
"version": "43.59.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"markdown-it": "14.1.1",
|
|
177
177
|
"markdown-table": "3.0.4",
|
|
178
178
|
"minimatch": "10.2.4",
|
|
179
|
-
"moo": "0.5.
|
|
179
|
+
"moo": "0.5.3",
|
|
180
180
|
"ms": "2.1.3",
|
|
181
181
|
"neotraverse": "0.6.18",
|
|
182
182
|
"node-html-parser": "7.0.2",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 43.59.
|
|
2
|
+
"title": "JSON schema for Renovate 43.59.2 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "43.59.
|
|
4
|
+
"x-renovate-version": "43.59.2",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|