Update elliptic

This commit is contained in:
Oliver Davies 2020-08-17 18:17:27 +01:00
parent 775b2c5248
commit e4595afc81
2 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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",