From 95b969fdbe4a828684590c5921bd4f28d3149092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:36:09 +0200 Subject: [PATCH] chore(deps): bump tough-cookie from 4.1.3 to 4.1.4 (#1551) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.3 to 4.1.4. - [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.3...v4.1.4) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/roman-client/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/roman-client/package.json b/packages/roman-client/package.json index 1bc99b9f6..5af1cbbdb 100644 --- a/packages/roman-client/package.json +++ b/packages/roman-client/package.json @@ -2,7 +2,7 @@ "author": "Florian Imdahl ", "dependencies": { "axios": "1.6.8", - "tough-cookie": "4.1.3" + "tough-cookie": "4.1.4" }, "description": "An API client for Wire's Lithium proxy Roman.", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6dff3fb5c..31b4cdbba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5984,10 +5984,10 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -tough-cookie@4.1.3: - version "4.1.3" - resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf" - integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw== +tough-cookie@4.1.4: + version "4.1.4" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36" + integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag== dependencies: psl "^1.1.33" punycode "^2.1.1"