From 2ed4e0dc949899b6f577e9fd81bcffffdcc0e87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 07:00:59 +0000 Subject: [PATCH] Bump minimist from 0.2.1 to 0.2.4 in /front Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. - [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/v0.2.1...v0.2.4) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 1ace99d..af7f6e9 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "flat": "^5.0.0", "js-cookie": "*", "marked": "*", - "minimist": "^0.2.1", + "minimist": "^0.2.4", "moment": "*", "node-sass": "*", "sanitize-html": "*", diff --git a/front/yarn.lock b/front/yarn.lock index 037d3fa..f652e49 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -5596,10 +5596,10 @@ minimatch@^3.0.4, minimatch@~3.0.2: dependencies: brace-expansion "^1.1.7" -minimist@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455" - integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg== +minimist@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.4.tgz#0085d5501e29033748a2f2a4da0180142697a475" + integrity sha512-Pkrrm8NjyQ8yVt8Am9M+yUt74zE3iokhzbG1bFVNjLB92vwM71hf40RkEsryg98BujhVOncKm/C1xROxZ030LQ== minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: version "1.2.5"