Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit aaf3834

Browse files
Bump tough-cookie from 4.0.0 to 4.1.4
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.4. - [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.4) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4cd29f commit aaf3834

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
@@ -4517,6 +4517,11 @@ punycode@^2.1.0, punycode@^2.1.1:
45174517
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
45184518
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
45194519

4520+
querystringify@^2.1.1:
4521+
version "2.2.0"
4522+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
4523+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
4524+
45204525
queue-microtask@^1.2.2:
45214526
version "1.2.3"
45224527
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -4667,6 +4672,11 @@ require-directory@^2.1.1:
46674672
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
46684673
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
46694674

4675+
requires-port@^1.0.0:
4676+
version "1.0.0"
4677+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
4678+
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
4679+
46704680
resolve-cwd@^3.0.0:
46714681
version "3.0.0"
46724682
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -5045,13 +5055,14 @@ to-regex-range@^5.0.1:
50455055
is-number "^7.0.0"
50465056

50475057
tough-cookie@^4.0.0:
5048-
version "4.0.0"
5049-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
5050-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
5058+
version "4.1.4"
5059+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
5060+
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
50515061
dependencies:
50525062
psl "^1.1.33"
50535063
punycode "^2.1.1"
5054-
universalify "^0.1.2"
5064+
universalify "^0.2.0"
5065+
url-parse "^1.5.3"
50555066

50565067
tr46@^2.1.0:
50575068
version "2.1.0"
@@ -5180,10 +5191,10 @@ unicode-property-aliases-ecmascript@^2.0.0:
51805191
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
51815192
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
51825193

5183-
universalify@^0.1.2:
5184-
version "0.1.2"
5185-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5186-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5194+
universalify@^0.2.0:
5195+
version "0.2.0"
5196+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
5197+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
51875198

51885199
uri-js@^4.2.2:
51895200
version "4.4.1"
@@ -5192,6 +5203,14 @@ uri-js@^4.2.2:
51925203
dependencies:
51935204
punycode "^2.1.0"
51945205

5206+
url-parse@^1.5.3:
5207+
version "1.5.10"
5208+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
5209+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
5210+
dependencies:
5211+
querystringify "^2.1.1"
5212+
requires-port "^1.0.0"
5213+
51955214
v8-compile-cache@^2.0.3:
51965215
version "2.3.0"
51975216
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)