fix(deps): update dependency @octokit/action to v6.0.4

This commit is contained in:
renovate[bot]
2023-06-21 00:59:33 +00:00
committed by Kengo TODA
parent 9c2f153e72
commit b2a9babb92

30
package-lock.json generated
View File

@@ -1217,14 +1217,14 @@
}
},
"node_modules/@octokit/action": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@octokit/action/-/action-6.0.3.tgz",
"integrity": "sha512-Ck/38yZH1vfoSDhPJRXAtHwDduO06oHLhmj4wx9Xp473XJol8YwR5hfLT4zvsZWGO3ZEEdkrgZKm4EoqVEhmLw==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@octokit/action/-/action-6.0.4.tgz",
"integrity": "sha512-lRvfUSjlCQWGi2DKSGYxPiu3xxWRrIOJ3i7kKTi+RWW2ejUr9hl/un/amira/Td+WrRAlvlcb7rSCY4hsnRTow==",
"dependencies": {
"@octokit/auth-action": "^3.0.0",
"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/plugin-rest-endpoint-methods": "^8.0.0",
"@octokit/types": "^10.0.0",
"https-proxy-agent": "^7.0.0"
},
@@ -1336,14 +1336,14 @@
}
},
"node_modules/@octokit/action/node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz",
"integrity": "sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-8.0.0.tgz",
"integrity": "sha512-GtA8B7zkdxJv2OBVUtUeynu/OkWo272w2IpWC+QCQiUhgrRZ9Zrz2NgAiqYkVhlITGD3PcWYEjy9JR1HrzYtQA==",
"dependencies": {
"@octokit/types": "^10.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=3"
@@ -12503,14 +12503,14 @@
}
},
"@octokit/action": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@octokit/action/-/action-6.0.3.tgz",
"integrity": "sha512-Ck/38yZH1vfoSDhPJRXAtHwDduO06oHLhmj4wx9Xp473XJol8YwR5hfLT4zvsZWGO3ZEEdkrgZKm4EoqVEhmLw==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@octokit/action/-/action-6.0.4.tgz",
"integrity": "sha512-lRvfUSjlCQWGi2DKSGYxPiu3xxWRrIOJ3i7kKTi+RWW2ejUr9hl/un/amira/Td+WrRAlvlcb7rSCY4hsnRTow==",
"requires": {
"@octokit/auth-action": "^3.0.0",
"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0",
"@octokit/plugin-rest-endpoint-methods": "^8.0.0",
"@octokit/types": "^10.0.0",
"https-proxy-agent": "^7.0.0"
},
@@ -12609,9 +12609,9 @@
}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz",
"integrity": "sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-8.0.0.tgz",
"integrity": "sha512-GtA8B7zkdxJv2OBVUtUeynu/OkWo272w2IpWC+QCQiUhgrRZ9Zrz2NgAiqYkVhlITGD3PcWYEjy9JR1HrzYtQA==",
"requires": {
"@octokit/types": "^10.0.0"
}