diff --git a/package-lock.json b/package-lock.json index a6521a8..42354aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -635,9 +635,9 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.16", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.16.tgz", - "integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==", + "version": "1.1.18", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz", + "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", diff --git a/package.json b/package.json index f1a252b..e909445 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,9 @@ "@types/update-notifier": "^6.0.8" }, "overrides": { - "uuid": "14.0.0" + "uuid": "14.0.0", + "minimatch@3.1.5": { + "brace-expansion": "1.1.18" + } } }