diff --git a/gh-actions/appauth/package-lock.json b/gh-actions/appauth/package-lock.json index d64c37397..7bca9dc17 100644 --- a/gh-actions/appauth/package-lock.json +++ b/gh-actions/appauth/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@octokit/auth-app": "^8.0.0", "@octokit/rest": "^22.0.0", - "@octokit/types": "^15.0.0" + "@octokit/types": "^16.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", @@ -2411,18 +2411,18 @@ "license": "ISC" }, "node_modules/@octokit/types": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.0.tgz", - "integrity": "sha512-8o6yDfmoGJUIeR9OfYU0/TUJTnMPG2r68+1yEdUeG2Fdqpj8Qetg0ziKIgcBm0RW/j29H41WP37CYCEhp6GoHQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-16.0.0.tgz", + "integrity": "sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^26.0.0" + "@octokit/openapi-types": "^27.0.0" } }, "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz", - "integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==", + "version": "27.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-27.0.0.tgz", + "integrity": "sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==", "license": "MIT" }, "node_modules/@open-draft/deferred-promise": { diff --git a/gh-actions/appauth/package.json b/gh-actions/appauth/package.json index 6eb00746c..547c87ed0 100644 --- a/gh-actions/appauth/package.json +++ b/gh-actions/appauth/package.json @@ -45,6 +45,6 @@ "@octokit/auth-app": "^8.0.0", "@actions/core": "^1.10.0", "@octokit/rest": "^22.0.0", - "@octokit/types": "^15.0.0" + "@octokit/types": "^16.0.0" } } diff --git a/gh-actions/github/checks/package-lock.json b/gh-actions/github/checks/package-lock.json index 4dd1cd7f6..711b4c729 100644 --- a/gh-actions/github/checks/package-lock.json +++ b/gh-actions/github/checks/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", "@octokit/rest": "^22.0.0", - "@octokit/types": "^15.0.0" + "@octokit/types": "^16.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", @@ -1818,18 +1818,18 @@ "license": "ISC" }, "node_modules/@octokit/types": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.0.tgz", - "integrity": "sha512-8o6yDfmoGJUIeR9OfYU0/TUJTnMPG2r68+1yEdUeG2Fdqpj8Qetg0ziKIgcBm0RW/j29H41WP37CYCEhp6GoHQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-16.0.0.tgz", + "integrity": "sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^26.0.0" + "@octokit/openapi-types": "^27.0.0" } }, "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz", - "integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==", + "version": "27.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-27.0.0.tgz", + "integrity": "sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==", "license": "MIT" }, "node_modules/@open-draft/deferred-promise": { diff --git a/gh-actions/github/checks/package.json b/gh-actions/github/checks/package.json index 16579913f..414028ef2 100644 --- a/gh-actions/github/checks/package.json +++ b/gh-actions/github/checks/package.json @@ -43,6 +43,6 @@ "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", "@octokit/rest": "^22.0.0", - "@octokit/types": "^15.0.0" + "@octokit/types": "^16.0.0" } }