Skip to content

Commit 2097e42

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-WS-7266574
1 parent f832c30 commit 2097e42

File tree

2 files changed

+485
-248
lines changed

2 files changed

+485
-248
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"loader-utils": "^3.2.1",
7878
"markdown-table": "2.0.0",
7979
"mdn-data": "2.0.30",
80-
"mdx-mermaid": "^2.0.0",
80+
"mdx-mermaid": "^2.0.1",
8181
"mermaid": "^10.9.3",
8282
"minimist": "^1.2.6",
8383
"nanoid": "^3.3.8",
@@ -156,7 +156,7 @@
156156
"@types/webpack-env": "^1.16.3",
157157
"@typescript-eslint/eslint-plugin": "^5.9.1",
158158
"@typescript-eslint/parser": "^5.9.1",
159-
"eslint": "^8.6.0",
159+
"eslint": "^9.15.0",
160160
"eslint-config-prettier": "^8.3.0",
161161
"eslint-plugin-react": "^7.26.0",
162162
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)