Merge pull request #439 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.9.1

build(deps): bump @octokit/rest from 18.9.0 to 18.9.1
This commit is contained in:
Mike Penz
2021-08-17 09:00:32 +02:00
committed by GitHub
2 changed files with 10 additions and 33 deletions
+9 -32
View File
@@ -12,7 +12,7 @@
"@actions/core": "^1.4.0", "@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0",
"@octokit/rest": "^18.9.0", "@octokit/rest": "^18.9.1",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.8",
"moment": "^2.29.1", "moment": "^2.29.1",
"semver": "^7.3.5", "semver": "^7.3.5",
@@ -1282,26 +1282,14 @@
} }
}, },
"node_modules/@octokit/rest": { "node_modules/@octokit/rest": {
"version": "18.9.0", "version": "18.9.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz",
"integrity": "sha512-VrmrE8gjpuOoDAGjrQq2j9ZhOE6LxaqxaQg0yMrrEnnQZy2ZcAnr5qbVfKsMF0up/48PRV/VFS/2GSMhA7nTdA==", "integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==",
"dependencies": { "dependencies": {
"@octokit/core": "^3.5.0", "@octokit/core": "^3.5.0",
"@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.7.0" "@octokit/plugin-rest-endpoint-methods": "5.8.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"
} }
}, },
"node_modules/@octokit/types": { "node_modules/@octokit/types": {
@@ -7963,25 +7951,14 @@
} }
}, },
"@octokit/rest": { "@octokit/rest": {
"version": "18.9.0", "version": "18.9.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz",
"integrity": "sha512-VrmrE8gjpuOoDAGjrQq2j9ZhOE6LxaqxaQg0yMrrEnnQZy2ZcAnr5qbVfKsMF0up/48PRV/VFS/2GSMhA7nTdA==", "integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==",
"requires": { "requires": {
"@octokit/core": "^3.5.0", "@octokit/core": "^3.5.0",
"@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.7.0" "@octokit/plugin-rest-endpoint-methods": "5.8.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/types": { "@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.4.0", "@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0",
"@octokit/rest": "^18.9.0", "@octokit/rest": "^18.9.1",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.8",
"moment": "^2.29.1", "moment": "^2.29.1",
"semver": "^7.3.5", "semver": "^7.3.5",