diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 98701e9a..3ddaa4c1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "install": "^0.13.0", - "js-sha256": "^0.9.0", + "js-sha256": "^0.10.1", "light-bolt11-decoder": "^3.0.0", "npm": "^9.8.0", "openpgp": "^5.10.1", @@ -9888,9 +9888,9 @@ } }, "node_modules/js-sha256": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz", - "integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==" + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.10.1.tgz", + "integrity": "sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==" }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/frontend/package.json b/frontend/package.json index c7a1601a..6cac731f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -67,7 +67,7 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "install": "^0.13.0", - "js-sha256": "^0.9.0", + "js-sha256": "^0.10.1", "light-bolt11-decoder": "^3.0.0", "npm": "^9.8.0", "openpgp": "^5.10.1",