diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 58e1bd89..48a4a7ee 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -21,7 +21,7 @@ "multer": "^1.4.2", "node-fetch": "^2.6.1", "node-stream-zip": "^1.15.0", - "pathe": "^0.2.0", + "pathe": "^0.3.0", "pretty-bytes": "^5.6.0", "semver": "^7.3.5", "tempy": "^1.0.0" @@ -17011,6 +17011,11 @@ "ipx": "bin/ipx.mjs" } }, + "node_modules/ipx/node_modules/pathe": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", + "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==" + }, "node_modules/is-absolute": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", @@ -21277,9 +21282,9 @@ } }, "node_modules/pathe": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", - "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.0.tgz", + "integrity": "sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA==" }, "node_modules/peek-readable": { "version": "4.1.0", @@ -40084,6 +40089,13 @@ "sharp": "^0.30.1", "ufo": "^0.7.10", "xss": "^1.0.10" + }, + "dependencies": { + "pathe": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", + "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==" + } } }, "is-absolute": { @@ -43385,9 +43397,9 @@ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, "pathe": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", - "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.0.tgz", + "integrity": "sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA==" }, "peek-readable": { "version": "4.1.0", diff --git a/plugin/package.json b/plugin/package.json index a319a15e..d7a15f7f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -52,7 +52,7 @@ "multer": "^1.4.2", "node-fetch": "^2.6.1", "node-stream-zip": "^1.15.0", - "pathe": "^0.2.0", + "pathe": "^0.3.0", "pretty-bytes": "^5.6.0", "semver": "^7.3.5", "tempy": "^1.0.0"