diff --git a/service/api-middleware/src/package-lock.json b/service/api-middleware/src/package-lock.json index 06928de4..61017802 100644 --- a/service/api-middleware/src/package-lock.json +++ b/service/api-middleware/src/package-lock.json @@ -17,7 +17,7 @@ "just-clone": "^3.1.0", "just-pick": "^2.1.0", "lodash.transform": "^4.6.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "p-iteration": "^1.1.8", "parse-json": "^4.0.0", "set-value": "^3.0.2", @@ -195,9 +195,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==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -392,9 +392,9 @@ } }, "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==", "requires": { "brace-expansion": "^1.1.7" } diff --git a/service/api-middleware/src/package.json b/service/api-middleware/src/package.json index ebec96fc..66a99394 100644 --- a/service/api-middleware/src/package.json +++ b/service/api-middleware/src/package.json @@ -15,7 +15,7 @@ "just-clone": "^3.1.0", "just-pick": "^2.1.0", "lodash.transform": "^4.6.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "p-iteration": "^1.1.8", "parse-json": "^4.0.0", "set-value": "^3.0.2",