From 6638c80b47717ccaa8e6b2832d853c8fe3e488f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 17:15:14 +0000 Subject: [PATCH] Bump elliptic from 6.5.0 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3) Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53d5cfd..491e792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -904,11 +904,6 @@ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", "dev": true }, - "angular": { - "version": ">=1.7.9", - "resolved": "https://registry.npm.taobao.org/angular/download/angular-1.7.8.tgz", - "integrity": "sha1-t37eJyzhsmHjvjDBRRoLNGkFo8k=" - }, "angular-hammer": { "version": "2.2.0", "resolved": "https://registry.npm.taobao.org/angular-hammer/download/angular-hammer-2.2.0.tgz", @@ -916,6 +911,13 @@ "requires": { "angular": ">=1.7.9", "hammerjs": ">=2.0.0" + }, + "dependencies": { + "angular": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" + } } }, "ansi-colors": { @@ -2780,9 +2782,9 @@ "dev": true }, "elliptic": { - "version": "6.5.0", - "resolved": "https://registry.npm.taobao.org/elliptic/download/elliptic-6.5.0.tgz", - "integrity": "sha1-K47UyJG33jIA4UQSpbgkjHr1Bco=", + "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",