diff --git a/ui/core/package.json b/ui/core/package.json index 0d81707a3..57efe5b0a 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -35,7 +35,7 @@ "interactjs": "1.10.26", "jquery": "^3.5.0", "jquery-ui": "^1.13.2", - "js-sha3": "^0.7.0", + "js-sha3": "^0.9.3", "moment": "^2.29.4", "popper.js": "^1.14.4", "sass": "^1.69.5", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index 96cf189b6..8fbf1d344 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -26,7 +26,7 @@ "interactjs": "1.10.26", "jquery": "^3.5.0", "jquery-ui": "^1.13.2", - "js-sha3": "^0.7.0", + "js-sha3": "^0.9.3", "moment": "^2.29.4", "popper.js": "^1.14.4", "sass": "^1.69.5", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1873caf84..55fff532a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -7586,10 +7586,10 @@ js-sha3@^0.5.7: resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz#0d4ffd8002d5333aabaf4a23eed2f6374c9f28e7" integrity sha512-GII20kjaPX0zJ8wzkTbNDYMY7msuZcTWk8S5UOh6806Jq/wz1J8/bnr8uGU0DAUmYDjj2Mr4X1cW8v/GLYnR+g== -js-sha3@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.7.0.tgz#0a5c57b36f79882573b2d84051f8bb85dd1bd63a" - integrity sha512-Wpks3yBDm0UcL5qlVhwW9Jr9n9i4FfeWBFOOXP5puDS/SiudJGhw7DPyBqn3487qD4F0lsC0q3zxink37f7zeA== +js-sha3@^0.9.3: + version "0.9.3" + resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.9.3.tgz#f0209432b23a66a0f6c7af592c26802291a75c2a" + integrity sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg== js-tokens@^4.0.0: version "4.0.0"