Skip to content

Commit 403bd79

Browse files
authored
fix: remediate vulnerabilities in rollup and fast-xml-parser (#2796)
1 parent 41e3120 commit 403bd79

2 files changed

Lines changed: 56 additions & 26 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"qs": "6.14.1",
9292
"mdast-util-to-hast": ">=13.2.1",
9393
"js-yaml": ">=4.1.1",
94-
"fast-xml-parser": ">=5.3.6",
94+
"fast-xml-parser": "5.5.6",
9595
"@aws-sdk/client-sesv2": "^3.996.0",
9696
"handlebars": "4.7.9",
9797
"socket.io-parser": "4.2.6",
@@ -103,7 +103,9 @@
103103
"minimatch@10.x": "10.2.4",
104104
"express-rate-limit": "8.2.2",
105105
"serialize-javascript": "7.0.3",
106-
"markdown-it": "14.1.1"
106+
"markdown-it": "14.1.1",
107+
"rollup@3.29.5": "3.30.0",
108+
"@rollup/pluginutils@5.3.0>rollup": "4.59.0"
107109
},
108110
"patchedDependencies": {
109111
"graphql@16.9.0": "patches/graphql@16.9.0.patch"

pnpm-lock.yaml

Lines changed: 52 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)