Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-08-08 06:06:08 +00:00
parent c9788712a7
commit e527db6e62

14
package-lock.json generated
View File

@ -4738,9 +4738,9 @@
}
},
"is-typed-array": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.6.tgz",
"integrity": "sha512-cDIgneTBa/TueUY6AWd7Tyj3jcFF5GAzFd50x3IB9bcjRSfjxkTfGYeD8YUDnrXQ10Q+2Y6rT+ZDwseIX9CI5A==",
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.7.tgz",
"integrity": "sha512-VxlpTBGknhQ3o7YiVjIhdLU6+oD8dPz/79vvvH4F+S/c8608UCVa9fgDpa1kZgFoUST2DCgacc70UszKgzKuvA==",
"dev": true,
"requires": {
"available-typed-arrays": "^1.0.4",
@ -8420,9 +8420,9 @@
"dev": true
},
"which-typed-array": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.5.tgz",
"integrity": "sha512-ib2f4KSZPjFfV1g+Up/whdhp9yWhsf1BSoLrPdkAJwvLRl0EYg9CvT6kmPPn6nft0OT/NgmWA/KdUcYZadopeQ==",
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.6.tgz",
"integrity": "sha512-DdY984dGD5sQ7Tf+x1CkXzdg85b9uEel6nr4UkFg1LoE9OXv3uRuZhe5CoWdawhGACeFpEZXH8fFLQnDhbpm/Q==",
"dev": true,
"requires": {
"available-typed-arrays": "^1.0.4",
@ -8430,7 +8430,7 @@
"es-abstract": "^1.18.5",
"foreach": "^2.0.5",
"has-tostringtag": "^1.0.0",
"is-typed-array": "^1.1.5"
"is-typed-array": "^1.1.6"
},
"dependencies": {
"es-abstract": {