Skip to content

Commit d1e9407

Browse files
Bump tough-cookie from 4.0.0 to 4.1.3 in /docs
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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a06384 commit d1e9407

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -9498,13 +9498,14 @@ toposort@^2.0.2:
94989498
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
94999499

95009500
tough-cookie@^4.0.0:
9501-
version "4.0.0"
9502-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
9503-
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
9501+
version "4.1.3"
9502+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
9503+
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
95049504
dependencies:
95059505
psl "^1.1.33"
95069506
punycode "^2.1.1"
9507-
universalify "^0.1.2"
9507+
universalify "^0.2.0"
9508+
url-parse "^1.5.3"
95089509

95099510
tough-cookie@~2.5.0:
95109511
version "2.5.0"
@@ -9690,11 +9691,16 @@ unique-string@^2.0.0:
96909691
dependencies:
96919692
crypto-random-string "^2.0.0"
96929693

9693-
universalify@^0.1.0, universalify@^0.1.2:
9694+
universalify@^0.1.0:
96949695
version "0.1.2"
96959696
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
96969697
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
96979698

9699+
universalify@^0.2.0:
9700+
version "0.2.0"
9701+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
9702+
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
9703+
96989704
universalify@^1.0.0:
96999705
version "1.0.0"
97009706
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
@@ -9796,10 +9802,10 @@ url-parse-lax@^3.0.0:
97969802
dependencies:
97979803
prepend-http "^2.0.0"
97989804

9799-
url-parse@^1.4.3, url-parse@^1.4.7:
9800-
version "1.5.9"
9801-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.9.tgz#05ff26484a0b5e4040ac64dcee4177223d74675e"
9802-
integrity sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ==
9805+
url-parse@^1.4.3, url-parse@^1.4.7, url-parse@^1.5.3:
9806+
version "1.5.10"
9807+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
9808+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
98039809
dependencies:
98049810
querystringify "^2.1.1"
98059811
requires-port "^1.0.0"

0 commit comments

Comments
 (0)