From e7bb729a631054b926dba4a02d45292b9b236a77 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Thu, 15 Nov 2018 18:24:15 +0100 Subject: [PATCH] Bump cached-path-relative --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 549d38952..4b11ef765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1383,10 +1383,9 @@ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" }, "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=", - "dev": true + "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==" }, "call-signature": { "version": "0.0.2", @@ -6276,7 +6275,8 @@ }, "fill-range": { "version": "2.2.3", - "resolved": "", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", + "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", "dev": true, "requires": { "is-number": "^2.1.0",