From e4595afc81bf1b9b044ce118d7b1ec703b619463 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 17 Aug 2020 18:17:27 +0100 Subject: [PATCH] Update elliptic --- web/themes/custom/opdavies/package-lock.json | 6 +++--- web/themes/custom/opdavies/package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/opdavies/package-lock.json b/web/themes/custom/opdavies/package-lock.json index 50fc8bb..81c763b 100644 --- a/web/themes/custom/opdavies/package-lock.json +++ b/web/themes/custom/opdavies/package-lock.json @@ -3434,9 +3434,9 @@ "dev": true }, "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "dev": true, "requires": { "bn.js": "^4.4.0", diff --git a/web/themes/custom/opdavies/package.json b/web/themes/custom/opdavies/package.json index 8c0df0d..d13c8dc 100644 --- a/web/themes/custom/opdavies/package.json +++ b/web/themes/custom/opdavies/package.json @@ -12,6 +12,7 @@ "@tailwindcss/typography": "^0.2.0", "alpinejs": "^2.3.5", "autoprefixer": "^9.8.0", + "elliptic": ">=6.5.3", "highlightjs": "^9.16.2", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0",