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",