From 448c72d83eff82bc0d61b32abd01cb132f47f498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:30:18 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.8 in /week-09/2. nap - teszteles/appTest 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] --- week-09/2. nap - teszteles/appTest/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/week-09/2. nap - teszteles/appTest/package-lock.json b/week-09/2. nap - teszteles/appTest/package-lock.json index e770634..47c2600 100644 --- a/week-09/2. nap - teszteles/appTest/package-lock.json +++ b/week-09/2. nap - teszteles/appTest/package-lock.json @@ -553,9 +553,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "ms": {