diff --git a/package-lock.json b/package-lock.json index dd338e7..30e8b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7601,11 +7601,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", @@ -7630,8 +7631,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", @@ -7650,6 +7651,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -7660,7 +7662,8 @@ "node_modules/probot/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" }, "node_modules/process-warning": { "version": "1.0.0",