Skip to content

Commit 76e4eeb

Browse files
chore(deps): bump tough-cookie from 4.0.0 to 4.1.3
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]>
1 parent 32dbeef commit 76e4eeb

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

yarn.lock

+29-5
Original file line numberDiff line numberDiff line change
@@ -5439,6 +5439,11 @@ punycode@^2.1.0, punycode@^2.1.1:
54395439
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
54405440
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
54415441

5442+
querystringify@^2.1.1:
5443+
version "2.2.0"
5444+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
5445+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
5446+
54425447
queue-microtask@^1.2.2:
54435448
version "1.2.3"
54445449
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -5657,6 +5662,11 @@ require-main-filename@^2.0.0:
56575662
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
56585663
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
56595664

5665+
requires-port@^1.0.0:
5666+
version "1.0.0"
5667+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
5668+
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
5669+
56605670
reselect@^3.0.1:
56615671
version "3.0.1"
56625672
resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
@@ -6395,13 +6405,14 @@ [email protected]:
63956405
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
63966406

63976407
tough-cookie@^4.0.0:
6398-
version "4.0.0"
6399-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
6400-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
6408+
version "4.1.3"
6409+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
6410+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
64016411
dependencies:
64026412
psl "^1.1.33"
64036413
punycode "^2.1.1"
6404-
universalify "^0.1.2"
6414+
universalify "^0.2.0"
6415+
url-parse "^1.5.3"
64056416

64066417
tr46@^2.1.0:
64076418
version "2.1.0"
@@ -6524,11 +6535,16 @@ union-value@^1.0.0:
65246535
is-extendable "^0.1.1"
65256536
set-value "^2.0.1"
65266537

6527-
universalify@^0.1.0, universalify@^0.1.2:
6538+
universalify@^0.1.0:
65286539
version "0.1.2"
65296540
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
65306541
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
65316542

6543+
universalify@^0.2.0:
6544+
version "0.2.0"
6545+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
6546+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
6547+
65326548
unpipe@~1.0.0:
65336549
version "1.0.0"
65346550
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -6554,6 +6570,14 @@ urix@^0.1.0:
65546570
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
65556571
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
65566572

6573+
url-parse@^1.5.3:
6574+
version "1.5.10"
6575+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
6576+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
6577+
dependencies:
6578+
querystringify "^2.1.1"
6579+
requires-port "^1.0.0"
6580+
65576581
use-subscription@^1.0.0:
65586582
version "1.4.1"
65596583
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.4.1.tgz#edcbcc220f1adb2dd4fa0b2f61b6cc308e620069"

0 commit comments

Comments
 (0)