renovate 43.141.1 → 43.141.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 +5 -5
- 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.141.
|
|
4
|
+
"version": "43.141.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@renovatebot/pgp": "1.3.7",
|
|
123
123
|
"@renovatebot/ruby-semver": "4.1.2",
|
|
124
124
|
"@sindresorhus/is": "7.2.0",
|
|
125
|
-
"@yarnpkg/core": "4.
|
|
125
|
+
"@yarnpkg/core": "4.7.0",
|
|
126
126
|
"@yarnpkg/parsers": "3.0.3",
|
|
127
127
|
"ae-cvss-calculator": "1.0.12",
|
|
128
128
|
"agentkeepalive": "4.6.0",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"lint-staged": "16.4.0",
|
|
271
271
|
"markdownlint-cli2": "0.22.0",
|
|
272
272
|
"markdownlint-cli2-formatter-template": "0.0.4",
|
|
273
|
-
"memfs": "4.57.
|
|
273
|
+
"memfs": "4.57.2",
|
|
274
274
|
"nock": "14.0.12",
|
|
275
275
|
"npm-run-all2": "8.0.4",
|
|
276
276
|
"nyc": "18.0.0",
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
"tar": "7.5.13",
|
|
282
282
|
"tmp-promise": "3.0.3",
|
|
283
283
|
"tsdown": "0.21.8",
|
|
284
|
-
"type-fest": "5.
|
|
285
|
-
"typescript": "6.0.
|
|
284
|
+
"type-fest": "5.6.0",
|
|
285
|
+
"typescript": "6.0.3",
|
|
286
286
|
"unified": "11.0.5",
|
|
287
287
|
"vite": "8.0.5",
|
|
288
288
|
"vitest": "4.1.4",
|
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.141.
|
|
3
|
+
"title": "JSON schema for Renovate 43.141.2 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.141.
|
|
5
|
+
"x-renovate-version": "43.141.2",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|