diff --git a/.functions/package-lock.json b/.functions/package-lock.json index 17a80aa2..7adfb194 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@ecomplus/storefront-renderer": "^2.11.1", "firebase-admin": "^11.11.1", - "firebase-functions": "^4.5.0" + "firebase-functions": "^4.6.0" }, "engines": { "node": "16", @@ -1406,9 +1406,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", - "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", + "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -1424,7 +1424,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, "node_modules/follow-redirects": { @@ -4366,9 +4366,9 @@ } }, "firebase-functions": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", - "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", + "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/.functions/package.json b/.functions/package.json index d5ac1034..fc3cfba1 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -10,7 +10,7 @@ "dependencies": { "@ecomplus/storefront-renderer": "^2.11.1", "firebase-admin": "^11.11.1", - "firebase-functions": "^4.5.0" + "firebase-functions": "^4.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"