Skip to content

Commit

Permalink
chore: update micromatch (#15322)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Sep 26, 2024
1 parent bd1c6db commit 7afa881
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 90 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"jest-watch-typeahead": "^2.2.0",
"jquery": "^3.2.1",
"js-yaml": "^4.1.0",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"mock-fs": "^5.1.2",
"netlify-plugin-cache": "^1.0.3",
"node-notifier": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-runner": "workspace:*",
"jest-util": "workspace:*",
"jest-validate": "workspace:*",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"parse-json": "^5.2.0",
"pretty-format": "workspace:*",
"slash": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jest-util": "workspace:*",
"jest-validate": "workspace:*",
"jest-watcher": "workspace:*",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"pretty-format": "workspace:*",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest-regex-util": "workspace:*",
"jest-util": "workspace:*",
"jest-worker": "workspace:*",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"walker": "^1.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/stack-utils": "^2.0.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"pretty-format": "workspace:*",
"slash": "^3.0.0",
"stack-utils": "^2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest-haste-map": "workspace:*",
"jest-regex-util": "workspace:*",
"jest-util": "workspace:*",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^5.0.0"
Expand Down
Loading

0 comments on commit 7afa881

Please sign in to comment.