build(deps): bump @octokit/rest from 18.9.0 to 18.9.1

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.9.0 to 18.9.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.9.0...v18.9.1)

---
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:
dependabot[bot]
2021-08-16 13:05:29 +00:00
committed by GitHub
parent 463226138a
commit 0d66482fbf
2 changed files with 10 additions and 33 deletions
+9 -32
View File
@@ -12,7 +12,7 @@
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.9.0",
"@octokit/rest": "^18.9.1",
"@types/semver": "^7.3.8",
"moment": "^2.29.1",
"semver": "^7.3.5",
@@ -1282,26 +1282,14 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.9.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.0.tgz",
"integrity": "sha512-VrmrE8gjpuOoDAGjrQq2j9ZhOE6LxaqxaQg0yMrrEnnQZy2ZcAnr5qbVfKsMF0up/48PRV/VFS/2GSMhA7nTdA==",
"version": "18.9.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz",
"integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==",
"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.7.0"
}
},
"node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.7.0.tgz",
"integrity": "sha512-G7sgccWRYQMwcHJXkDY/sDxbXeKiZkFQqUtzBCwmrzCNj2GQf3VygQ4T/BFL2crLVpIbenkE/c0ErhYOte2MPw==",
"dependencies": {
"@octokit/types": "^6.24.0",
"deprecation": "^2.3.1"
},
"peerDependencies": {
"@octokit/core": ">=3"
"@octokit/plugin-rest-endpoint-methods": "5.8.0"
}
},
"node_modules/@octokit/types": {
@@ -7963,25 +7951,14 @@
}
},
"@octokit/rest": {
"version": "18.9.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.0.tgz",
"integrity": "sha512-VrmrE8gjpuOoDAGjrQq2j9ZhOE6LxaqxaQg0yMrrEnnQZy2ZcAnr5qbVfKsMF0up/48PRV/VFS/2GSMhA7nTdA==",
"version": "18.9.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz",
"integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==",
"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.7.0"
},
"dependencies": {
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.7.0.tgz",
"integrity": "sha512-G7sgccWRYQMwcHJXkDY/sDxbXeKiZkFQqUtzBCwmrzCNj2GQf3VygQ4T/BFL2crLVpIbenkE/c0ErhYOte2MPw==",
"requires": {
"@octokit/types": "^6.24.0",
"deprecation": "^2.3.1"
}
}
"@octokit/plugin-rest-endpoint-methods": "5.8.0"
}
},
"@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.9.0",
"@octokit/rest": "^18.9.1",
"@types/semver": "^7.3.8",
"moment": "^2.29.1",
"semver": "^7.3.5",