diff --git a/package-lock.json b/package-lock.json index a480fcb..edea47c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "1.8.2", "@actions/github": "5.0.3", "@octokit/plugin-throttling": "^3.3.3", - "@octokit/webhooks": "9.24.0", + "@octokit/webhooks": "9.25.0", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/jest": "^27.4.1", @@ -1075,14 +1075,14 @@ } }, "node_modules/@octokit/webhooks": { - "version": "9.24.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.24.0.tgz", - "integrity": "sha512-s1nqplA+j4sP7Cz40jn/Q2ipkKRKJ7Gi+NzZiSnwNfisYNduLHEwMUJVBEKc5I0r6GMcZZRJOe6PJ2rJXYW66g==", + "version": "9.25.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.25.0.tgz", + "integrity": "sha512-pyCraAmxHSnfTMe4K+QnNH/nSCJolCc++J2SAfYBwPFm6gg2WTGxWuegzuHul+Xm71+V9qL2NhIXX48U7MvTIA==", "dev": true, "dependencies": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^2.0.0", - "@octokit/webhooks-types": "5.6.0", + "@octokit/webhooks-types": "5.7.1", "aggregate-error": "^3.1.0" } }, @@ -1093,9 +1093,9 @@ "dev": true }, "node_modules/@octokit/webhooks-types": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz", - "integrity": "sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.7.1.tgz", + "integrity": "sha512-zabCzfWvvquxDzj1lU7GhJQteACGfGXnHfROJD4A7LKhRjlkaggoSkE5cWQJJ6nW2t/UI51dSFrEA+A4mhqfPw==", "dev": true }, "node_modules/@rollup/plugin-commonjs": { @@ -5573,14 +5573,14 @@ } }, "@octokit/webhooks": { - "version": "9.24.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.24.0.tgz", - "integrity": "sha512-s1nqplA+j4sP7Cz40jn/Q2ipkKRKJ7Gi+NzZiSnwNfisYNduLHEwMUJVBEKc5I0r6GMcZZRJOe6PJ2rJXYW66g==", + "version": "9.25.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.25.0.tgz", + "integrity": "sha512-pyCraAmxHSnfTMe4K+QnNH/nSCJolCc++J2SAfYBwPFm6gg2WTGxWuegzuHul+Xm71+V9qL2NhIXX48U7MvTIA==", "dev": true, "requires": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^2.0.0", - "@octokit/webhooks-types": "5.6.0", + "@octokit/webhooks-types": "5.7.1", "aggregate-error": "^3.1.0" } }, @@ -5591,9 +5591,9 @@ "dev": true }, "@octokit/webhooks-types": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz", - "integrity": "sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.7.1.tgz", + "integrity": "sha512-zabCzfWvvquxDzj1lU7GhJQteACGfGXnHfROJD4A7LKhRjlkaggoSkE5cWQJJ6nW2t/UI51dSFrEA+A4mhqfPw==", "dev": true }, "@rollup/plugin-commonjs": { diff --git a/package.json b/package.json index 1c76afc..0f343b4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/core": "1.8.2", "@actions/github": "5.0.3", "@octokit/plugin-throttling": "^3.3.3", - "@octokit/webhooks": "9.24.0", + "@octokit/webhooks": "9.25.0", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/jest": "^27.4.1",