Skip to content

Commit

Permalink
chore(npm): update dependency tough-cookie to v5 (#1031)
Browse files Browse the repository at this point in the history
* chore(npm): update dependency tough-cookie to v5

* chore: update peerDependencies

* chore: remove @types/tough-cookie devdeps

* chore: update pnpm-lock.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Masahiro Miyashiro (3846masa) <3846masahiro+git@gmail.com>
  • Loading branch information
renovate[bot] and 3846masa authored Sep 20, 2024
1 parent 51de4ba commit 0547fa9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 40 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@types/request": "2.48.12",
"@types/semver": "7.5.8",
"@types/superagent": "8.1.9",
"@types/tough-cookie": "4.0.5",
"agentkeepalive": "4.5.0",
"axios": "1.7.7",
"babel-jest": "29.7.0",
Expand All @@ -93,13 +92,13 @@
"semantic-release": "22.0.12",
"semver": "7.6.3",
"superagent": "10.1.0",
"tough-cookie": "4.1.4",
"tough-cookie": "5.0.0",
"typescript": "5.6.2",
"undici": "6.19.8",
"urllib": "4.3.0"
},
"peerDependencies": {
"tough-cookie": "^4.0.0",
"tough-cookie": "^4.0.0 || ^5.0.0",
"undici": "^5.11.0 || ^6.0.0"
},
"peerDependenciesMeta": {
Expand Down
57 changes: 20 additions & 37 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 0547fa9

Please sign in to comment.