From f927fa79239551b99a3a2fedb48a08f7727f1d3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 21 Oct 2022 10:23:16 +0200 Subject: [PATCH] Apply security update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea8830a..05e76c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -280,7 +280,7 @@ "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "engines": { "node": ">=10.10.0" @@ -1799,7 +1799,7 @@ "linguist-languages": "7.10.0", "lodash": "4.17.21", "mem": "8.1.1", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "minimist": "1.2.6", "n-readlines": "1.0.1", "please-upgrade-node": "3.2.0", @@ -2392,7 +2392,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -3238,9 +3238,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -3703,7 +3703,7 @@ "lodash": "4.17.21", "mem": "8.1.1", "meriyah": "4.1.5", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "minimist": "1.2.6", "n-readlines": "1.0.1", "outdent": "0.8.0", @@ -4878,7 +4878,7 @@ "requires": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" } }, "@humanwhocodes/module-importer": { @@ -6116,7 +6116,7 @@ "linguist-languages": "7.10.0", "lodash": "4.17.21", "mem": "8.1.1", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "minimist": "1.2.6", "n-readlines": "1.0.1", "please-upgrade-node": "3.2.0", @@ -6466,7 +6466,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } @@ -7053,9 +7053,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.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -7404,7 +7404,7 @@ "lodash": "4.17.21", "mem": "8.1.1", "meriyah": "4.1.5", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "minimist": "1.2.6", "n-readlines": "1.0.1", "outdent": "0.8.0", -- 2.34.1