diff --git a/functions/package-lock.json b/functions/package-lock.json index c668b52e..7004f0e9 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", - "firebase-functions": "4.4.1", + "firebase-functions": "^4.5.0", "probot": "12.3.1" }, "devDependencies": { @@ -7314,9 +7314,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", + "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -21001,9 +21001,9 @@ } }, "firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", + "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 4d3395ad..2879fa57 100644 --- a/functions/package.json +++ b/functions/package.json @@ -35,7 +35,7 @@ "dependencies": { "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", - "firebase-functions": "4.4.1", + "firebase-functions": "4.5.0", "probot": "12.3.1" }, "devDependencies": {