Skip to content

Commit fbbd4cf

Browse files
committed
fix: rollup 4 has Arbitrary File Write via Path Traversal
Fix https://github.com/redhat-developer/podman-desktop-redhat-account-ext/security/dependabot/14 Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 0a582a3 commit fbbd4cf

File tree

2 files changed

+112
-110
lines changed

2 files changed

+112
-110
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"overrides": {
9393
"test-exclude>glob":"^13.0.0",
9494
"cross-env>cross-spawn": "^7.0.6",
95-
"eslint>cross-spawn": "^7.0.6"
95+
"eslint>cross-spawn": "^7.0.6",
96+
"rollup": "^4.59.0"
9697
}
9798
},
9899
"extensionDependencies": [

0 commit comments

Comments
 (0)