From 03f0a49ff0a3751e7433a372815cd2326619a403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:29:00 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.8 in /scripts/remoting Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- scripts/remoting/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remoting/package-lock.json b/scripts/remoting/package-lock.json index 72d6504..c82aaeb 100644 --- a/scripts/remoting/package-lock.json +++ b/scripts/remoting/package-lock.json @@ -248,7 +248,7 @@ "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "integrity": "sha512-7Wl+Jz+IGWuSdgsQEJ4JunV0si/iMhg42MnQQG6h1R6TNeVenp4U9x5CC5v/gYqz/fENLQITAWXidNtVL0NNbw==" }, "mongodb": { "version": "2.2.35",