Skip to content

Commit

Permalink
Add override for tough-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 11, 2023
1 parent c336600 commit f7da44a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@
"//": [
"overrides:",
"semver: https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
"tough-cookie: https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
"",
"ignored cves:",
"CVE-2023-26115 (word-wrap): ReDoS does not affect us (running client side or at build time)"
],
"overrides": {
"semver@<7.5.2": ">=7.5.2"
"ol-mapbox-style": "workspace:disabled-package@*",
"semver@<7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3"
},
"auditConfig": {
"ignoreCves": [
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7da44a

Please sign in to comment.