Skip to content

Commit

Permalink
fix(dependabot): fix tough-cookie security vulnerability (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Jul 10, 2023
1 parent 15f57d7 commit 08cbc2a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 22 deletions.
3 changes: 3 additions & 0 deletions canary/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"dotenv-safe": "^8.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.2"
},
"resolutions": {
"tough-cookie": "4.1.3"
}
}
43 changes: 34 additions & 9 deletions canary/e2e/yarn.lock

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"prismjs": "^1.25.0",
"react-dev-utils": "^11.0.4",
"shell-quote": "1.7.3",
"tough-cookie": "4.1.3",
"trim-newlines": "3.0.1",
"yaml": "2.2.2"
},
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock

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

0 comments on commit 08cbc2a

Please sign in to comment.