We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97735eb commit 6e52166Copy full SHA for 6e52166
packages/nextjs/package.json
@@ -92,7 +92,7 @@
92
},
93
"devDependencies": {
94
"crypto-es": "^2.1.0",
95
- "next": "15.5.10"
+ "next": "15.5.13"
96
97
"peerDependencies": {
98
"next": "^15.2.8 || ^15.3.8 || ^15.4.10 || ^15.5.9 || ^15.6.0-0 || ^16.0.10 || ^16.1.0-0",
pnpm-workspace.yaml
@@ -39,6 +39,8 @@ minimumReleaseAgeExclude:
39
- '@modelcontextprotocol/sdk@1.26.0'
40
# Renovate security update: esbuild@0.25.0
41
- esbuild@0.25.0
42
+ # Renovate security update: next@15.5.13
43
+ - next@15.5.13
44
45
trustPolicy: no-downgrade
46
trustPolicyExclude:
0 commit comments