Skip to content

Commit dc5991d

Browse files
authored
Resolve pbkdf2 to resolve CVE-2025-6545 CVE-2025-6547 (#1280)
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent 0108ee5 commit dc5991d

File tree

2 files changed

+227
-13
lines changed

2 files changed

+227
-13
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"braces": "^3.0.3",
6262
"micromatch": "^4.0.8",
6363
"**/cross-spawn": "7.0.6",
64-
"elliptic": "^6.6.1"
64+
"elliptic": "^6.6.1",
65+
"pbkdf2": "^3.1.3"
6566
},
6667
"engines": {
6768
"yarn": "^1.21.1"

0 commit comments

Comments
 (0)