renovate 41.128.0 → 41.128.1

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.
Files changed (1) hide show
  1. package/package.json +3 -3
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": "41.128.0",
4
+ "version": "41.128.1",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -19,7 +19,7 @@
19
19
  "debug": "tsx --inspect-brk lib/renovate.ts",
20
20
  "doc-fix": "run-s markdown-lint-fix prettier-fix",
21
21
  "doc-fix-everything": "run-s doc-fix doc-fence-check lint-documentation",
22
- "doc-fence-check": "node tools/check-fenced-code.mjs",
22
+ "doc-fence-check": "tsx tools/check-fenced-code.ts",
23
23
  "lint-documentation": "vitest run --coverage false test/docs/**.spec.ts",
24
24
  "lint-other": "vitest run --coverage false test/other/**.spec.ts",
25
25
  "eslint": "eslint . --cache --cache-location .cache/eslint",
@@ -142,7 +142,7 @@
142
142
  "pnpm": "^10.0.0"
143
143
  },
144
144
  "volta": {
145
- "node": "22.19.0",
145
+ "node": "22.20.0",
146
146
  "pnpm": "10.16.1"
147
147
  },
148
148
  "dependencies": {