Skip to content

Commit

Permalink
Bump minimatch and wallaby-webpack (#229)
Browse files Browse the repository at this point in the history
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [wallaby-webpack](https://github.com/jeffling/wallaby-webpack). These dependencies need to be updated together.


Updates `minimatch` from 2.0.1 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v2.0.1...v3.0.4)

Updates `wallaby-webpack` from 0.0.30 to 3.9.16
- [Release notes](https://github.com/jeffling/wallaby-webpack/releases)
- [Commits](https://github.com/jeffling/wallaby-webpack/commits)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: wallaby-webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Seddon <seddon.ryan@gmail.com>
  • Loading branch information
dependabot[bot] and ryanseddon committed Dec 19, 2022
1 parent e725602 commit b841e81
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"react-dom": "^17.0.1",
"rimraf": "^2.5.4",
"sinon": "2.0.0-pre",
"wallaby-webpack": "^0.0.30",
"wallaby-webpack": "^3.9.16",
"webpack": "1.x",
"webpack-dev-server": "^1.16.3"
},
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Expand Up @@ -3747,11 +3747,11 @@ lodash.pickby@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"

lodash@^3.5.0, lodash@^3.8.0:
lodash@^3.8.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"

lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0:
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -3945,9 +3945,10 @@ mime@^2.5.2:
dependencies:
brace-expansion "^1.1.7"

minimatch@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.1.tgz#6c3760b45f66ed1cd5803143ee8d372488f02c37"
minimatch@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
integrity sha512-NyXjqu1IwcqH6nv5vmMtaG3iw7kdV3g6MwlUBZkc3Vn5b5AMIWYKfptvzipoyFfhlfOgBQ9zoTxQMravF1QTnw==
dependencies:
brace-expansion "^1.0.0"

Expand Down Expand Up @@ -5823,13 +5824,14 @@ void-elements@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"

wallaby-webpack@^0.0.30:
version "0.0.30"
resolved "https://registry.yarnpkg.com/wallaby-webpack/-/wallaby-webpack-0.0.30.tgz#190e679c816d3c881896178c349f0723585ee525"
wallaby-webpack@^3.9.16:
version "3.9.16"
resolved "https://registry.yarnpkg.com/wallaby-webpack/-/wallaby-webpack-3.9.16.tgz#2b1c2c550f8d08466567634d9322e6d8f430649a"
integrity sha512-z252lpX5+SrE3DM/YM1XKqJNsYjO5Sd9ATPe9MZCvPHDJZk015OVkBbJqBlcTwOjSS3WCrMQzm6t9tgFnNYHIg==
dependencies:
graceful-fs "^4.1.3"
lodash "^3.5.0"
minimatch "2.0.1"
lodash "^4.17.10"
minimatch "3.0.3"

watchpack@^0.2.1:
version "0.2.9"
Expand Down

0 comments on commit b841e81

Please sign in to comment.