Upgrade deps with known vulnerabilities (#902)

This commit is contained in:
Sergey Mankovsky
2026-03-06 17:36:01 +01:00
committed by GitHub
parent 304315daaf
commit 6b0292d5f0
4 changed files with 89 additions and 31 deletions

View File

@@ -72,7 +72,9 @@
"overrides": {
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
"js-yaml@<4.1.1": "4.1.1",
"webpack": "5.105.3"
"webpack": "5.105.3",
"serialize-javascript": "7.0.4",
"immutable": "5.1.5"
}
}
}