Skip to content

Commit

Permalink
Update http-cookie-agent and undici
Browse files Browse the repository at this point in the history
Apparently the undici update includes two security fixes
(GHSA-9qxr-qj54-h672 [1], GHSA-m4v8-wqvr-p9f7 [2]), though it doesn’t
sound like either of them could have affected m3api users.

    npm i {http-cookie-agent,undici}@latest

[1]: GHSA-9qxr-qj54-h672
[2]: GHSA-m4v8-wqvr-p9f7
  • Loading branch information
lucaswerkmeister committed Apr 9, 2024
1 parent 53f2726 commit f3f8bdc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"node": ">=18.2.0"
},
"dependencies": {
"http-cookie-agent": "^6.0.1",
"http-cookie-agent": "^6.0.3",
"tough-cookie": "^4.1.3",
"undici": "^6.9.0"
"undici": "^6.12.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^11.2.2",
Expand Down

0 comments on commit f3f8bdc

Please sign in to comment.