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=" } } }