From 65b2bf060ff2099c0aafcd79c00f1dd077a90c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 21:49:15 +0000 Subject: [PATCH] Bump elliptic from 6.5.2 to 6.5.3 in /commonjs/pcejs-macplus Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] --- commonjs/pcejs-macplus/package-lock.json | 30 ++++++++++-------------- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/commonjs/pcejs-macplus/package-lock.json b/commonjs/pcejs-macplus/package-lock.json index cc19e59f..54b310e0 100644 --- a/commonjs/pcejs-macplus/package-lock.json +++ b/commonjs/pcejs-macplus/package-lock.json @@ -1,6 +1,6 @@ { "name": "pcejs-macplus", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -523,9 +523,9 @@ } }, "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", @@ -923,21 +923,10 @@ "sha.js": "^2.4.8" } }, - "pcejs-macplus": { - "version": "0.1.5", - "requires": { - "xtend": "^3.0.0" - }, - "dependencies": { - "xtend": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz", - "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=" - } - } - }, "pcejs-util": { - "version": "0.1.0" + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/pcejs-util/-/pcejs-util-0.1.0.tgz", + "integrity": "sha1-owiI4LzeV++K9ByuWUVZ7n6xNzc=" }, "process": { "version": "0.11.10", @@ -1321,6 +1310,11 @@ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true + }, + "xtend": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz", + "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=" } } }