From db490314d1751449d2d45129b27e66f6c9b52fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:18:33 +0000 Subject: [PATCH] Bump tough-cookie from 2.5.0 to 4.1.3 in /yarn-examples/yarn-v1 Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.5.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](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yarn-examples/yarn-v1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-examples/yarn-v1/package.json b/yarn-examples/yarn-v1/package.json index 1a54cac9bf..bdd7517ec9 100644 --- a/yarn-examples/yarn-v1/package.json +++ b/yarn-examples/yarn-v1/package.json @@ -7,7 +7,7 @@ "dependencies": { "json": "9.0.6", "minimist": "1.2.5", - "tough-cookie": "2.5.0" + "tough-cookie": "4.1.3" }, "packageManager": "yarn@1.22.19" }