diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 9bd85dcea..57a33295b 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -17582,7 +17582,7 @@ The following npm packages may be included in this product: - @protobufjs/inquire@1.1.0 - @protobufjs/path@1.1.2 - @protobufjs/pool@1.1.0 - - @protobufjs/utf8@1.1.0 + - @protobufjs/utf8@1.1.1 These packages each contain the following license: diff --git a/package-lock.json b/package-lock.json index 6cb615ebc..796f49ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15352,9 +15352,9 @@ "license": "BSD-3-Clause" }, "node_modules/@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz", + "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==", "license": "BSD-3-Clause" }, "node_modules/@radix-ui/number": {