diff --git a/package-lock.json b/package-lock.json index 468e89a1..82d5fb20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8144,6 +8144,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", + "dev": true, "dependencies": { "which": "^3.0.0" }, @@ -8155,6 +8156,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, "dependencies": { "isexe": "^2.0.0" }, @@ -15918,8 +15920,7 @@ "node_modules/infer-owner": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" }, "node_modules/inflight": { "version": "1.0.6", @@ -25650,11 +25651,11 @@ } }, "packages/@apphosting/build": { - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "dependencies": { "@apphosting/common": "*", - "@npmcli/promise-spawn": "*", + "@npmcli/promise-spawn": "^3.0.0", "colorette": "^2.0.20", "commander": "^11.1.0", "npm-pick-manifest": "^9.0.0", @@ -25670,6 +25671,18 @@ "typescript": "*" } }, + "packages/@apphosting/build/node_modules/@npmcli/promise-spawn": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", + "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", + "license": "ISC", + "dependencies": { + "infer-owner": "^1.0.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "packages/@apphosting/build/node_modules/hosted-git-info": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", diff --git a/packages/@apphosting/build/package.json b/packages/@apphosting/build/package.json index a048d2f3..babc205d 100644 --- a/packages/@apphosting/build/package.json +++ b/packages/@apphosting/build/package.json @@ -1,6 +1,6 @@ { "name": "@apphosting/build", - "version": "0.1.5", + "version": "0.1.6", "main": "dist/index.js", "description": "Experimental addon to the Firebase CLI to add web framework support", "repository": { @@ -17,7 +17,6 @@ "bugs": { "url": "https://github.com/FirebaseExtended/firebase-framework-tools/issues" }, - "type": "module", "sideEffects": false, "scripts": { "build": "rm -rf dist && tsc && chmod +x ./dist/bin/*", @@ -40,7 +39,7 @@ "license": "Apache-2.0", "dependencies": { "@apphosting/common": "*", - "@npmcli/promise-spawn": "*", + "@npmcli/promise-spawn": "^3.0.0", "colorette": "^2.0.20", "commander": "^11.1.0", "npm-pick-manifest": "^9.0.0",