Skip to content

Commit 0589eae

Browse files
Fix CVE Vulnerabilities (#539)
Fixes vulnerabilities for: - CVE-2025-27789 - CVE-2025-64718 - CVE-2025-54798 - CVE-2025-5889 --------- Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
1 parent c710b5c commit 0589eae

File tree

2 files changed

+188
-341
lines changed

2 files changed

+188
-341
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tslib": "2.5.3"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.21.4",
35+
"@babel/core": "7.28.5",
3636
"@changesets/cli": "^2.27.12",
3737
"@grafana/e2e-selectors": "12.1.0",
3838
"@grafana/eslint-config": "^8.2.0",
@@ -92,5 +92,10 @@
9292
"webpack-subresource-integrity": "^5.1.0",
9393
"webpack-virtual-modules": "^0.6.2"
9494
},
95+
"resolutions": {
96+
"js-yaml": "3.14.2",
97+
"tmp": "0.2.4",
98+
"brace-expansion": "2.0.2"
99+
},
95100
"packageManager": "yarn@4.9.3"
96101
}

0 commit comments

Comments
 (0)