diff --git a/package-lock.json b/package-lock.json index ff098a503e..48bca98834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25742,9 +25742,9 @@ "integrity": "sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes=" }, "web-streams-polyfill": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz", - "integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", + "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==" }, "webauth": { "version": "1.1.0", diff --git a/package.json b/package.json index 1aaad0dc9a..3c297354aa 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "uid-generator": "^2.0.0", "uuid": "^8.3.2", "validator": "^13.7.0", - "web-streams-polyfill": "^3.1.1", + "web-streams-polyfill": "^3.2.0", "whatwg-fetch": "^3.6.2", "winston": "^3.3.3", "winston-cloudwatch": "^3.1.1",