Skip to content

Commit 8602827

Browse files
Prevent cookie from being downgraded when doing "pnpm up" (#4098)
1 parent 396ab57 commit 8602827

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"prettier-plugin-tailwindcss": "^0.6.11",
5757
"typescript": "^5.8.3"
5858
},
59+
"pnpm": {
60+
"overrides": {
61+
"cookie": "^0.7.2"
62+
}
63+
},
5964
"workspaces": {
6065
"packages": [
6166
"packages/*",

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)