From e527db6e628b1568966324f10c43e00a67915700 Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Sun, 8 Aug 2021 06:06:08 +0000 Subject: [PATCH] Update package-lock.json --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94e8500e199..b7581d9c8de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": {