Skip to content

Commit 0057bca

Browse files
Bump tough-cookie from 4.0.0 to 4.1.3 (#149)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3f30b8 commit 0057bca

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

yarn.lock

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4713,6 +4713,11 @@ punycode@^2.1.0, punycode@^2.1.1:
47134713
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
47144714
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
47154715

4716+
querystringify@^2.1.1:
4717+
version "2.2.0"
4718+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
4719+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
4720+
47164721
react-is@^17.0.1:
47174722
version "17.0.1"
47184723
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
@@ -4835,6 +4840,11 @@ require-directory@^2.1.1:
48354840
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
48364841
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
48374842

4843+
requires-port@^1.0.0:
4844+
version "1.0.0"
4845+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
4846+
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
4847+
48384848
reselect@^4.0.0:
48394849
version "4.0.0"
48404850
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7"
@@ -5233,13 +5243,14 @@ to-regex-range@^5.0.1:
52335243
is-number "^7.0.0"
52345244

52355245
tough-cookie@^4.0.0:
5236-
version "4.0.0"
5237-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
5238-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
5246+
version "4.1.3"
5247+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
5248+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
52395249
dependencies:
52405250
psl "^1.1.33"
52415251
punycode "^2.1.1"
5242-
universalify "^0.1.2"
5252+
universalify "^0.2.0"
5253+
url-parse "^1.5.3"
52435254

52445255
tr46@^2.0.2:
52455256
version "2.0.2"
@@ -5374,10 +5385,10 @@ unicode-property-aliases-ecmascript@^2.0.0:
53745385
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
53755386
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
53765387

5377-
universalify@^0.1.2:
5378-
version "0.1.2"
5379-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5380-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5388+
universalify@^0.2.0:
5389+
version "0.2.0"
5390+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
5391+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
53815392

53825393
update-browserslist-db@^1.0.5:
53835394
version "1.0.5"
@@ -5394,6 +5405,14 @@ uri-js@^4.2.2:
53945405
dependencies:
53955406
punycode "^2.1.0"
53965407

5408+
url-parse@^1.5.3:
5409+
version "1.5.10"
5410+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
5411+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
5412+
dependencies:
5413+
querystringify "^2.1.1"
5414+
requires-port "^1.0.0"
5415+
53975416
v8-compile-cache@^2.0.3:
53985417
version "2.1.0"
53995418
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"

0 commit comments

Comments
 (0)