Skip to content

Commit

Permalink
chore: address mend issue failure scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
amal-k-joy committed Aug 30, 2024
1 parent 7279fd8 commit 80a2faf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"resolutions": {
"cheerio": "1.0.0-rc.10",
"braces": "^3.0.3",
"micromatch": "4.0.8",
"micromatch": "4.0.6",
"ws": "^8.17.1"
},
"eslintConfig": {
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17399,13 +17399,13 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
"micromatch@npm:4.0.6":
version: 4.0.6
resolution: "micromatch@npm:4.0.6"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: 6bf2a01672e7965eb9941d1f02044fad2bd12486b5553dc1116ff24c09a8723157601dc992e74c911d896175918448762df3b3fd0a6b61037dd1a9766ddfbf58
picomatch: "npm:^4.0.2"
checksum: ed95dc8d00dbe3795a0daf0f19f411714f4b39d888824f7b460f4bdbd8952b06628c64704c05b319aca27e2418628a6286b5595890ce9d0c53e5ae962435c83f
languageName: node
linkType: hard

Expand Down Expand Up @@ -19481,6 +19481,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
version: 4.0.2
resolution: "picomatch@npm:4.0.2"
checksum: ce617b8da36797d09c0baacb96ca8a44460452c89362d7cb8f70ca46b4158ba8bc3606912de7c818eb4a939f7f9015cef3c766ec8a0c6bfc725fdc078e39c717
languageName: node
linkType: hard

"pidtree@npm:0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
Expand Down

0 comments on commit 80a2faf

Please sign in to comment.