Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-02-02 06:28:14 +00:00
parent 3e28e29c51
commit 60bde2dbef

14
package-lock.json generated
View File

@ -355,14 +355,14 @@
}
},
"@octokit/request": {
"version": "5.4.13",
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.13.tgz",
"integrity": "sha512-WcNRH5XPPtg7i1g9Da5U9dvZ6YbTffw9BN2rVezYiE7couoSyaRsw0e+Tl8uk1fArHE7Dn14U7YqUDy59WaqEw==",
"version": "5.4.14",
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.14.tgz",
"integrity": "sha512-VkmtacOIQp9daSnBmDI92xNIeLuSRDOIuplp/CJomkvzt7M18NXgG044Cx/LFKLgjKt9T2tZR6AtJayba9GTSA==",
"dev": true,
"requires": {
"@octokit/endpoint": "^6.0.1",
"@octokit/request-error": "^2.0.0",
"@octokit/types": "^6.0.3",
"@octokit/types": "^6.7.1",
"deprecation": "^2.0.0",
"is-plain-object": "^5.0.0",
"node-fetch": "^2.6.1",
@ -402,9 +402,9 @@
}
},
"@octokit/types": {
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.0.tgz",
"integrity": "sha512-QiE7y2Brh0Bv61K//kFGJ6jCZihCf4fGL1FP0Oims5h2SlSYtDiAQMJW15s8udyLfjo/jY05G1YlN8ED/c6RNw==",
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.7.1.tgz",
"integrity": "sha512-OzRXbizUfixgzTjlSZQj+yuo0J9vAMOLtpsIm3JjQUsI3CcLXZnVaxRIWtYD+iwHznnvG9fJlPHM6SRp77fUcw==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^3.4.1",