diff --git a/http-gateway/web/package-lock.json b/http-gateway/web/package-lock.json index 520f0e1b0..c43da1b41 100644 --- a/http-gateway/web/package-lock.json +++ b/http-gateway/web/package-lock.json @@ -10663,8 +10663,9 @@ "license": "ISC" }, "node_modules/elliptic": { - "version": "6.5.5", - "license": "MIT", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0",