Skip to content

Commit

Permalink
fix(deps): update dependency test-exclude to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2020
1 parent 20170aa commit fd5ef54
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commands/cdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"nyc": "14.1.1",
"precinct": "5.3.1",
"source-map-support": "0.5.16",
"test-exclude": "5.2.3"
"test-exclude": "6.0.0"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"http-proxy-middleware": "0.21.0",
"import-cwd": "3.0.0",
"serve-favicon": "2.5.0",
"test-exclude": "5.2.3"
"test-exclude": "6.0.0"
},
"files": [
"/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@after-work.js/utils": "6.0.13",
"import-cwd": "3.0.0",
"nyc": "14.1.1",
"test-exclude": "5.2.3",
"test-exclude": "6.0.0",
"yargs": "14.2.3"
},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11767,7 +11767,16 @@ terser@^4.1.2:
source-map "~0.6.1"
source-map-support "~0.5.12"

test-exclude@5.2.3, test-exclude@^5.2.3:
test-exclude@6.0.0, test-exclude@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
dependencies:
"@istanbuljs/schema" "^0.1.2"
glob "^7.1.4"
minimatch "^3.0.4"

test-exclude@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==
Expand All @@ -11777,15 +11786,6 @@ test-exclude@5.2.3, test-exclude@^5.2.3:
read-pkg-up "^4.0.0"
require-main-filename "^2.0.0"

test-exclude@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
dependencies:
"@istanbuljs/schema" "^0.1.2"
glob "^7.1.4"
minimatch "^3.0.4"

text-extensions@^1.0.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
Expand Down

0 comments on commit fd5ef54

Please sign in to comment.