diff --git a/package-lock.json b/package-lock.json index 5e02cf1..7ce2e0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "ISC", "dependencies": { - "@octoherd/cli": "^4.0.0" + "@octoherd/cli": "^5.0.0" }, "bin": { "octoherd-script-hello-world": "cli.js" @@ -17,11 +17,11 @@ "devDependencies": {} }, "node_modules/@octoherd/cli": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-4.0.5.tgz", - "integrity": "sha512-IXZlvCEC9W8L+2nps1Dq9TgezeqPeLv14uXJbxLMgD06plaxmO2UmLPtLQEksxO7f22Z3rfEWczXbQnUZ1QwSQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-5.0.0.tgz", + "integrity": "sha512-fNotps5LpRJaA93dECj/iX4Q8tnjlo1WyKIH1yyyMaT+JmaPi1ibFqsdRFGhT/cG1K9qO0+MxoxJnDz3bkZuCw==", "dependencies": { - "@octoherd/octokit": "^4.0.0", + "@octoherd/octokit": "^5.0.0", "@octokit/auth-oauth-device": "^7.0.0", "@octokit/openapi-types": "^22.0.0", "chalk": "^5.0.0", @@ -38,19 +38,19 @@ } }, "node_modules/@octoherd/octokit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@octoherd/octokit/-/octokit-4.0.2.tgz", - "integrity": "sha512-diIhR84RiYGBEIrKUje5IJvmwxNA831panqHWCSqSWpMiTHMp9OMma+jVrfgYY63zGEU40l8e+Octx/RWKVVYg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octoherd/octokit/-/octokit-5.0.0.tgz", + "integrity": "sha512-9Hra/Z+lGO+K8MCD5C1YcocRWxnlAv1oIyvkTqd9a4xMG21TL18qmxtDQzzpmt4ZF5RI+iMPZIZi6kU6QEzFmA==", "dependencies": { - "@octokit/core": "^6.0.0", - "@octokit/plugin-paginate-rest": "^10.0.0", + "@octokit/core": "^6.1.2", + "@octokit/plugin-paginate-rest": "^11.0.0", "@octokit/plugin-retry": "^7.0.0", "@octokit/plugin-throttling": "^9.0.0", "quick-format-unescaped": "^4.0.1", "semantic-release-plugin-update-version-in-files": "^1.1.0" }, "engines": { - "node": ">= 14" + "node": ">= 18" } }, "node_modules/@octokit/auth-oauth-device": { @@ -76,9 +76,9 @@ } }, "node_modules/@octokit/core": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.1.tgz", - "integrity": "sha512-uVypPdnZV7YoEa69Ky2kTSw3neFLGT0PZ54OwUMDph7w6TmhF0ZnoVcvb/kYnjDHCFo2mfoeRDYifLKhLNasUg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.2.tgz", + "integrity": "sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==", "dependencies": { "@octokit/auth-token": "^5.0.0", "@octokit/graphql": "^8.0.0", @@ -153,16 +153,16 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.0.tgz", - "integrity": "sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==" + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.1.tgz", + "integrity": "sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.1.0.tgz", - "integrity": "sha512-G8RdudUQr532C+LAOT58MznwFFu+wkJJjbTJF1xBxPr8XbzCg1NI0nYm6EPcuLWXLI3T6wzFm2fbXqDkfdC7Ow==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.0.1.tgz", + "integrity": "sha512-6pPLXJOKXXhPkMlDU2pd6LCkiuAccTTJAsMlN7P/WbK3b1xbH/d90SGbdmz6yBadJJqM0xg80KRS5dYUHbo3oQ==", "dependencies": { - "@octokit/types": "^12.6.0" + "@octokit/types": "^13.3.0" }, "engines": { "node": ">= 18" @@ -171,19 +171,6 @@ "@octokit/core": ">=6" } }, - "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" - }, - "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", - "dependencies": { - "@octokit/openapi-types": "^20.0.0" - } - }, "node_modules/@octokit/plugin-retry": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.0.tgz", @@ -254,18 +241,13 @@ } }, "node_modules/@octokit/types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", - "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.4.0.tgz", + "integrity": "sha512-WlMegy3lPXYWASe3k9Jslc5a0anrYAYMWtsFrxBTdQjS70hvLH6C+PGvHbOsgy3RA3LouGJoU/vAt4KarecQLQ==", "dependencies": { - "@octokit/openapi-types": "^21.0.0" + "@octokit/openapi-types": "^22.0.1" } }, - "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", - "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" - }, "node_modules/ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", diff --git a/package.json b/package.json index 053a2e5..72b8e62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Gregor Martynus (https://dev.to/gr2m)", "license": "ISC", "dependencies": { - "@octoherd/cli": "^4.0.0" + "@octoherd/cli": "^5.0.0" }, "devDependencies": {}, "release": {