diff --git a/package-lock.json b/package-lock.json index 19d05ba49..3df147531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^3.0.3", - "@octokit/types": "^5.5.0", + "@octokit/types": "^6.21.1", "commander": "^8.0.0-1", "console-log-level": "^1.4.1", "fast-deep-equal": "^3.1.3", @@ -312,6 +312,14 @@ "@octokit/types": "^5.0.0" } }, + "node_modules/@octokit/auth-token/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/core": { "version": "3.1.2", "license": "MIT", @@ -324,6 +332,14 @@ "universal-user-agent": "^6.0.0" } }, + "node_modules/@octokit/core/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/endpoint": { "version": "6.0.6", "license": "MIT", @@ -333,6 +349,14 @@ "universal-user-agent": "^6.0.0" } }, + "node_modules/@octokit/endpoint/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/endpoint/node_modules/is-plain-object": { "version": "5.0.0", "license": "MIT", @@ -349,6 +373,19 @@ "universal-user-agent": "^6.0.0" } }, + "node_modules/@octokit/graphql/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.1.1.tgz", + "integrity": "sha512-xmyPP9tVb4T4A6Lk6SL6ScnIqAHpPV4jfMZI8VtY286212ri9J/6IFGuLsZ26daADUmriuLejake4k+azEfnaw==" + }, "node_modules/@octokit/plugin-paginate-rest": { "version": "2.4.0", "license": "MIT", @@ -359,6 +396,14 @@ "@octokit/core": ">=2" } }, + "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/plugin-rest-endpoint-methods": { "version": "4.2.0", "license": "MIT", @@ -367,6 +412,14 @@ "deprecation": "^2.3.1" } }, + "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/plugin-retry": { "version": "3.0.3", "license": "MIT", @@ -375,6 +428,14 @@ "bottleneck": "^2.15.3" } }, + "node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/request": { "version": "5.4.9", "license": "MIT", @@ -398,6 +459,22 @@ "once": "^1.4.0" } }, + "node_modules/@octokit/request-error/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, + "node_modules/@octokit/request/node_modules/@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "dependencies": { + "@types/node": ">= 8" + } + }, "node_modules/@octokit/request/node_modules/is-plain-object": { "version": "5.0.0", "license": "MIT", @@ -406,10 +483,11 @@ } }, "node_modules/@octokit/types": { - "version": "5.5.0", - "license": "MIT", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.21.1.tgz", + "integrity": "sha512-PP+m3T5EWZKawru4zi/FvX8KL2vkO5f1fLthx78/7743p7RtJUevt3z7698k+7oAYRA7YuVqfXthSEHqkDvZ8g==", "dependencies": { - "@types/node": ">= 8" + "@octokit/openapi-types": "^9.1.1" } }, "node_modules/@sindresorhus/is": { @@ -5963,6 +6041,16 @@ "version": "2.4.2", "requires": { "@octokit/types": "^5.0.0" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/core": { @@ -5974,6 +6062,16 @@ "@octokit/types": "^5.0.0", "before-after-hook": "^2.1.0", "universal-user-agent": "^6.0.0" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/endpoint": { @@ -5984,6 +6082,14 @@ "universal-user-agent": "^6.0.0" }, "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + }, "is-plain-object": { "version": "5.0.0" } @@ -5995,12 +6101,37 @@ "@octokit/request": "^5.3.0", "@octokit/types": "^5.0.0", "universal-user-agent": "^6.0.0" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, + "@octokit/openapi-types": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.1.1.tgz", + "integrity": "sha512-xmyPP9tVb4T4A6Lk6SL6ScnIqAHpPV4jfMZI8VtY286212ri9J/6IFGuLsZ26daADUmriuLejake4k+azEfnaw==" + }, "@octokit/plugin-paginate-rest": { "version": "2.4.0", "requires": { "@octokit/types": "^5.5.0" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/plugin-rest-endpoint-methods": { @@ -6008,6 +6139,16 @@ "requires": { "@octokit/types": "^5.5.0", "deprecation": "^2.3.1" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/plugin-retry": { @@ -6015,6 +6156,16 @@ "requires": { "@octokit/types": "^5.0.0", "bottleneck": "^2.15.3" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/request": { @@ -6030,6 +6181,14 @@ "universal-user-agent": "^6.0.0" }, "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + }, "is-plain-object": { "version": "5.0.0" } @@ -6041,12 +6200,24 @@ "@octokit/types": "^5.0.1", "deprecation": "^2.0.0", "once": "^1.4.0" + }, + "dependencies": { + "@octokit/types": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz", + "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==", + "requires": { + "@types/node": ">= 8" + } + } } }, "@octokit/types": { - "version": "5.5.0", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.21.1.tgz", + "integrity": "sha512-PP+m3T5EWZKawru4zi/FvX8KL2vkO5f1fLthx78/7743p7RtJUevt3z7698k+7oAYRA7YuVqfXthSEHqkDvZ8g==", "requires": { - "@types/node": ">= 8" + "@octokit/openapi-types": "^9.1.1" } }, "@sindresorhus/is": { @@ -9380,9 +9551,6 @@ "tslib": "^1.8.1" } }, - "tunnel": { - "version": "0.0.6" - }, "type-check": { "version": "0.4.0", "dev": true, diff --git a/package.json b/package.json index 74db94611..29dafdc76 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^3.0.3", - "@octokit/types": "^5.5.0", + "@octokit/types": "^6.21.1", "commander": "^8.0.0-1", "console-log-level": "^1.4.1", "fast-deep-equal": "^3.1.3",