diff --git a/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json b/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json index 7f9317ffb..75bdef2d1 100644 --- a/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json +++ b/Clients/Xamarin.Interactive.Client/ClientApp/npm-shrinkwrap.json @@ -851,9 +851,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, "module-deps": { diff --git a/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json b/Clients/Xamarin.Interactive.Client/ClientApp/package-lock.json index 575497288..c2ecb0c26 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.0.2", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", "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": {