|
10 | 10 | "test": "vitest" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@surfnet/sds": "^0.0.157", |
| 13 | + "@surfnet/sds": "^0.0.162", |
14 | 14 | "@vitejs/plugin-react": "^5.1.0", |
15 | 15 | "dompurify": "^3.3.1", |
16 | 16 | "i18n-js": "^4.5.1", |
17 | | - "isomorphic-dompurify": "^2.26.0", |
| 17 | + "isomorphic-dompurify": "^3.0.0", |
18 | 18 | "js-cookie": "^3.0.5", |
19 | 19 | "lodash.debounce": "^4.0.8", |
20 | 20 | "luxon": "^3.7.1", |
|
27 | 27 | "react-select": "^5.10.2", |
28 | 28 | "react-tooltip": "^5.29.1", |
29 | 29 | "timeago.js": "^4.0.2", |
30 | | - "tough-cookie": "^5.1.2", |
| 30 | + "tough-cookie": "^6.0.0", |
31 | 31 | "word-wrap": "^1.2.5", |
32 | 32 | "zustand": "^5.0.7" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
36 | | - "@eslint/js": "^9.39.1", |
| 36 | + "@eslint/js": "^10.0.1", |
37 | 37 | "@testing-library/jest-dom": "^6.7.0", |
38 | 38 | "@testing-library/react": "^16.3.0", |
39 | 39 | "@testing-library/user-event": "^14.6.1", |
40 | | - "eslint": "^9.39.1", |
| 40 | + "eslint": "^10.0.2", |
41 | 41 | "eslint-plugin-react": "^7.37.5", |
42 | 42 | "eslint-plugin-react-hooks": "^7.0.1", |
43 | | - "globals": "^16.5.0", |
| 43 | + "globals": "^17.4.0", |
44 | 44 | "http-proxy-middleware": "^3.0.5", |
45 | 45 | "nth-check": "^2.1.1", |
46 | 46 | "react-json-view-lite": "^2.4.2", |
|
51 | 51 | }, |
52 | 52 | "resolutions": { |
53 | 53 | "nth-check": "^2.1.1", |
54 | | - "tough-cookie": "^5.1.2", |
| 54 | + "tough-cookie": "^6.0.0", |
55 | 55 | "word-wrap": "^1.2.3" |
56 | 56 | }, |
57 | 57 | "eslintConfig": { |
|
0 commit comments