Skip to content

Commit

Permalink
fix(deps): update dependency micromatch to v4.0.8 (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 263a795 commit 21e58ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"fs-extra": "11.2.0",
"micromatch": "4.0.7",
"micromatch": "4.0.8",
"pino": "9.3.2",
"pino-pretty": "11.2.2",
"simple-git": "3.25.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7089,7 +7089,17 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:4.0.7, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:~4.0.7":
"micromatch@npm:4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8
languageName: node
linkType: hard

"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:~4.0.7":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
dependencies:
Expand Down Expand Up @@ -7725,7 +7735,7 @@ __metadata:
fs-extra: "npm:11.2.0"
husky: "npm:9.1.5"
lint-staged: "npm:15.2.9"
micromatch: "npm:4.0.7"
micromatch: "npm:4.0.8"
pino: "npm:9.3.2"
pino-pretty: "npm:11.2.2"
pinst: "npm:3.0.0"
Expand Down

0 comments on commit 21e58ba

Please sign in to comment.