Merge pull request #246 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.5.0

Bump @octokit/rest from 18.4.0 to 18.5.0
This commit is contained in:
Mike Penz
2021-03-26 07:41:51 +01:00
committed by GitHub
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -11,7 +11,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.4.0",
"@octokit/rest": "^18.5.0",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.5"
@@ -1015,9 +1015,9 @@
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.14.0.tgz",
"integrity": "sha512-QoZ469GDvFALHuxhcRA4KFGTaPeu5Z0MILGPa7irTGfYE0WfL+LFqWmULm9tuFKaKNlTcEQ7c5uJ0p4k5uvmNQ==",
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.0.tgz",
"integrity": "sha512-1AF9GM/Ywk8ukUM5seDRj286GdFpdfsHeOrOPBV2rVtRN7MQNzRIcw8W5sb4JPerjQ0WcRRwAwQyufg64BxJkA==",
"dependencies": {
"@octokit/types": "^6.13.0",
"deprecation": "^2.3.1"
@@ -1052,14 +1052,14 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.4.0.tgz",
"integrity": "sha512-3bFg0vyD3O+6EukYzLTu4tUapMofSR4nYgMEOJc25sefippsatiWfNoOnx0QNj3PIXVJdW0riUjQnDwgS0JNWA==",
"version": "18.5.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz",
"integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==",
"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": "4.14.0"
"@octokit/plugin-rest-endpoint-methods": "4.15.0"
}
},
"node_modules/@octokit/types": {
@@ -9229,9 +9229,9 @@
"requires": {}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.14.0.tgz",
"integrity": "sha512-QoZ469GDvFALHuxhcRA4KFGTaPeu5Z0MILGPa7irTGfYE0WfL+LFqWmULm9tuFKaKNlTcEQ7c5uJ0p4k5uvmNQ==",
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.0.tgz",
"integrity": "sha512-1AF9GM/Ywk8ukUM5seDRj286GdFpdfsHeOrOPBV2rVtRN7MQNzRIcw8W5sb4JPerjQ0WcRRwAwQyufg64BxJkA==",
"requires": {
"@octokit/types": "^6.13.0",
"deprecation": "^2.3.1"
@@ -9263,14 +9263,14 @@
}
},
"@octokit/rest": {
"version": "18.4.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.4.0.tgz",
"integrity": "sha512-3bFg0vyD3O+6EukYzLTu4tUapMofSR4nYgMEOJc25sefippsatiWfNoOnx0QNj3PIXVJdW0riUjQnDwgS0JNWA==",
"version": "18.5.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.0.tgz",
"integrity": "sha512-+4+u12KIw53R9+k6jBw6QL7xycKfEquk8CuStNNjdSPxCC7+FQiULG/woyqgJaGod6zBkYGSL0Zulk4JM8h2sQ==",
"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": "4.14.0"
"@octokit/plugin-rest-endpoint-methods": "4.15.0"
}
},
"@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.4.0",
"@octokit/rest": "^18.5.0",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.5"