Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-03-09 06:24:45 +00:00
parent 4d506240de
commit d9f5a85d5b

30
package-lock.json generated
View File

@ -324,9 +324,9 @@
}
},
"@octokit/openapi-types": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.1.tgz",
"integrity": "sha512-TvVk2QuIA0lQZcIMd6xbdGaGDVeNYIOa3l1ZVagAIk5K3t/WMYbcg4BISNDhzdVhm/TgQB26frAgd/GV81aHJA==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.2.tgz",
"integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -345,12 +345,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.4",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.4.tgz",
"integrity": "sha512-MGxptzVfiP8O+aydC/riheYzS/yJ9P16M29OuvtZep/sF5sKuOCQP8Wf83YCKXRsQF+ZpYfke2snbPPSIMZKzg==",
"version": "4.13.5",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz",
"integrity": "sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==",
"dev": true,
"requires": {
"@octokit/types": "^6.12.0",
"@octokit/types": "^6.12.2",
"deprecation": "^2.3.1"
}
},
@ -390,24 +390,24 @@
}
},
"@octokit/rest": {
"version": "18.3.4",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.4.tgz",
"integrity": "sha512-NES0pHbwyFB1D0jrLkdnIXgEmze/gLE0JoSNgfAe4vwD77/qaQGO/lRWNuPPsoBVBjiW6mmA9CU5cYHujJTKQA==",
"version": "18.3.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.5.tgz",
"integrity": "sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==",
"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.13.4"
"@octokit/plugin-rest-endpoint-methods": "4.13.5"
}
},
"@octokit/types": {
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.1.tgz",
"integrity": "sha512-eZTTWJxGBon01Ra4EX86rvlMZGkU5SeJ8BtwQlsv2wEqZttpjtefLetJndZTVbJ25qFKoyKMWsRFnwlOx7ZaDQ==",
"version": "6.12.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.2.tgz",
"integrity": "sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^5.3.1"
"@octokit/openapi-types": "^5.3.2"
}
},
"@types/browserify": {