mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
fix(deps): update dependency minimatch to v3.0.5 [security] (#24393)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"method-override": "3.0.0",
|
||||
"methods": "1.1.2",
|
||||
"mime-types": "2.1.27",
|
||||
"minimatch": "3.0.4",
|
||||
"minimatch": "3.0.5",
|
||||
"mocha": "7.0.1",
|
||||
"multer": "1.4.2",
|
||||
"ordinal": "1.0.3",
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
"md5": "2.3.0",
|
||||
"mime": "2.4.4",
|
||||
"mime-db": "1.45.0",
|
||||
"minimatch": "3.0.4",
|
||||
"minimatch": "3.0.5",
|
||||
"minimist": "1.2.6",
|
||||
"mocha-7.0.1": "npm:mocha@7.0.1",
|
||||
"mocha-junit-reporter": "2.1.0",
|
||||
|
||||
@@ -23674,6 +23674,13 @@ minimatch@3.0.4:
|
||||
dependencies:
|
||||
brace-expansion "^1.1.7"
|
||||
|
||||
minimatch@3.0.5:
|
||||
version "3.0.5"
|
||||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
|
||||
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
|
||||
dependencies:
|
||||
brace-expansion "^1.1.7"
|
||||
|
||||
minimatch@4.2.1:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
|
||||
|
||||
Reference in New Issue
Block a user