renovate 40.10.3 → 40.10.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 +1 -4
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": "40.10.
|
4
|
+
"version": "40.10.4",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -370,9 +370,6 @@
|
|
370
370
|
],
|
371
371
|
"overrides": {
|
372
372
|
"esbuild": "0.25.3"
|
373
|
-
},
|
374
|
-
"patchedDependencies": {
|
375
|
-
"re2": "patches/re2.patch"
|
376
373
|
}
|
377
374
|
}
|
378
375
|
}
|