Skip to content

Commit 7c991af

Browse files
wilfred-smanirajv06
authored andcommitted
[YUNIKORN-3267] additional updates for CVE fixes (#552)
Second set of CVE fixes for the website build Local build required a cleanup of the node_modules directory before it would pass (linked to the webpack updae) Closes: #552 Signed-off-by: Manikandan R <manirajv06@gmail.com>
1 parent 0c08393 commit 7c991af

2 files changed

Lines changed: 691 additions & 616 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,20 @@
4545
"trim@<0.0.3": ">=0.0.3",
4646
"loader-utils@>=3.0.0 <3.2.1": ">=3.2.1",
4747
"path-to-regexp@>=2.0.0 <3.3.0": ">=3.3.0",
48-
"qs@<6.14.1": ">=6.14.1",
48+
"qs@<=6.14.1": "6.14.2",
4949
"preact@>=10.27.0 <10.27.3": ">=10.27.3",
5050
"minimatch@<3.1.5": "3.1.5",
5151
"lodash@<4.18.0": "4.18.1",
5252
"serialize-javascript@<7.0.5": "7.0.5",
5353
"undici@<7.24.0": "7.24.0",
54-
"svg@<=3.3.2": "3.3.3",
55-
"node-forge@<1.4.0" : "1.4.0",
54+
"svgo@<=3.3.2": "3.3.3",
55+
"node-forge@<1.4.0": "1.4.0",
5656
"path-to-regexp@<0.1.13": "0.1.13",
5757
"ajv@>=7.0.0-alpha.0 <8.18.0": "8.18.0",
5858
"ajv@<6.14.0": "6.14.0",
59-
"picomatch@<2.3.2": "2.3.2"
59+
"picomatch@<2.3.2": "2.3.2",
60+
"webpack@>=5.49.0 < 5.104.0": "5.104.1",
61+
"postcss@<8.5.12": "8.5.12"
6062
}
6163
}
6264
}

0 commit comments

Comments
 (0)