Skip to content

Commit 0505704

Browse files
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 9879aa6 commit 0505704

File tree

2 files changed

+82
-22
lines changed

2 files changed

+82
-22
lines changed

package-lock.json

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

yarn.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7851,6 +7851,11 @@ query-string@^7.1.3:
78517851
split-on-first "^1.0.0"
78527852
strict-uri-encode "^2.0.0"
78537853

7854+
querystringify@^2.1.1:
7855+
version "2.2.0"
7856+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
7857+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
7858+
78547859
queue-microtask@^1.2.2:
78557860
version "1.2.3"
78567861
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
@@ -9168,13 +9173,14 @@ [email protected]:
91689173
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
91699174

91709175
tough-cookie@^4.0.0:
9171-
version "4.0.0"
9172-
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz"
9173-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
9176+
version "4.1.3"
9177+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
9178+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
91749179
dependencies:
91759180
psl "^1.1.33"
91769181
punycode "^2.1.1"
9177-
universalify "^0.1.2"
9182+
universalify "^0.2.0"
9183+
url-parse "^1.5.3"
91789184

91799185
tr46@^1.0.1:
91809186
version "1.0.1"
@@ -9316,10 +9322,10 @@ unique-string@^2.0.0:
93169322
dependencies:
93179323
crypto-random-string "^2.0.0"
93189324

9319-
universalify@^0.1.2:
9320-
version "0.1.2"
9321-
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
9322-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
9325+
universalify@^0.2.0:
9326+
version "0.2.0"
9327+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
9328+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
93239329

93249330
universalify@^2.0.0:
93259331
version "2.0.0"
@@ -9356,6 +9362,14 @@ uri-js@^4.2.2:
93569362
dependencies:
93579363
punycode "^2.1.0"
93589364

9365+
url-parse@^1.5.3:
9366+
version "1.5.10"
9367+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
9368+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
9369+
dependencies:
9370+
querystringify "^2.1.1"
9371+
requires-port "^1.0.0"
9372+
93599373
use-sync-external-store@^1.0.0:
93609374
version "1.2.0"
93619375
resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz"

0 commit comments

Comments
 (0)