Update package-lock.json

This commit is contained in:
TypeScript Bot
2021-01-23 06:50:09 +00:00
parent 786a7e86ef
commit 63003eb106

16
package-lock.json generated
View File

@@ -345,12 +345,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.7.0.tgz",
"integrity": "sha512-IXw4hgC6aejdEi92CaA/FvvyTg7/GDuJeWgXxZFVFS/HDa6+QG3BZBJunuLTcWX36XVwVBugDwlGCEHGjDeGMg==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.8.0.tgz",
"integrity": "sha512-2zRpXDveJH8HsXkeeMtRW21do8wuSxVn1xXFdvhILyxlLWqGQrdJUA1/dk5DM7iAAYvwT/P3bDOLs90yL4S2AA==",
"dev": true,
"requires": {
"@octokit/types": "^6.4.2",
"@octokit/types": "^6.5.0",
"deprecation": "^2.3.1"
}
},
@@ -390,15 +390,15 @@
}
},
"@octokit/rest": {
"version": "18.0.13",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.13.tgz",
"integrity": "sha512-uKm01nBLn8hx8AW+msRn4zyHG74P1COWwJOr94dg25TxMG3l9MIxzO9hp2nOc20EVl9+lFhVtLP+dYJrKL1HAw==",
"version": "18.0.14",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.14.tgz",
"integrity": "sha512-62mKIaBb/XD2Z2KCBmAPydEk/d0IBMOnwk6DJVo36ICTnxlRPTdQwFE2LzlpBPDR52xOKPlGqb3Bnhh99atltA==",
"dev": true,
"requires": {
"@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "4.7.0"
"@octokit/plugin-rest-endpoint-methods": "4.8.0"
}
},
"@octokit/types": {