Skip to content

Commit

Permalink
add micromatch dependency in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Dec 7, 2024
1 parent 41e7b75 commit fe22179
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 520 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
"hoek": "npm:@hapi/[email protected]",
"@cypress/request": "^3.0.0",
"ansi-regex": "^5.0.1",
"braces": "^3.0.3"
"braces": "^3.0.3",
"micromatch": "^4.0.8"
},
"engines": {
"yarn": "^1.21.1"
}
}
}
Loading

0 comments on commit fe22179

Please sign in to comment.