1
0

Request-a-copy improv: Add altcha dependency to package.json

This commit is contained in:
Kim Shepherd
2025-02-13 15:00:47 +01:00
parent 585347b1a2
commit bff5662116
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@@ -32,6 +32,7 @@
"@ngrx/store": "^18.1.1", "@ngrx/store": "^18.1.1",
"@ngx-translate/core": "^16.0.3", "@ngx-translate/core": "^16.0.3",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0", "@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"altcha": "^0.2.2",
"angulartics2": "^12.2.0", "angulartics2": "^12.2.0",
"axios": "^1.7.9", "axios": "^1.7.9",
"bootstrap": "^5.3", "bootstrap": "^5.3",
@@ -8895,6 +8896,11 @@
"ajv": "^8.8.2" "ajv": "^8.8.2"
} }
}, },
"node_modules/altcha": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/altcha/-/altcha-0.2.3.tgz",
"integrity": "sha512-7ZYS70TdzpXrV5qcRNnkut5DOjHLrU+DzTlftts9qYAjGaA/7RouHPmc2cKJrAl87jsvvIrL2u9RVsrH1ty1tQ=="
},
"node_modules/angulartics2": { "node_modules/angulartics2": {
"version": "12.2.1", "version": "12.2.1",
"resolved": "https://registry.npmjs.org/angulartics2/-/angulartics2-12.2.1.tgz", "resolved": "https://registry.npmjs.org/angulartics2/-/angulartics2-12.2.1.tgz",

View File

@@ -114,6 +114,7 @@
"@ngrx/store": "^18.1.1", "@ngrx/store": "^18.1.1",
"@ngx-translate/core": "^16.0.3", "@ngx-translate/core": "^16.0.3",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0", "@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"altcha": "^0.2.2",
"angulartics2": "^12.2.0", "angulartics2": "^12.2.0",
"axios": "^1.7.9", "axios": "^1.7.9",
"bootstrap": "^5.3", "bootstrap": "^5.3",