Skip to content

Commit f9f48c3

Browse files
Bump tough-cookie from 4.0.0 to 4.1.3 (#4239)
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 0377484 commit f9f48c3

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

yarn.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16636,6 +16636,11 @@ querystring@^0.2.0:
1663616636
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
1663716637
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
1663816638

16639+
querystringify@^2.1.1:
16640+
version "2.2.0"
16641+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
16642+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
16643+
1663916644
queue-microtask@^1.1.2, queue-microtask@^1.2.2:
1664016645
version "1.2.3"
1664116646
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -19148,13 +19153,14 @@ topojson-client@^3.1.0:
1914819153
commander "2"
1914919154

1915019155
tough-cookie@^4.0.0:
19151-
version "4.0.0"
19152-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
19153-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
19156+
version "4.1.3"
19157+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
19158+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
1915419159
dependencies:
1915519160
psl "^1.1.33"
1915619161
punycode "^2.1.1"
19157-
universalify "^0.1.2"
19162+
universalify "^0.2.0"
19163+
url-parse "^1.5.3"
1915819164

1915919165
tr46@^3.0.0:
1916019166
version "3.0.0"
@@ -19552,10 +19558,10 @@ unist-util-visit@^2.0.0:
1955219558
unist-util-is "^4.0.0"
1955319559
unist-util-visit-parents "^3.0.0"
1955419560

19555-
universalify@^0.1.2:
19556-
version "0.1.2"
19557-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
19558-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
19561+
universalify@^0.2.0:
19562+
version "0.2.0"
19563+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
19564+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
1955919565

1956019566
universalify@^2.0.0:
1956119567
version "2.0.0"
@@ -19635,6 +19641,14 @@ url-parse-lax@^3.0.0:
1963519641
dependencies:
1963619642
prepend-http "^2.0.0"
1963719643

19644+
url-parse@^1.5.3:
19645+
version "1.5.10"
19646+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
19647+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
19648+
dependencies:
19649+
querystringify "^2.1.1"
19650+
requires-port "^1.0.0"
19651+
1963819652
url-to-options@^1.0.1:
1963919653
version "1.0.1"
1964019654
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"

0 commit comments

Comments
 (0)