From 550fa5f4f52a9270f86ee1cfb3bf96a5aa2ee07e Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 9 Apr 2019 17:13:54 +0800 Subject: [PATCH] update third party dependencies --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac30000..d4ad600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -199,8 +199,9 @@ "integrity": "sha1-tPGzM+x87THCB9tePXdmU3XRjqA=" }, "angular-clipboard": { - "version": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102", - "from": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/angular-clipboard/-/angular-clipboard-1.7.0.tgz", + "integrity": "sha512-4/eg3zZw1MJpIsMc+mWzeVNyWBu8YWpXPTdmbgyPRp/6f0xB6I3XR2iC6Mb4mg/5E9q6exCd0sX2yiIsw+ZLJw==" }, "angular-cookies": { "version": "1.6.10", diff --git a/package.json b/package.json index af5c7ce..6d242f1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "angular-promise-buttons": "^0.1.23", "angular-sweetalert": "^1.1.2", "angular-utf8-base64": "^0.0.5", - "angular-clipboard": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102", + "angular-clipboard": "^1.7.0", "angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1", "angularjs-dragula": "^2.0.0" },