diff --git a/package-lock.json b/package-lock.json index 465fa4d..f8ee0e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@happy-dom/global-registrator": "7.4.0", "acorn": "^6.4.1", "bower": "^1.8.8", - "elliptic": "^6.5.4", + "elliptic": "^6.5.7", "lodash": "^4.17.21", "pulp": "^16.0.0", "purescript": "^0.15.15", @@ -1253,9 +1253,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dev": true, "dependencies": { "bn.js": "^4.11.9", @@ -5521,9 +5521,9 @@ "dev": true }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dev": true, "requires": { "bn.js": "^4.11.9", diff --git a/package.json b/package.json index 485cbca..7fdc50a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@happy-dom/global-registrator": "7.4.0", "acorn": "^6.4.1", "bower": "^1.8.8", - "elliptic": "^6.5.4", + "elliptic": "^6.5.7", "lodash": "^4.17.21", "pulp": "^16.0.0", "purescript": "^0.15.15",