fix(deps): update `@octokit/core` to latest (#1412)

This commit is contained in:
Gregor Martynus 2020-11-16 10:04:36 -08:00 committed by GitHub
parent 2fcc0b5c5c
commit 9351df4b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1227,9 +1227,9 @@
}
},
"@octokit/core": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.2.0.tgz",
"integrity": "sha512-42jzu1GWlCr4KUo52X4hD3if2AwjNJLzsS8mqUs9JkJbsM3vzvSx8AqTnVBQjOM0hQMYBqR7/7SAUTfH7IZqIg==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.2.1.tgz",
"integrity": "sha512-XfFSDDwv6tclUenS0EmB6iA7u+4aOHBT1Lz4PtQNQQg3hBbNaR/+Uv5URU+egeIuuGAiMRiDyY92G4GBOWOqDA==",
"requires": {
"@octokit/auth-token": "^2.4.0",
"@octokit/graphql": "^4.3.1",

View File

@ -36,7 +36,7 @@
"author": "Brandon Keepers",
"license": "ISC",
"dependencies": {
"@octokit/core": "^3.1.0",
"@octokit/core": "^3.2.1",
"@octokit/graphql": "^4.2.0",
"@octokit/plugin-enterprise-compatibility": "^1.2.1",
"@octokit/plugin-paginate-rest": "^2.2.3",