diff --git a/package-lock.json b/package-lock.json index d0a3c00c..c480b485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/auth-action": "^3.0.0", + "@octokit/auth-action": "^4.0.0", "@octokit/core": "^4.0.0", "@octokit/plugin-paginate-rest": "^7.0.0", "@octokit/plugin-rest-endpoint-methods": "^8.0.0", - "@octokit/types": "^10.0.0", + "@octokit/types": "^11.0.0", "https-proxy-agent": "^7.0.0" }, "devDependencies": { @@ -1506,12 +1506,12 @@ "dev": true }, "node_modules/@octokit/auth-action": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@octokit/auth-action/-/auth-action-3.0.2.tgz", - "integrity": "sha512-QkRAlAFqELFdzddFjDA68IN26pJ2hoTLY2vNYsmX5vwcYIWiiQA1KDFIrqpdzZo4dpPJXM9E0drXyBpZhicGTA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-action/-/auth-action-4.0.0.tgz", + "integrity": "sha512-sMm9lWZdiX6e89YFaLrgE9EFs94k58BwIkvjOtozNWUqyTmsrnWFr/M5LolaRzZ7Kmb5FbhF9hi7FEeE274SoQ==", "dependencies": { "@octokit/auth-token": "^4.0.0", - "@octokit/types": "^10.0.0" + "@octokit/types": "^11.0.0" }, "engines": { "node": ">= 18" @@ -1642,6 +1642,14 @@ "@octokit/core": ">=3" } }, + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { + "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" + } + }, "node_modules/@octokit/request": { "version": "6.2.8", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz", @@ -1693,9 +1701,9 @@ "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==" }, "node_modules/@octokit/types": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz", - "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-11.0.0.tgz", + "integrity": "sha512-h4iyfMpQUdub1itwTn6y7z2a3EtPuer1paKfsIbZErv0LBbZYGq6haiPUPJys/LetPqgcX3ft33O16XuS03Anw==", "dependencies": { "@octokit/openapi-types": "^18.0.0" } diff --git a/package.json b/package.json index 982fa582..ecf8d5f2 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/auth-action": "^3.0.0", + "@octokit/auth-action": "^4.0.0", "@octokit/core": "^4.0.0", "@octokit/plugin-paginate-rest": "^7.0.0", "@octokit/plugin-rest-endpoint-methods": "^8.0.0", - "@octokit/types": "^10.0.0", + "@octokit/types": "^11.0.0", "https-proxy-agent": "^7.0.0" }, "devDependencies": {