From 18b5400c09c6e26eb3d91e80842b8b49b975e11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 08:50:14 +0000 Subject: [PATCH] Bump tough-cookie from 5.1.2 to 6.0.0 Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 5.1.2 to 6.0.0. - [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/v5.1.2...v6.0.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 320801f0..fbc99f26 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "mime-types": "^2.1.30", "nopt": "^8.0.0", "stack-utils": "^2.0.3", - "tough-cookie": "^5.1.0", + "tough-cookie": "^6.0.0", "ws": "^8.3.0" } }