diff --git a/vue/package-lock.json b/vue/package-lock.json index f3c700c..a52772b 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL", "dependencies": { - "elliptic": ">=6.5.7", + "elliptic": ">=6.6.0", "fsevents": "^2.2.0", "node-forge": ">=1.3.1", "node-pre-gyp": "0.17.x", @@ -2271,9 +2271,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -8232,9 +8232,9 @@ "dev": true }, "elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", diff --git a/vue/package.json b/vue/package.json index 7f72b95..dfe283a 100644 --- a/vue/package.json +++ b/vue/package.json @@ -12,7 +12,7 @@ "build": "cross-env webpack --mode production --progress" }, "dependencies": { - "elliptic": ">=6.5.7", + "elliptic": ">=6.6.0", "fsevents": "^2.2.0", "node-forge": ">=1.3.1", "node-pre-gyp": "0.17.x",