Skip to content

Commit e345dac

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
"js-yaml": "^4.1.0",
6262
"sha.js": "^2.4.12",
6363
"form-data": "4.0.4",
64-
"minimatch": "^3.1.4"
64+
"minimatch": "^3.1.4",
65+
"yaml": "^1.10.3",
66+
"picomatch": "^2.3.2"
6567
},
6668
"devDependencies": {
6769
"@babel/plugin-transform-class-properties": "^7.22.9",

0 commit comments

Comments
 (0)