Skip to content

Commit 56fe0d5

Browse files
committed
fix: add tough-cookie override to pnpm-lock.yaml
1 parent fb6ad6f commit 56fe0d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"pnpm": {
5353
"overrides": {
54-
"lodash": ">=4.17.21"
54+
"lodash": ">=4.17.21",
55+
"tough-cookie": "^4.1.3"
5556
}
5657
}
5758
}

0 commit comments

Comments
 (0)