diff --git a/functions/package-lock.json b/functions/package-lock.json index 107401a..43f5fc3 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -12,7 +12,7 @@ "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", "firebase-functions": "4.4.1", - "probot": "12.3.3" + "probot": "^12.4.0" }, "devDependencies": { "@octokit/webhooks-types": "7.2.0", @@ -12267,11 +12267,12 @@ } }, "node_modules/probot": { - "version": "12.3.3", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.3.tgz", - "integrity": "sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.4.0.tgz", + "integrity": "sha512-DbW4ME9rzGVwnsFjoWWxKtRvnxPlFaCg726ge1sYHwZ3UzMlcF3B8Qf7MptfhGRyFw8sSCqsbgzb0E5d/BrQEA==", + "license": "ISC", "dependencies": { - "@octokit/core": "^3.2.4", + "@octokit/core": "^3.6.0", "@octokit/plugin-enterprise-compatibility": "^1.2.8", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-rest-endpoint-methods": "^5.0.1", @@ -12296,8 +12297,8 @@ "ioredis": "^4.27.8", "js-yaml": "^3.14.1", "lru-cache": "^6.0.0", - "octokit-auth-probot": "^1.2.2", - "pino": "^6.7.0", + "octokit-auth-probot": "^1.2.6", + "pino": "^6.14.0", "pino-http": "^5.3.0", "pkg-conf": "^3.1.0", "resolve": "^1.19.0", @@ -24814,11 +24815,11 @@ } }, "probot": { - "version": "12.3.3", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.3.tgz", - "integrity": "sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.4.0.tgz", + "integrity": "sha512-DbW4ME9rzGVwnsFjoWWxKtRvnxPlFaCg726ge1sYHwZ3UzMlcF3B8Qf7MptfhGRyFw8sSCqsbgzb0E5d/BrQEA==", "requires": { - "@octokit/core": "^3.2.4", + "@octokit/core": "^3.6.0", "@octokit/plugin-enterprise-compatibility": "^1.2.8", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-rest-endpoint-methods": "^5.0.1", @@ -24843,8 +24844,8 @@ "ioredis": "^4.27.8", "js-yaml": "^3.14.1", "lru-cache": "^6.0.0", - "octokit-auth-probot": "^1.2.2", - "pino": "^6.7.0", + "octokit-auth-probot": "^1.2.6", + "pino": "^6.14.0", "pino-http": "^5.3.0", "pkg-conf": "^3.1.0", "resolve": "^1.19.0", diff --git a/functions/package.json b/functions/package.json index edbf014..cec3782 100644 --- a/functions/package.json +++ b/functions/package.json @@ -36,7 +36,7 @@ "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", "firebase-functions": "4.4.1", - "probot": "12.3.3" + "probot": "12.4.0" }, "devDependencies": { "@octokit/webhooks-types": "7.2.0",