Skip to content

Commit b41ead3

Browse files
committed
chore: fix pnpm audit
1 parent 2b24036 commit b41ead3

File tree

2 files changed

+201
-184
lines changed

2 files changed

+201
-184
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
"next@>=15.0.0 <=15.4.4": ">=15.4.7",
5151
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
5252
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
53-
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
53+
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
54+
"next@>=15.5.1-canary.0 <15.5.7": ">=15.5.7",
55+
"next@>=16.0.0-canary.0 <16.0.7": ">=16.0.7"
5456
}
5557
}
5658
}

0 commit comments

Comments
 (0)