|
62 | 62 | "@types/bcryptjs": "2.4.2",
|
63 | 63 | "@types/bluebird": "3.5.36",
|
64 | 64 | "@types/connect-flash": "0.0.37",
|
65 |
| - "@types/connect-history-api-fallback": "1.3.5", |
| 65 | + "@types/connect-history-api-fallback": "1.5.4", |
66 | 66 | "@types/cors": "2.8.12",
|
67 | 67 | "@types/dinero.js": "1.9.0",
|
68 | 68 | "@types/express": "4.17.21",
|
|
73 | 73 | "@types/json-server": "0.14.4",
|
74 | 74 | "@types/jsonwebtoken": "8.5.8",
|
75 | 75 | "@types/jwt-decode": "2.2.1",
|
76 |
| - "@types/lodash": "4.14.181", |
| 76 | + "@types/lodash": "4.17.4", |
77 | 77 | "@types/lowdb": "1.0.11",
|
78 | 78 | "@types/morgan": "1.9.3",
|
79 | 79 | "@types/node": "^20.11.25",
|
|
86 | 86 | "@types/react-virtualized": "9.21.21",
|
87 | 87 | "@types/shortid": "0.0.29",
|
88 | 88 | "@types/uuid": "8.3.4",
|
89 |
| - "@types/validator": "13.7.2", |
90 |
| - "@types/webpack-env": "1.16.4", |
91 |
| - "@types/yup": "0.29.13", |
| 89 | + "@types/validator": "13.11.10", |
| 90 | + "@types/webpack-env": "1.18.5", |
| 91 | + "@types/yup": "0.32.0", |
92 | 92 | "@vitejs/plugin-react": "^4.0.2",
|
93 | 93 | "bcryptjs": "2.4.3",
|
94 | 94 | "concurrently": "7.1.0",
|
|
112 | 112 | "graphql-http": "^1.22.0",
|
113 | 113 | "graphql-playground-middleware-express": "^1.7.23",
|
114 | 114 | "graphql-tools": "8.2.7",
|
115 |
| - "http-proxy-middleware": "0.19.1", |
| 115 | + "http-proxy-middleware": "0.21.0", |
116 | 116 | "husky": "7.0.4",
|
117 | 117 | "istanbul-lib-coverage": "3.2.2",
|
118 | 118 | "jsdom": "^22.1.0",
|
|
134 | 134 | "vite": "^4.4.2",
|
135 | 135 | "vite-plugin-eslint": "^1.8.1",
|
136 | 136 | "vite-plugin-istanbul": "^4.1.0",
|
137 |
| - "vitest": "^0.33.0" |
| 137 | + "vitest": "^0.34.0" |
138 | 138 | },
|
139 | 139 | "scripts": {
|
140 | 140 | "dev": "cross-env NODE_ENV=development concurrently yarn:start:react yarn:start:api:watch",
|
|
0 commit comments