diff --git a/package-lock.json b/package-lock.json index ea8485fd5..e0b44c669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "11.0.0", + "@octokit/plugin-rest-endpoint-methods": "11.0.1", "@swc/jest": "0.2.36", "@total-typescript/ts-reset": "0.5.1", "@types/bluebird": "3.5.42", @@ -1578,9 +1578,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-11.0.0.tgz", - "integrity": "sha512-+NYPG2m2nxEB+yCVtNHZfJ8aUBAli3ylg1yS+ik4YwdyfTrxaRO5EcljuywHbwgWlhAnCzA6ag/l+Nk7W7hmeQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-11.0.1.tgz", + "integrity": "sha512-OcuMW0Ftkhad14vPfE0pK7uQK9qzvIZUvcMy71GZOAqlE39hvPwOUz4ylCPgr4YUVdFUc7bY8SjdcG1r8dVGDA==", "dev": true, "dependencies": { "@octokit/types": "^12.6.0" diff --git a/package.json b/package.json index 60dcafbbc..32bc54a0e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "typescript": "5.3.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "11.0.0", + "@octokit/plugin-rest-endpoint-methods": "11.0.1", "@swc/jest": "0.2.36", "@total-typescript/ts-reset": "0.5.1", "@types/bluebird": "3.5.42",