Bump minimatch node module (#2808)

This commit is contained in:
Karl Burtram
2018-10-10 11:49:37 -07:00
committed by GitHub
parent 9243cceb9a
commit f8e7623f23
4 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"@types/es6-collections": "0.5.31",
"@types/es6-promise": "0.0.33",
"@types/mime": "0.0.29",
"@types/minimatch": "^3.0.3",
"@types/node": "8.0.33",
"@types/xml2js": "0.0.33",
"@types/request": "^2.47.0",

View File

@@ -36,6 +36,10 @@
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-0.0.29.tgz#fbcfd330573b912ef59eeee14602bface630754b"
"@types/minimatch@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
"@types/node@*":
version "8.0.51"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.51.tgz#b31d716fb8d58eeb95c068a039b9b6292817d5fb"

View File

@@ -133,7 +133,7 @@
"jsdom-no-contextify": "^3.1.0",
"lazy.js": "^0.4.2",
"mime": "^1.4.1",
"minimatch": "^2.0.10",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.0",
"mocha": "^2.2.5",
"mocha-junit-reporter": "^1.17.0",

View File

@@ -4394,7 +4394,7 @@ minimatch@0.3:
dependencies:
brace-expansion "^1.1.7"
minimatch@2.x, minimatch@^2.0.1, minimatch@^2.0.10:
minimatch@2.x, minimatch@^2.0.1:
version "2.0.10"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7"
dependencies: