From 023cb3ddea6cc29588bec02670c4731ae3df1c43 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Thu, 8 Dec 2022 19:54:15 +0100 Subject: [PATCH] Resolve package-lock.json issues (#20250) * Resolve package-lock.json issues * Resolve again --- airbyte-webapp/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/airbyte-webapp/package-lock.json b/airbyte-webapp/package-lock.json index 1debda5979c7..c0600fedd182 100644 --- a/airbyte-webapp/package-lock.json +++ b/airbyte-webapp/package-lock.json @@ -48774,7 +48774,7 @@ "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "strip-json-comments": "^3.1.1" }, "dependencies": { @@ -49649,7 +49649,7 @@ "requires": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" } }, "@humanwhocodes/object-schema": { @@ -51848,7 +51848,7 @@ "jsonpath-plus": "7.1.0", "lodash": "~4.17.21", "lodash.topath": "^4.5.2", - "minimatch": "3.1.2", + "minimatch": "^3.0.5", "nimma": "0.2.2", "pony-cause": "^1.0.0", "simple-eval": "1.0.0", @@ -52826,7 +52826,7 @@ "@babel/code-frame": "^7.5.5", "chalk": "^2.4.1", "micromatch": "^3.1.10", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "semver": "^5.6.0", "tapable": "^1.0.0", "worker-rpc": "^0.1.0" @@ -64414,7 +64414,7 @@ "integrity": "sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==", "dev": true, "requires": { - "minimatch": "^5.0.1" + "minimatch": "^3.0.5" }, "dependencies": { "brace-expansion": { @@ -66812,7 +66812,7 @@ "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "dependencies": { "ansi-styles": { @@ -72054,7 +72054,7 @@ "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", "dev": true, "requires": { - "minimatch": "^3.0.2" + "minimatch": "^3.0.5" } }, "node-fetch": { @@ -76548,7 +76548,7 @@ "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", "dev": true, "requires": { - "minimatch": "3.0.4" + "minimatch": "^3.0.5" } }, "redent": { @@ -80183,7 +80183,7 @@ "requires": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" } }, "text-encoding-utf-8": {