From 7a93abda9507e41ee9e3a5f2d45aed8e198933af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:55:05 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.0 to 1.2.8 in /tools/remark-cli 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] --- tools/remark-cli/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remark-cli/package-lock.json b/tools/remark-cli/package-lock.json index bf869643901f2c..a542c01c596b2d 100644 --- a/tools/remark-cli/package-lock.json +++ b/tools/remark-cli/package-lock.json @@ -615,7 +615,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==" }, "ms": { "version": "2.0.0",