From 3beca9e3d4647b31ab2b2cf6f36026f2146d55c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:01:03 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 in /games/rock-paper-scissors Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- games/rock-paper-scissors/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games/rock-paper-scissors/package-lock.json b/games/rock-paper-scissors/package-lock.json index ea86888..5efeca4 100644 --- a/games/rock-paper-scissors/package-lock.json +++ b/games/rock-paper-scissors/package-lock.json @@ -1100,7 +1100,7 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" }, "isexe": { "version": "2.0.0", @@ -1215,9 +1215,9 @@ "dev": true }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -1272,7 +1272,7 @@ "node-event-emitter": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/node-event-emitter/-/node-event-emitter-0.0.1.tgz", - "integrity": "sha1-i1lzd9eaHZdvfUX5FtPTZD1z+M4=" + "integrity": "sha512-k6zlpWWv+b4ix2HK+n1tsjLyD+QyRSTL+eKVLknI3znJta6A0VQmpjDHXZQvS1v+649rrn5hvN/oGJImzJIviw==" }, "normalize-package-data": { "version": "2.5.0",