Skip to content

Commit aaa3103

Browse files
authored
Merge pull request #18 from qitpy/dependabot/npm_and_yarn/tough-cookie-4.1.3
Bump tough-cookie from 4.0.0 to 4.1.3
2 parents 760f2c8 + 0505704 commit aaa3103

File tree

2 files changed

+66
-22
lines changed

2 files changed

+66
-22
lines changed

package-lock.json

Lines changed: 44 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
@@ -7899,6 +7899,11 @@ query-string@^7.1.3:
78997899
split-on-first "^1.0.0"
79007900
strict-uri-encode "^2.0.0"
79017901

7902+
querystringify@^2.1.1:
7903+
version "2.2.0"
7904+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
7905+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
7906+
79027907
queue-microtask@^1.2.2:
79037908
version "1.2.3"
79047909
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
@@ -9268,13 +9273,14 @@ [email protected]:
92689273
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
92699274

92709275
tough-cookie@^4.0.0:
9271-
version "4.0.0"
9272-
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz"
9273-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
9276+
version "4.1.3"
9277+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
9278+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
92749279
dependencies:
92759280
psl "^1.1.33"
92769281
punycode "^2.1.1"
9277-
universalify "^0.1.2"
9282+
universalify "^0.2.0"
9283+
url-parse "^1.5.3"
92789284

92799285
tr46@^1.0.1:
92809286
version "1.0.1"
@@ -9416,10 +9422,10 @@ unique-string@^2.0.0:
94169422
dependencies:
94179423
crypto-random-string "^2.0.0"
94189424

9419-
universalify@^0.1.2:
9420-
version "0.1.2"
9421-
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
9422-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
9425+
universalify@^0.2.0:
9426+
version "0.2.0"
9427+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
9428+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
94239429

94249430
universalify@^2.0.0:
94259431
version "2.0.0"
@@ -9456,6 +9462,14 @@ uri-js@^4.2.2:
94569462
dependencies:
94579463
punycode "^2.1.0"
94589464

9465+
url-parse@^1.5.3:
9466+
version "1.5.10"
9467+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
9468+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
9469+
dependencies:
9470+
querystringify "^2.1.1"
9471+
requires-port "^1.0.0"
9472+
94599473
use-sync-external-store@^1.0.0:
94609474
version "1.2.0"
94619475
resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz"

0 commit comments

Comments
 (0)