From e3dbd4de1029122735ee9b2e2396486448b9da0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 01:43:01 +0000 Subject: [PATCH] Bump minimist in /Clients/Xamarin.Interactive.Client/ClientApp Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../ClientApp/npm-shrinkwrap.json | 6 ++--- .../ClientApp/package-lock.json | 22 ++++++++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) 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": {