From baa9a27d5f73bac2034dadf54d0ee08b8e41e62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 18:01:19 +0000 Subject: [PATCH] Bump tough-cookie from 2.0.0 to 2.3.3 Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.0.0 to 2.3.3. - [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/v2.0.0...v2.3.3) Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb961fb..eb69705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -573,9 +573,19 @@ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" }, "tough-cookie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz", - "integrity": "sha1-Qc4Icgs1z5C+sETdJgn7GekocY8=" + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz", + "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=", + "requires": { + "punycode": "^1.4.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + } + } }, "tough-cookie-filestore": { "version": "0.0.1", diff --git a/package.json b/package.json index b82be53..bae249c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "PrettyCSS": "0.3.x", "html": "0.0.7", "cheerio": "0.17.0", - "tough-cookie": "2.0.0", + "tough-cookie": "2.3.3", "tough-cookie-filestore": "0.0.1", "winston": "2.2.0" }