renovate 40.56.0 → 40.56.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": "40.56.0",
4
+ "version": "40.56.1",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "volta": {
145
145
  "node": "22.16.0",
146
- "pnpm": "10.11.1"
146
+ "pnpm": "10.12.1"
147
147
  },
148
148
  "dependencies": {
149
149
  "@aws-sdk/client-codecommit": "3.821.0",
@@ -352,7 +352,7 @@
352
352
  "vitest": "3.2.2",
353
353
  "vitest-mock-extended": "3.1.0"
354
354
  },
355
- "packageManager": "pnpm@10.11.1",
355
+ "packageManager": "pnpm@10.12.1",
356
356
  "files": [
357
357
  "dist",
358
358
  "renovate-schema.json"