Skip to content

Commit 89064a6

Browse files
committed
Fixes #641
1 parent 41a2bf6 commit 89064a6

File tree

4 files changed

+1692
-2029
lines changed

4 files changed

+1692
-2029
lines changed

client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"test": "vitest"
1111
},
1212
"dependencies": {
13-
"@surfnet/sds": "^0.0.157",
13+
"@surfnet/sds": "^0.0.162",
1414
"@vitejs/plugin-react": "^5.1.0",
1515
"dompurify": "^3.3.1",
1616
"i18n-js": "^4.5.1",
17-
"isomorphic-dompurify": "^2.26.0",
17+
"isomorphic-dompurify": "^3.0.0",
1818
"js-cookie": "^3.0.5",
1919
"lodash.debounce": "^4.0.8",
2020
"luxon": "^3.7.1",
@@ -27,20 +27,20 @@
2727
"react-select": "^5.10.2",
2828
"react-tooltip": "^5.29.1",
2929
"timeago.js": "^4.0.2",
30-
"tough-cookie": "^5.1.2",
30+
"tough-cookie": "^6.0.0",
3131
"word-wrap": "^1.2.5",
3232
"zustand": "^5.0.7"
3333
},
3434
"devDependencies": {
3535
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
36-
"@eslint/js": "^9.39.1",
36+
"@eslint/js": "^10.0.1",
3737
"@testing-library/jest-dom": "^6.7.0",
3838
"@testing-library/react": "^16.3.0",
3939
"@testing-library/user-event": "^14.6.1",
40-
"eslint": "^9.39.1",
40+
"eslint": "^10.0.2",
4141
"eslint-plugin-react": "^7.37.5",
4242
"eslint-plugin-react-hooks": "^7.0.1",
43-
"globals": "^16.5.0",
43+
"globals": "^17.4.0",
4444
"http-proxy-middleware": "^3.0.5",
4545
"nth-check": "^2.1.1",
4646
"react-json-view-lite": "^2.4.2",
@@ -51,7 +51,7 @@
5151
},
5252
"resolutions": {
5353
"nth-check": "^2.1.1",
54-
"tough-cookie": "^5.1.2",
54+
"tough-cookie": "^6.0.0",
5555
"word-wrap": "^1.2.3"
5656
},
5757
"eslintConfig": {

0 commit comments

Comments
 (0)