diff --git a/package-lock.json b/package-lock.json index ee111bf1..8122b7ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/graphql": "^5.0.4", - "@octokit/types": "^9.0.0", - "@octokit/webhooks-types": "^6.10.0", + "@octokit/types": "^10.0.0", + "@octokit/webhooks-types": "^7.0.0", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "mustache": "^4.2.0" @@ -1392,9 +1392,9 @@ } }, "node_modules/@octokit/types": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", - "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz", + "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==", "dependencies": { "@octokit/openapi-types": "^18.0.0" } @@ -1405,9 +1405,9 @@ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==" + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", + "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==" }, "node_modules/@pkgr/utils": { "version": "2.3.1", @@ -8014,9 +8014,9 @@ } }, "@octokit/types": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", - "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz", + "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==", "requires": { "@octokit/openapi-types": "^18.0.0" }, @@ -8029,9 +8029,9 @@ } }, "@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==" + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", + "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==" }, "@pkgr/utils": { "version": "2.3.1", diff --git a/package.json b/package.json index d9c0fe1a..2e2329d8 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/graphql": "^5.0.4", - "@octokit/types": "^9.0.0", - "@octokit/webhooks-types": "^6.10.0", + "@octokit/types": "^10.0.0", + "@octokit/webhooks-types": "^7.0.0", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "mustache": "^4.2.0"