|
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.2",
|
|
87 | 87 | "@types/react-virtualized": "9.21.21",
|
88 | 88 | "@types/shortid": "0.0.29",
|
89 | 89 | "@types/uuid": "8.3.4",
|
90 |
| - "@types/validator": "13.7.2", |
91 |
| - "@types/webpack-env": "1.16.4", |
| 90 | + "@types/validator": "13.11.8", |
| 91 | + "@types/webpack-env": "1.18.4", |
92 | 92 | "@types/yup": "0.29.13",
|
93 | 93 | "@vitejs/plugin-react": "^4.0.2",
|
94 | 94 | "bcryptjs": "2.4.3",
|
|
112 | 112 | "fuse.js": "6.5.3",
|
113 | 113 | "graphql": "16.8.1",
|
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.0",
|
118 | 118 | "jsdom": "^22.1.0",
|
|
124 | 124 | "nodemon": "2.0.15",
|
125 | 125 | "npm": "^9.8.0",
|
126 | 126 | "nyc": "15.1.0",
|
127 |
| - "passport": "0.6.0", |
| 127 | + "passport": "0.7.0", |
128 | 128 | "passport-local": "1.0.0",
|
129 | 129 | "patch-package": "^7.0.0",
|
130 | 130 | "prettier": "^3.0.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