Skip to content

Commit a033d2b

Browse files
Various vul fixes
1 parent 2eaff7b commit a033d2b

File tree

2 files changed

+218
-293
lines changed

2 files changed

+218
-293
lines changed

app/client/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"c8": "^7.12.0",
5050
"cross-fetch": "^3.1.5",
5151
"cypress": "^13.6.1",
52-
"eslint": "^8.26.0",
52+
"eslint": "^8.56.0",
5353
"eslint-config-airbnb": "^19.0.4",
5454
"eslint-config-standard-with-typescript": "^23.0.0",
5555
"eslint-plugin-import": "^2.25.2",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-react": "^7.31.10",
6060
"eslint-plugin-react-hooks": "^4.6.0",
6161
"jest": "^29.3.1",
62-
"jsdom": "^21.1.0",
62+
"jsdom": "^23.0.1",
6363
"msw": "^2.0.11",
6464
"nock": "^13.3.0",
6565
"postcss": "^8.4.31",
@@ -76,7 +76,9 @@
7676
"react-error-overlay": "6.0.9",
7777
"get-func-name": "^2.0.1",
7878
"@babel/traverse": "^7.23.2",
79-
"vite": "^4.0.5"
79+
"vite": "^4.0.5",
80+
"word-wrap": "^1.2.4",
81+
"semver": "^7.5.2"
8082
},
8183
"browserslist": {
8284
"production": [

0 commit comments

Comments
 (0)