From 7353c45652d8e7f02dbc05fd6cf095778cadda6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:14:30 +0000 Subject: [PATCH] chore(deps): bump path-key from 3.1.1 to 4.0.0 Bumps [path-key](https://github.com/sindresorhus/path-key) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/sindresorhus/path-key/releases) - [Commits](https://github.com/sindresorhus/path-key/compare/v3.1.1...v4.0.0) --- updated-dependencies: - dependency-name: path-key dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d5d35f..f0025fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-limit": "^3.1.0", "p-locate": "^5.0.0", "path-exists": "^4.0.0", - "path-key": "^3.1.1", + "path-key": "^4.0.0", "picocolors": "^1.1.1", "picomatch": "^2.3.2", "playwright": "^1.59.1", @@ -745,6 +745,15 @@ "node": ">= 8" } }, + "node_modules/cross-spawn/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", @@ -1388,12 +1397,15 @@ } }, "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/picocolors": { diff --git a/package.json b/package.json index 10cc6fa..2d834a0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "p-limit": "^3.1.0", "p-locate": "^5.0.0", "path-exists": "^4.0.0", - "path-key": "^3.1.1", + "path-key": "^4.0.0", "picocolors": "^1.1.1", "picomatch": "^2.3.2", "playwright": "^1.59.1",