renovate 43.66.1 → 43.66.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 +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": "43.66.
|
|
4
|
+
"version": "43.66.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@renovatebot/good-enough-parser": "1.2.0",
|
|
124
124
|
"@renovatebot/osv-offline": "2.2.1",
|
|
125
125
|
"@renovatebot/pep440": "4.2.2",
|
|
126
|
-
"@renovatebot/pgp": "1.3.
|
|
126
|
+
"@renovatebot/pgp": "1.3.4",
|
|
127
127
|
"@renovatebot/ruby-semver": "4.1.2",
|
|
128
128
|
"@sindresorhus/is": "7.2.0",
|
|
129
129
|
"@yarnpkg/core": "4.5.0",
|
|
@@ -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": "24.11.
|
|
253
|
+
"@types/node": "24.11.2",
|
|
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.66.
|
|
3
|
+
"title": "JSON schema for Renovate 43.66.2 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.66.
|
|
5
|
+
"x-renovate-version": "43.66.2",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|