You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/07/26 03:51:41 UTC

[skywalking-nodejs] 16/23: Remove unused dependency module

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git

commit 7105a6e983ff81471e5bdcc8babb8c2875180d5c
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Wed Jun 24 20:52:48 2020 +0800

    Remove unused dependency module
---
 package-lock.json | 5 -----
 package.json      | 1 -
 2 files changed, 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index aea7340..8a7d72c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2727,11 +2727,6 @@
       "integrity": "sha512-7t6hNbYMxM+VHXTgJmxwgZgLGktuXtVVD5AivWzNTdJBM4DBjnDKDzkf2SrNjihaArpeJYNjxkELBu1evI4lQA==",
       "dev": true
     },
-    "semver": {
-      "version": "7.3.2",
-      "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
-      "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
-    },
     "set-blocking": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
diff --git a/package.json b/package.json
index c52b99f..8f9c4d9 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,6 @@
   "dependencies": {
     "google-protobuf": "^3.12.2",
     "grpc": "^1.10.1",
-    "semver": "^7.3.2",
     "uuid": "^8.1.0",
     "winston": "^3.2.1"
   }