build(deps): bump @octokit/rest from 18.6.3 to 18.6.4
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.6.3 to 18.6.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v18.6.3...v18.6.4) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+31
-31
@@ -11,7 +11,7 @@
|
||||
"@actions/core": "^1.4.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@octokit/rest": "^18.6.3",
|
||||
"@octokit/rest": "^18.6.4",
|
||||
"@types/semver": "^7.3.6",
|
||||
"moment": "^2.29.1",
|
||||
"semver": "^7.3.5",
|
||||
@@ -1202,9 +1202,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/openapi-types": {
|
||||
"version": "7.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.3.5.tgz",
|
||||
"integrity": "sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog=="
|
||||
"version": "8.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.1.3.tgz",
|
||||
"integrity": "sha512-iK7SfjjkGdIiopuKEMAzPxSagZtIzWjwfYFBFxLKIS4Q4S8rSLQk7EnlTok2/bNAz1BvxnGKPKe+auSiCIU5QQ=="
|
||||
},
|
||||
"node_modules/@octokit/plugin-paginate-rest": {
|
||||
"version": "2.13.5",
|
||||
@@ -1226,11 +1226,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz",
|
||||
"integrity": "sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==",
|
||||
"version": "5.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.5.tgz",
|
||||
"integrity": "sha512-QL3vIDYbANwxfrWOFlgn0rkp1ojlZKccsTb0+9x9keG8XGIq4ZJhxgpyJASYIui1QqCV8JIfDiEqX2dzr7x8KA==",
|
||||
"dependencies": {
|
||||
"@octokit/types": "^6.16.7",
|
||||
"@octokit/types": "^6.17.1",
|
||||
"deprecation": "^2.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -1261,22 +1261,22 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/rest": {
|
||||
"version": "18.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.3.tgz",
|
||||
"integrity": "sha512-BeV2P48RR3MVPhSBq6KXXHMVHEJg5vnFBkFN1GKPXBohXTp+eb0gJq+5iYgkjbOMG6biNvkKllPDWJchpQHHiA==",
|
||||
"version": "18.6.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.4.tgz",
|
||||
"integrity": "sha512-1q1H1rJIjOjGd9/qIWaQgLaxtWcQ5H0tdh1D7JHqdsxopGciIUfU15GOZQf5lhW1YeQnlILHFynhKaZpXDiwuA==",
|
||||
"dependencies": {
|
||||
"@octokit/core": "^3.5.0",
|
||||
"@octokit/plugin-paginate-rest": "^2.6.2",
|
||||
"@octokit/plugin-request-log": "^1.0.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.4"
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/types": {
|
||||
"version": "6.16.7",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.16.7.tgz",
|
||||
"integrity": "sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==",
|
||||
"version": "6.17.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.17.3.tgz",
|
||||
"integrity": "sha512-l3JiWbtK95CTsHTuF8WpE0Raq9efWUUU88CiWiCxRgTsauUkIRmVYZoDZTwAHn1xAnPz0aezQynIo6igS9EqQA==",
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^7.3.5"
|
||||
"@octokit/openapi-types": "^8.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@sinonjs/commons": {
|
||||
@@ -8140,9 +8140,9 @@
|
||||
}
|
||||
},
|
||||
"@octokit/openapi-types": {
|
||||
"version": "7.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.3.5.tgz",
|
||||
"integrity": "sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog=="
|
||||
"version": "8.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.1.3.tgz",
|
||||
"integrity": "sha512-iK7SfjjkGdIiopuKEMAzPxSagZtIzWjwfYFBFxLKIS4Q4S8rSLQk7EnlTok2/bNAz1BvxnGKPKe+auSiCIU5QQ=="
|
||||
},
|
||||
"@octokit/plugin-paginate-rest": {
|
||||
"version": "2.13.5",
|
||||
@@ -8159,11 +8159,11 @@
|
||||
"requires": {}
|
||||
},
|
||||
"@octokit/plugin-rest-endpoint-methods": {
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz",
|
||||
"integrity": "sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==",
|
||||
"version": "5.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.5.tgz",
|
||||
"integrity": "sha512-QL3vIDYbANwxfrWOFlgn0rkp1ojlZKccsTb0+9x9keG8XGIq4ZJhxgpyJASYIui1QqCV8JIfDiEqX2dzr7x8KA==",
|
||||
"requires": {
|
||||
"@octokit/types": "^6.16.7",
|
||||
"@octokit/types": "^6.17.1",
|
||||
"deprecation": "^2.3.1"
|
||||
}
|
||||
},
|
||||
@@ -8191,22 +8191,22 @@
|
||||
}
|
||||
},
|
||||
"@octokit/rest": {
|
||||
"version": "18.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.3.tgz",
|
||||
"integrity": "sha512-BeV2P48RR3MVPhSBq6KXXHMVHEJg5vnFBkFN1GKPXBohXTp+eb0gJq+5iYgkjbOMG6biNvkKllPDWJchpQHHiA==",
|
||||
"version": "18.6.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.4.tgz",
|
||||
"integrity": "sha512-1q1H1rJIjOjGd9/qIWaQgLaxtWcQ5H0tdh1D7JHqdsxopGciIUfU15GOZQf5lhW1YeQnlILHFynhKaZpXDiwuA==",
|
||||
"requires": {
|
||||
"@octokit/core": "^3.5.0",
|
||||
"@octokit/plugin-paginate-rest": "^2.6.2",
|
||||
"@octokit/plugin-request-log": "^1.0.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.4"
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.5"
|
||||
}
|
||||
},
|
||||
"@octokit/types": {
|
||||
"version": "6.16.7",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.16.7.tgz",
|
||||
"integrity": "sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==",
|
||||
"version": "6.17.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.17.3.tgz",
|
||||
"integrity": "sha512-l3JiWbtK95CTsHTuF8WpE0Raq9efWUUU88CiWiCxRgTsauUkIRmVYZoDZTwAHn1xAnPz0aezQynIo6igS9EqQA==",
|
||||
"requires": {
|
||||
"@octokit/openapi-types": "^7.3.5"
|
||||
"@octokit/openapi-types": "^8.1.3"
|
||||
}
|
||||
},
|
||||
"@sinonjs/commons": {
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
"@actions/core": "^1.4.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@octokit/rest": "^18.6.3",
|
||||
"@octokit/rest": "^18.6.4",
|
||||
"@types/semver": "^7.3.6",
|
||||
"moment": "^2.29.1",
|
||||
"semver": "^7.3.5",
|
||||
|
||||
Reference in New Issue
Block a user