From 4b88c3cecdb91786f4d1b9d2174696f128c70c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:21:04 +0000 Subject: [PATCH] Bump tough-cookie from 4.1.2 to 4.1.3 in /react_app Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 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](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] --- react_app/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/react_app/package-lock.json b/react_app/package-lock.json index f8fb321..aa827e7 100644 --- a/react_app/package-lock.json +++ b/react_app/package-lock.json @@ -1,12 +1,12 @@ { "name": "react_front_end_app", - "version": "0.9.12", + "version": "1.9.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react_front_end_app", - "version": "0.9.12", + "version": "1.9.13", "dependencies": { "@atlaskit/theme": "^12.5.4", "@dnd-kit/core": "^6.0.8", @@ -23649,9 +23649,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1",