diff --git a/package-lock.json b/package-lock.json index ac0c059..c0831c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@octokit/action": "^7.0.2", "@octokit/auth-action": "^5.1.1", "@octokit/auth-unauthenticated": "^6.1.3", - "@octokit/types": "^14.0.0", + "@octokit/types": "^14.1.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0" }, @@ -405,9 +405,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "25.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-25.0.0.tgz", - "integrity": "sha512-FZvktFu7HfOIJf2BScLKIEYjDsw6RKc7rBJCdvCTfKsVnx2GEB/Nbzjr29DUdb7vQhlzS/j8qDzdditP0OC6aw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-25.1.0.tgz", + "integrity": "sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==", "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { @@ -469,12 +469,12 @@ } }, "node_modules/@octokit/types": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-14.0.0.tgz", - "integrity": "sha512-VVmZP0lEhbo2O1pdq63gZFiGCKkm8PPp8AUOijlwPO6hojEVjspA0MWKP7E4hbvGxzFKNqKr6p0IYtOH/Wf/zA==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-14.1.0.tgz", + "integrity": "sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^25.0.0" + "@octokit/openapi-types": "^25.1.0" } }, "node_modules/@pkgr/core": { diff --git a/package.json b/package.json index 314322c..a221c9d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@octokit/action": "^7.0.2", "@octokit/auth-action": "^5.1.1", "@octokit/auth-unauthenticated": "^6.1.3", - "@octokit/types": "^14.0.0", + "@octokit/types": "^14.1.0", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0" },