Update package-lock.json

This commit is contained in:
TypeScript Bot
2020-12-04 06:23:01 +00:00
parent cd37a327a7
commit 387b6dc3e1

40
package-lock.json generated
View File

@@ -280,9 +280,9 @@
}
},
"@octokit/core": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.2.3.tgz",
"integrity": "sha512-0ANaYovDuwXW1ZHk9jBUDcZWHqdMlhDV8Z0oHVRk4Sq0QCmQOprvnIjIQSGkXgKlhdTpPo0wwvvMnhqiXeR7DA==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.2.4.tgz",
"integrity": "sha512-d9dTsqdePBqOn7aGkyRFe7pQpCXdibSJ5SFnrTr0axevObZrpz3qkWm7t/NjYv5a66z6vhfteriaq4FRz3e0Qg==",
"dev": true,
"requires": {
"@octokit/auth-token": "^2.4.4",
@@ -316,9 +316,9 @@
}
},
"@octokit/openapi-types": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-1.2.2.tgz",
"integrity": "sha512-vrKDLd/Rq4IE16oT+jJkDBx0r29NFkdkU8GwqVSP4RajsAvP23CMGtFhVK0pedUhAiMvG1bGnFcTC/xCKaKgmw==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.0.0.tgz",
"integrity": "sha512-J4bfM7lf8oZvEAdpS71oTvC1ofKxfEZgU5vKVwzZKi4QPiL82udjpseJwxPid9Pu2FNmyRQOX4iEj6W1iOSnPw==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@@ -337,12 +337,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.3.0.tgz",
"integrity": "sha512-omU8AfL8QgG4h+TObSSh6dArWzMKiHkG+z18Xtn4zC6WRzUxFvmibWktDYwLePXesd7/AMJR141s1mt+8cfeRA==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.3.1.tgz",
"integrity": "sha512-gKnD7zjja2Ne2YJniQhcmVFnJ4vkIVjBeMDQaV4fVJkLniZUmm8WZ2GRF7HkueI4kT0B6sfDK02TYwskRMG3dQ==",
"dev": true,
"requires": {
"@octokit/types": "^6.0.0",
"@octokit/types": "^6.0.3",
"deprecation": "^2.3.1"
}
},
@@ -382,24 +382,24 @@
}
},
"@octokit/rest": {
"version": "18.0.10",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.10.tgz",
"integrity": "sha512-6CJSM6A7acHK7Ek/6ro4FxKf9qPaiiIruL0eWbxiCCKk6aithn2PPxRlG9kJhT2dfTQpt9rHmfTSCF61eXXyfQ==",
"version": "18.0.11",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.11.tgz",
"integrity": "sha512-qOF1/9qsyuyKVGpOdcfE0XJXoKBM3x/j2cAMTGCVeeaR+nZZ60JY1fPTjadelDgKVwHFfghqeX/li+X1YYGENg==",
"dev": true,
"requires": {
"@octokit/core": "^3.2.2",
"@octokit/plugin-paginate-rest": "^2.6.1",
"@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.3.0"
"@octokit/plugin-rest-endpoint-methods": "4.3.1"
}
},
"@octokit/types": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.0.3.tgz",
"integrity": "sha512-6y0Emzp+uPpdC5QLzUY1YRklvqiZBMTOz2ByhXdmTFlc3lNv8Mi28dX1U1b4scNtFMUa3tkpjofNFJ5NqMJaZw==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.1.0.tgz",
"integrity": "sha512-bMWBmg77MQTiRkOVyf50qK3QECWOEy43rLy/6fTWZ4HEwAhNfqzMcjiBDZAowkILwTrFvzE1CpP6gD0MuPHS+A==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^1.2.0",
"@octokit/openapi-types": "^2.0.0",
"@types/node": ">= 8"
}
},