From 00af5d45e05a6c61c650a0ee12d02893d59cc6d1 Mon Sep 17 00:00:00 2001 From: Toru Date: Tue, 4 Dec 2018 21:13:22 -0500 Subject: [PATCH] resolved issue #101 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2f4e5b30..fb6152eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1291,9 +1291,9 @@ } }, "cached-path-relative": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz", - "integrity": "sha1-0JxLUoAKpMB44t2BqGmqyQ0uVOc=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==" }, "camelcase": { "version": "3.0.0", diff --git a/package.json b/package.json index eb4bc4319..454d73baf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gulp-buffer": "0.0.2", "gulp-tap": "^1.0.1", "jquery": "^3.3.1", - "jsonwebtoken": "5.0.4", + "jsonwebtoken": "^5.0.4", "method-override": "^3.0.0", "moment": "^2.22.2", "mongoose": "^5.3.14",