From 6113f047b8af83e9d3179af46956b530e9427b5b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:48:36 +0000 Subject: [PATCH] fix: compiler/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/package.json b/compiler/package.json index 92100f030dc5e..1e0c25b25f8f0 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -29,7 +29,7 @@ }, "dependencies": {}, "devDependencies": { - "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-commonjs": "^26.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4",