Bump @octokit/rest from 18.5.4 to 18.5.5

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.5.4 to 18.5.5.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.5.4...v18.5.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-31 06:24:41 +00:00
committed by GitHub
parent 939c0936e6
commit f11e0f7ed8
2 changed files with 10 additions and 33 deletions
+9 -32
View File
@@ -11,7 +11,7 @@
"@actions/core": "^1.3.0", "@actions/core": "^1.3.0",
"@actions/exec": "^1.0.4", "@actions/exec": "^1.0.4",
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0",
"@octokit/rest": "^18.5.4", "@octokit/rest": "^18.5.5",
"@types/semver": "^7.3.6", "@types/semver": "^7.3.6",
"moment": "^2.29.1", "moment": "^2.29.1",
"semver": "^7.3.5", "semver": "^7.3.5",
@@ -1427,26 +1427,14 @@
} }
}, },
"node_modules/@octokit/rest": { "node_modules/@octokit/rest": {
"version": "18.5.4", "version": "18.5.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.4.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.5.tgz",
"integrity": "sha512-n3Q5ikar6dFvGmSrzRwIrPvSAkwibQr5Ti0h722T/YuylsPYahRTmVEU1Vg+XIg8MHgHBTKmwBzz0IwpbseOtQ==", "integrity": "sha512-Py9sWvxBGeAwNY8UnhxP6jnq7aflvQ0uQ6gmZObyJLR9hmd5NEz9piu/A77cxV6+0l9UNACJVXX6FOnl5LIcPw==",
"dependencies": { "dependencies": {
"@octokit/core": "^3.2.3", "@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.3.0" "@octokit/plugin-rest-endpoint-methods": "5.3.1"
}
},
"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"
} }
}, },
"node_modules/@octokit/types": { "node_modules/@octokit/types": {
@@ -9083,25 +9071,14 @@
} }
}, },
"@octokit/rest": { "@octokit/rest": {
"version": "18.5.4", "version": "18.5.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.4.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.5.tgz",
"integrity": "sha512-n3Q5ikar6dFvGmSrzRwIrPvSAkwibQr5Ti0h722T/YuylsPYahRTmVEU1Vg+XIg8MHgHBTKmwBzz0IwpbseOtQ==", "integrity": "sha512-Py9sWvxBGeAwNY8UnhxP6jnq7aflvQ0uQ6gmZObyJLR9hmd5NEz9piu/A77cxV6+0l9UNACJVXX6FOnl5LIcPw==",
"requires": { "requires": {
"@octokit/core": "^3.2.3", "@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.3.0" "@octokit/plugin-rest-endpoint-methods": "5.3.1"
},
"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/types": { "@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.3.0", "@actions/core": "^1.3.0",
"@actions/exec": "^1.0.4", "@actions/exec": "^1.0.4",
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0",
"@octokit/rest": "^18.5.4", "@octokit/rest": "^18.5.5",
"@types/semver": "^7.3.6", "@types/semver": "^7.3.6",
"moment": "^2.29.1", "moment": "^2.29.1",
"semver": "^7.3.5", "semver": "^7.3.5",