From 086e77fe66e34f4b2adb4d7e8309bf4fa108d35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 00:03:08 +0000 Subject: [PATCH] chore(deps): bump tough-cookie from 4.1.1 to 4.1.2 (#10617) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74f8a1559..9f4a34633 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "string-similarity": "4.0.4", "tiny-async-pool": "2.1.0", "torrent-search-api": "2.1.4", - "tough-cookie": "4.1.1", + "tough-cookie": "4.1.2", "tunnel": "0.0.6", "twitter-api-v2": "1.12.5", "winston": "3.8.1", diff --git a/yarn.lock b/yarn.lock index cbb681408..4a130167c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13491,10 +13491,10 @@ touch@^3.1.0: dependencies: nopt "~1.0.10" -tough-cookie@4.1.1, tough-cookie@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.1.tgz#3600960f1e1c83545f130ac80043b9de8e5d488b" - integrity sha512-Ns3k8QxkEzIfLZbRwLOrMPDqRa1BEAl4BzNNAOYY4BhBmEkf+HvP467F4NrD9loK3NcYflWOpUH3LJg0ehq/rQ== +tough-cookie@4.1.2, tough-cookie@^4.0.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874" + integrity sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ== dependencies: psl "^1.1.33" punycode "^2.1.1"