diff --git a/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json b/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json index 7f9317ffb..550ca5982 100644 --- a/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json +++ b/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json @@ -298,9 +298,9 @@ "dev": true }, "cached-path-relative": { - "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==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", + "integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", "dev": true }, "cipher-base": { diff --git a/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json b/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json index 575497288..eb91ec245 100644 --- a/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json +++ b/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json @@ -217,6 +217,14 @@ "util": "0.10.3", "vm-browserify": "0.0.4", "xtend": "4.0.1" + }, + "dependencies": { + "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 + } } }, "browserify-aes": { @@ -317,9 +325,9 @@ "dev": true }, "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.1.0", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", + "integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", "dev": true }, "cipher-base": { @@ -916,6 +924,14 @@ "subarg": "1.0.0", "through2": "2.0.3", "xtend": "4.0.1" + }, + "dependencies": { + "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 + } } }, "monaco-editor": { diff --git a/Clients/Xamarin.Interactive.Client/ClientApp/package.json b/Clients/Xamarin.Interactive.Client/ClientApp/package.json index 4909108fe..dd317828c 100644 --- a/Clients/Xamarin.Interactive.Client/ClientApp/package.json +++ b/Clients/Xamarin.Interactive.Client/ClientApp/package.json @@ -15,6 +15,6 @@ "typescript": "=2.2.1", "tsify": "=3.0.1", "browserify": "=14.1.0", - "cached-path-relative": "=1.0.2" + "cached-path-relative": "=1.1.0" } }