Skip to content

Commit

Permalink
fix: bump fetch-cookie from 2.2.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [fetch-cookie](https://github.com/valeriangalliat/fetch-cookie) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/valeriangalliat/fetch-cookie/releases)
- [Changelog](https://github.com/valeriangalliat/fetch-cookie/blob/master/CHANGELOG.md)
- [Commits](valeriangalliat/fetch-cookie@v2.2.0...v3.0.1)

---
updated-dependencies:
- dependency-name: fetch-cookie
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 75168be commit 5d5a5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@honeybadger-io/js": "^6.8.3",
"@sentry/node": "^7.102.1",
"chalk": "^4.1.2",
"fetch-cookie": "^2.2.0",
"fetch-cookie": "^3.0.1",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
"nodemailer": "^6.9.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2312,10 +2312,10 @@ fetch-blob@^3.1.2, fetch-blob@^3.1.4:
node-domexception "^1.0.0"
web-streams-polyfill "^3.0.3"

fetch-cookie@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-2.2.0.tgz#01086b6b5b1c3e08f15ffd8647b02ca100377365"
integrity sha512-h9AgfjURuCgA2+2ISl8GbavpUdR+WGAM2McW/ovn4tVccegp8ZqCKWSBR8uRdM8dDNlx5WdKRWxBYUwteLDCNQ==
fetch-cookie@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/fetch-cookie/-/fetch-cookie-3.0.1.tgz#6a77f7495e1a639ae019db916a234db8c85d5963"
integrity sha512-ZGXe8Y5Z/1FWqQ9q/CrJhkUD73DyBU9VF0hBQmEO/wPHe4A9PKTjplFDLeFX8aOsYypZUcX5Ji/eByn3VCVO3Q==
dependencies:
set-cookie-parser "^2.4.8"
tough-cookie "^4.0.0"
Expand Down

0 comments on commit 5d5a5cb

Please sign in to comment.