Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 14aa233

Browse files
chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#34)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682c944 commit 14aa233

File tree

2 files changed

+95
-12
lines changed

2 files changed

+95
-12
lines changed

package-lock.json

Lines changed: 71 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,6 +3064,10 @@ punycode@^2.1.0, punycode@^2.1.1:
30643064
version "2.1.1"
30653065
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
30663066

3067+
querystringify@^2.1.1:
3068+
version "2.2.0"
3069+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
3070+
30673071
react-is@^17.0.1:
30683072
version "17.0.2"
30693073
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
@@ -3132,6 +3136,10 @@ require-main-filename@^2.0.0:
31323136
version "2.0.0"
31333137
resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"
31343138

3139+
requires-port@^1.0.0:
3140+
version "1.0.0"
3141+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
3142+
31353143
resolve-cwd@^3.0.0:
31363144
version "3.0.0"
31373145
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz"
@@ -3543,12 +3551,13 @@ to-regex@^3.0.1, to-regex@^3.0.2:
35433551
safe-regex "^1.1.0"
35443552

35453553
tough-cookie@^4.0.0:
3546-
version "4.0.0"
3547-
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz"
3554+
version "4.1.3"
3555+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
35483556
dependencies:
35493557
psl "^1.1.33"
35503558
punycode "^2.1.1"
3551-
universalify "^0.1.2"
3559+
universalify "^0.2.0"
3560+
url-parse "^1.5.3"
35523561

35533562
tr46@^2.0.2:
35543563
version "2.0.2"
@@ -3636,10 +3645,14 @@ uniq@^1.0.1:
36363645
version "1.0.1"
36373646
resolved "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz"
36383647

3639-
universalify@^0.1.0, universalify@^0.1.2:
3648+
universalify@^0.1.0:
36403649
version "0.1.2"
36413650
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
36423651

3652+
universalify@^0.2.0:
3653+
version "0.2.0"
3654+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
3655+
36433656
unset-value@^1.0.0:
36443657
version "1.0.0"
36453658
resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz"
@@ -3657,6 +3670,13 @@ urix@^0.1.0:
36573670
version "0.1.0"
36583671
resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
36593672

3673+
url-parse@^1.5.3:
3674+
version "1.5.10"
3675+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
3676+
dependencies:
3677+
querystringify "^2.1.1"
3678+
requires-port "^1.0.0"
3679+
36603680
use@^3.1.0:
36613681
version "3.1.1"
36623682
resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz"

0 commit comments

Comments
 (0)