diff --git a/package-lock.json b/package-lock.json index b694fda607e..09da33a6eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@ngx-translate/core": "^17.0.0", "@nicky-lenaers/ngx-scroll-to": "^14.0.0", "@terraformer/wkt": "^2.2.1", - "altcha": "^2.2.4", + "altcha": "^2.3.0", "angulartics2": "^12.2.0", "body-parser": "^1.20.3", "bootstrap": "^5.3", @@ -10550,9 +10550,10 @@ } }, "node_modules/altcha": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/altcha/-/altcha-2.2.4.tgz", - "integrity": "sha512-UrU2izh1pISqzd7TCAJiJB2N+r7roqA348Qxt1gJlW5k9pJpbDDmMcDaxfuet9h/WFE6Snrritu/WusmERarrg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/altcha/-/altcha-2.3.0.tgz", + "integrity": "sha512-vl8I0dQvSQB7/Mx09XuWZ1+LdSP7vEda6OLbg9kUQ2ZO2LT7MzgUyLK7Iips+GAV6c0ntVcS1XWOqhEPpwbDhQ==", + "license": "MIT", "dependencies": { "@altcha/crypto": "^0.0.1" }, diff --git a/package.json b/package.json index c07a955cbc2..6b4c45ffe65 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@ngx-translate/core": "^17.0.0", "@nicky-lenaers/ngx-scroll-to": "^14.0.0", "@terraformer/wkt": "^2.2.1", - "altcha": "^2.2.4", + "altcha": "^2.3.0", "angulartics2": "^12.2.0", "body-parser": "^1.20.3", "bootstrap": "^5.3",