Skip to content

Commit

Permalink
chore: bump walker from 1.0.7 to 1.0.8 (#12324)
Browse files Browse the repository at this point in the history
  • Loading branch information
owjsub committed May 9, 2022
1 parent 755e84b commit 346c95f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@

### Chore & Maintenance

- `[jest-haste-map]` Bump `walker` version ([#12324](https://github.com/facebook/jest/pull/12324))

### Performance

## 28.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -27,7 +27,7 @@
"jest-util": "^28.1.0",
"jest-worker": "^28.1.0",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
"walker": "^1.0.8"
},
"devDependencies": {
"@jest/test-utils": "^28.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -13225,7 +13225,7 @@ __metadata:
jest-worker: ^28.1.0
micromatch: ^4.0.4
slash: ^3.0.0
walker: ^1.0.7
walker: ^1.0.8
dependenciesMeta:
fsevents:
optional: true
Expand Down Expand Up @@ -22355,7 +22355,7 @@ __metadata:
languageName: node
linkType: hard

"walker@npm:^1.0.7":
"walker@npm:^1.0.7, walker@npm:^1.0.8":
version: 1.0.8
resolution: "walker@npm:1.0.8"
dependencies:
Expand Down

0 comments on commit 346c95f

Please sign in to comment.