Merge pull request #329 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.5.5
Bump @octokit/rest from 18.5.4 to 18.5.5
This commit is contained in:
Generated
+9
-32
@@ -11,7 +11,7 @@
|
||||
"@actions/core": "^1.3.0",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@octokit/rest": "^18.5.4",
|
||||
"@octokit/rest": "^18.5.5",
|
||||
"@types/semver": "^7.3.6",
|
||||
"moment": "^2.29.1",
|
||||
"semver": "^7.3.5",
|
||||
@@ -1426,26 +1426,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/rest": {
|
||||
"version": "18.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.4.tgz",
|
||||
"integrity": "sha512-n3Q5ikar6dFvGmSrzRwIrPvSAkwibQr5Ti0h722T/YuylsPYahRTmVEU1Vg+XIg8MHgHBTKmwBzz0IwpbseOtQ==",
|
||||
"version": "18.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.5.tgz",
|
||||
"integrity": "sha512-Py9sWvxBGeAwNY8UnhxP6jnq7aflvQ0uQ6gmZObyJLR9hmd5NEz9piu/A77cxV6+0l9UNACJVXX6FOnl5LIcPw==",
|
||||
"dependencies": {
|
||||
"@octokit/core": "^3.2.3",
|
||||
"@octokit/plugin-paginate-rest": "^2.6.2",
|
||||
"@octokit/plugin-request-log": "^1.0.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.0.tgz",
|
||||
"integrity": "sha512-+4NAJ9WzPN5gW6W1H1tblw/DesTD6PaWuU5+/x3Pa7nyK6qjR6cn4jwkJtzxVPTgtzryOFLX+5vs7MROFswp5Q==",
|
||||
"dependencies": {
|
||||
"@octokit/types": "^6.16.0",
|
||||
"deprecation": "^2.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@octokit/core": ">=3"
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/types": {
|
||||
@@ -9082,25 +9070,14 @@
|
||||
}
|
||||
},
|
||||
"@octokit/rest": {
|
||||
"version": "18.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.4.tgz",
|
||||
"integrity": "sha512-n3Q5ikar6dFvGmSrzRwIrPvSAkwibQr5Ti0h722T/YuylsPYahRTmVEU1Vg+XIg8MHgHBTKmwBzz0IwpbseOtQ==",
|
||||
"version": "18.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.5.tgz",
|
||||
"integrity": "sha512-Py9sWvxBGeAwNY8UnhxP6jnq7aflvQ0uQ6gmZObyJLR9hmd5NEz9piu/A77cxV6+0l9UNACJVXX6FOnl5LIcPw==",
|
||||
"requires": {
|
||||
"@octokit/core": "^3.2.3",
|
||||
"@octokit/plugin-paginate-rest": "^2.6.2",
|
||||
"@octokit/plugin-request-log": "^1.0.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@octokit/plugin-rest-endpoint-methods": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.0.tgz",
|
||||
"integrity": "sha512-+4NAJ9WzPN5gW6W1H1tblw/DesTD6PaWuU5+/x3Pa7nyK6qjR6cn4jwkJtzxVPTgtzryOFLX+5vs7MROFswp5Q==",
|
||||
"requires": {
|
||||
"@octokit/types": "^6.16.0",
|
||||
"deprecation": "^2.3.1"
|
||||
}
|
||||
}
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.3.1"
|
||||
}
|
||||
},
|
||||
"@octokit/types": {
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
"@actions/core": "^1.3.0",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@octokit/rest": "^18.5.4",
|
||||
"@octokit/rest": "^18.5.5",
|
||||
"@types/semver": "^7.3.6",
|
||||
"moment": "^2.29.1",
|
||||
"semver": "^7.3.5",
|
||||
|
||||
Reference in New Issue
Block a user