diff --git a/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json b/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json index 22192d5e..4d0647e5 100644 --- a/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json +++ b/functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/package-lock.json @@ -8,6 +8,9 @@ "dependencies": { "firebase-admin": "^11.8.0", "firebase-functions": "^4.3.1" + }, + "engines": { + "node": "18" } }, "node_modules/@babel/helper-string-parser": { @@ -680,9 +683,10 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", "optional": true, "dependencies": { "balanced-match": "^1.0.0"