Skip to content

Commit 7766d19

Browse files
authored
Forcibly resolve a few dependencies to resolve CVEs (opensearch-project#2332)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent eb21388 commit 7766d19

File tree

2 files changed

+262
-60
lines changed

2 files changed

+262
-60
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
"micromatch": "^4.0.8",
6060
"cross-spawn": "7.0.5",
6161
"xml-crypto": "^2.1.6",
62-
"@babel/runtime": "^7.27.0"
62+
"@babel/runtime": "^7.27.0",
63+
"pbkdf2": "^3.1.3",
64+
"crypto-browserify": "^3.12.1",
65+
"cipher-base": "^1.0.7",
66+
"sha.js": "^2.4.5"
6367
}
6468
}

0 commit comments

Comments
 (0)