Update package-lock.json

This commit is contained in:
TypeScript Bot 2022-01-26 06:06:54 +00:00
parent 20b5523830
commit d56d62185f

17
package-lock.json generated
View File

@ -1862,15 +1862,16 @@
"dev": true
},
"chai": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz",
"integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.3.5.tgz",
"integrity": "sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==",
"dev": true,
"requires": {
"assertion-error": "^1.1.0",
"check-error": "^1.0.2",
"deep-eql": "^3.0.1",
"get-func-name": "^2.0.0",
"loupe": "^2.3.0",
"pathval": "^1.1.1",
"type-detect": "^4.0.5"
}
@ -5133,6 +5134,16 @@
"is-unicode-supported": "^0.1.0"
}
},
"loupe": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.0.tgz",
"integrity": "sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==",
"dev": true,
"requires": {
"get-func-name": "^2.0.0",
"type-detect": "^4.0.8"
}
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",