Merge pull request #507 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.11.1

build(deps): bump @octokit/rest from 18.11.0 to 18.11.1
This commit is contained in:
Mike Penz
2021-09-28 10:07:34 +02:00
committed by GitHub
2 changed files with 18 additions and 18 deletions
+17 -17
View File
@@ -12,7 +12,7 @@
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.10.0",
"@octokit/rest": "^18.11.1",
"@types/semver": "^7.3.8",
"moment": "^2.29.1",
"semver": "^7.3.5",
@@ -1247,11 +1247,11 @@
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz",
"integrity": "sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==",
"version": "5.11.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.2.tgz",
"integrity": "sha512-oOJ/gC3e6XS5OyvLhS32BslGkKAyt/tgbLJUH1PKfIyDiRm4c6lSm+NHpy/L9WcdiCQji0RPglXTIH+8degjBg==",
"dependencies": {
"@octokit/types": "^6.30.0",
"@octokit/types": "^6.31.0",
"deprecation": "^2.3.1"
},
"peerDependencies": {
@@ -1282,14 +1282,14 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.11.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.0.tgz",
"integrity": "sha512-e30+ERbA4nXkzkaCDgfxS9H1A43Z1GvV5nqLfkxS81rYKbFE6+sEsrXsTRzV1aWLsRIQ+B75Vgnyzjw/ioTyVA==",
"version": "18.11.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.1.tgz",
"integrity": "sha512-UadwFo10+5TQ/gm/E1r1M3Wkz8WUNyX3TLBO64YmlyZFoCPPLwdhVDHFJ+XGL/+sErPiyps3drvx1I9vMncunA==",
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.16.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "5.11.1"
"@octokit/plugin-rest-endpoint-methods": "5.11.2"
}
},
"node_modules/@octokit/types": {
@@ -7979,11 +7979,11 @@
"requires": {}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz",
"integrity": "sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==",
"version": "5.11.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.2.tgz",
"integrity": "sha512-oOJ/gC3e6XS5OyvLhS32BslGkKAyt/tgbLJUH1PKfIyDiRm4c6lSm+NHpy/L9WcdiCQji0RPglXTIH+8degjBg==",
"requires": {
"@octokit/types": "^6.30.0",
"@octokit/types": "^6.31.0",
"deprecation": "^2.3.1"
}
},
@@ -8011,14 +8011,14 @@
}
},
"@octokit/rest": {
"version": "18.11.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.0.tgz",
"integrity": "sha512-e30+ERbA4nXkzkaCDgfxS9H1A43Z1GvV5nqLfkxS81rYKbFE6+sEsrXsTRzV1aWLsRIQ+B75Vgnyzjw/ioTyVA==",
"version": "18.11.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.11.1.tgz",
"integrity": "sha512-UadwFo10+5TQ/gm/E1r1M3Wkz8WUNyX3TLBO64YmlyZFoCPPLwdhVDHFJ+XGL/+sErPiyps3drvx1I9vMncunA==",
"requires": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.16.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "5.11.1"
"@octokit/plugin-rest-endpoint-methods": "5.11.2"
}
},
"@octokit/types": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.10.0",
"@octokit/rest": "^18.11.1",
"@types/semver": "^7.3.8",
"moment": "^2.29.1",
"semver": "^7.3.5",