renovate 39.253.2 → 39.253.3

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 +4 -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": "39.253.2",
4
+ "version": "39.253.3",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -142,7 +142,7 @@
142
142
  },
143
143
  "volta": {
144
144
  "node": "22.14.0",
145
- "pnpm": "10.8.0"
145
+ "pnpm": "10.8.1"
146
146
  },
147
147
  "dependencies": {
148
148
  "@aws-sdk/client-codecommit": "3.777.0",
@@ -346,14 +346,14 @@
346
346
  "tsx": "4.19.3",
347
347
  "type-fest": "4.39.1",
348
348
  "typescript": "5.8.3",
349
- "typescript-eslint": "8.29.1",
349
+ "typescript-eslint": "8.30.1",
350
350
  "unified": "9.2.2",
351
351
  "vite": "6.2.6",
352
352
  "vite-tsconfig-paths": "5.1.4",
353
353
  "vitest": "3.1.1",
354
354
  "vitest-mock-extended": "3.1.0"
355
355
  },
356
- "packageManager": "pnpm@10.8.0",
356
+ "packageManager": "pnpm@10.8.1",
357
357
  "files": [
358
358
  "dist",
359
359
  "renovate-schema.json"