Merge pull request #164 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.0.13

Bump @octokit/rest from 18.0.12 to 18.0.13
This commit is contained in:
Mike Penz
2021-01-22 08:56:26 +01:00
committed by GitHub
2 changed files with 23 additions and 9 deletions
+22 -8
View File
@@ -860,24 +860,38 @@
} }
}, },
"@octokit/rest": { "@octokit/rest": {
"version": "18.0.12", "version": "18.0.13",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.12.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.13.tgz",
"integrity": "sha512-hNRCZfKPpeaIjOVuNJzkEL6zacfZlBPV8vw8ReNeyUkVvbuCvvrrx8K8Gw2eyHHsmd4dPlAxIXIZ9oHhJfkJpw==", "integrity": "sha512-uKm01nBLn8hx8AW+msRn4zyHG74P1COWwJOr94dg25TxMG3l9MIxzO9hp2nOc20EVl9+lFhVtLP+dYJrKL1HAw==",
"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": "4.4.1" "@octokit/plugin-rest-endpoint-methods": "4.7.0"
}, },
"dependencies": { "dependencies": {
"@octokit/openapi-types": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.1.1.tgz",
"integrity": "sha512-4BsrIf9/WLRbl0IVPEPLDTROduvYR57xCldy47YFQp/TZ9DbREQZbeCrJIe7a+Qjb3qk0KwZmxNYYW8mNQY/HQ=="
},
"@octokit/plugin-rest-endpoint-methods": { "@octokit/plugin-rest-endpoint-methods": {
"version": "4.4.1", "version": "4.7.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.4.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.7.0.tgz",
"integrity": "sha512-+v5PcvrUcDeFXf8hv1gnNvNLdm4C0+2EiuWt9EatjjUmfriM1pTMM+r4j1lLHxeBQ9bVDmbywb11e3KjuavieA==", "integrity": "sha512-IXw4hgC6aejdEi92CaA/FvvyTg7/GDuJeWgXxZFVFS/HDa6+QG3BZBJunuLTcWX36XVwVBugDwlGCEHGjDeGMg==",
"requires": { "requires": {
"@octokit/types": "^6.1.0", "@octokit/types": "^6.4.2",
"deprecation": "^2.3.1" "deprecation": "^2.3.1"
} }
},
"@octokit/types": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.4.2.tgz",
"integrity": "sha512-c3OswFOjp0MydgIxWcu/wIXK9sfoBL2gLjqMZA+KKdvvcwh6g2z0eMu219rFrZzi0KQunO9l/a9yHb9T/AlU1A==",
"requires": {
"@octokit/openapi-types": "^3.1.1",
"@types/node": ">= 8"
}
} }
} }
}, },
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4", "@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.12", "@octokit/rest": "^18.0.13",
"@types/semver": "^7.3.4", "@types/semver": "^7.3.4",
"moment": "^2.29.1", "moment": "^2.29.1",
"semver": "^7.3.4" "semver": "^7.3.4"