diff options
| -rw-r--r-- | package-lock.json | 39 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 35 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 1aa443f..b420b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/lodash": "^4.14.191", "@vue/compiler-sfc": "^3.5.13", "@vue/eslint-config-typescript": "^13.0.0", - "altcha": "^0.3.2", + "altcha": "^1.4.2", "autoprefixer": "^10.4.20", "axios": "^0.21.0", "babel-loader": "^10.0.0", @@ -133,6 +133,13 @@ "node": ">=0.10.0" } }, + "node_modules/@altcha/crypto": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@altcha/crypto/-/crypto-0.0.1.tgz", + "integrity": "sha512-qZMdnoD3lAyvfSUMNtC2adRi666Pxdcw9zqfMU5qBOaJWqpN9K+eqQGWqeiKDMqL0SF+EytNG4kR/Pr/99GJ6g==", + "dev": true, + "license": "MIT" + }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", @@ -3698,6 +3705,20 @@ "url": "https://opencollective.com/popperjs" } }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz", + "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@rsbuild/plugin-check-syntax": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@rsbuild/plugin-check-syntax/-/plugin-check-syntax-1.3.0.tgz", @@ -5352,10 +5373,18 @@ } }, "node_modules/altcha": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/altcha/-/altcha-0.3.2.tgz", - "integrity": "sha512-5UQP/fwgdlxfhgr4GADoPyMzHWTmDuWq3OloQlZsmUl3C/8+0huWdXW5S8FraA6GWK8iEwbG/2IR4TehLTY9cQ==", - "dev": true + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/altcha/-/altcha-1.4.2.tgz", + "integrity": "sha512-7UcWh4tHWqP5YHo+jC8vmm+sThYUi1R9qXsiiXtmdoOiimfA0LCLccSKqYSoDmYvqq+CBV79WpQVWafKQCKHmw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@altcha/crypto": "^0.0.1" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.18.0" + } }, "node_modules/ansi-escapes": { "version": "4.3.2", diff --git a/package.json b/package.json index 2e92786..31cc444 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/lodash": "^4.14.191", "@vue/compiler-sfc": "^3.5.13", "@vue/eslint-config-typescript": "^13.0.0", - "altcha": "^0.3.2", + "altcha": "^1.4.2", "autoprefixer": "^10.4.20", "axios": "^0.21.0", "babel-loader": "^10.0.0", |
