Skip to content

Commit fecce71

Browse files
committed
Consolidated CVE fixes: added minimatch, yaml, and picomatch resolutions.
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
1 parent 484acf1 commit fecce71

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"@cypress/request": "^3.0.0",
5454
"vis-data": "7.1.6",
5555
"brace-expansion": "^5.0.5",
56-
"lodash-es": "^4.18.0"
56+
"lodash-es": "^4.18.0",
57+
"minimatch": "^3.1.4",
58+
"yaml": "^1.10.3",
59+
"picomatch": "^2.3.2"
5760
},
5861
"devDependencies": {
5962
"@babel/plugin-transform-class-properties": "^7.22.9",

0 commit comments

Comments
 (0)