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..d8f848ea 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": { @@ -2742,9 +2745,10 @@ "integrity": "sha512-/0TJD42KDnVwKmDK6jj3xP7E2MG7SHAOG4tyTgyUCRPdHwvkquYNLEQltmdMa3owq3TkddCVcTsoctJI8VQNKA==" }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", + "license": "MIT", "optional": true, "engines": { "node": ">=14.14"