Skip to content

Commit 7d66277

Browse files
kimsaucesnyk-bot
andauthored
[Snyk] Fix for 4 vulnerabilities (#5235)
* fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8722251 - https://snyk.io/vuln/SNYK-JS-TARFS-9535930 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 * add snyk bot --------- Co-authored-by: snyk-bot <[email protected]>
1 parent 0145332 commit 7d66277

File tree

3 files changed

+946
-207
lines changed

3 files changed

+946
-207
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
"ankitgoelcmu",
182182
"Deklin",
183183
"justrelax19",
184-
"dlindelof-sumologic"
184+
"dlindelof-sumologic",
185+
"snyk-bot"
185186
],
186187
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
187188
"label": "cla-signed",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"loader-utils": "^3.2.1",
8989
"markdown-table": "2.0.0",
9090
"mdn-data": "2.0.30",
91-
"mdx-mermaid": "^2.0.0",
92-
"mermaid": "^10.9.3",
91+
"mdx-mermaid": "^2.0.1",
92+
"mermaid": "^11.5.0",
9393
"minimist": "^1.2.6",
9494
"nanoid": "^3.3.8",
9595
"node-fetch": "^2.6.7",
@@ -143,7 +143,7 @@
143143
"sass": "^1.44.0",
144144
"sass-loader": "^12.4.0",
145145
"serve-handler": "6.1.6",
146-
"shelljs": "^0.8.5",
146+
"shelljs": "^0.9.0",
147147
"snake-case": "3.0.4",
148148
"sort-css-media-queries": "2.2.0",
149149
"staticrypt": "^3.3.0",

0 commit comments

Comments
 (0)