Install correct version of express types
| @@ -66,7 +66,7 @@ | ||
| 66 | 66 | "@types/cookie-session": "^2.0.49", |
| 67 | 67 | "@types/cors": "^2.8.17", |
| 68 | 68 | "@types/dompurify": "^3.0.5", |
| 69 | 69 | "@types/express": "^54.017.021", |
| 70 | 70 | "@types/jquery": "^3.5.29", |
| 71 | 71 | "@types/lodash": "^4.17.10", |
| 72 | 72 | "@types/mime-types": "^2.1.4", |
| @@ -1070,24 +1070,22 @@ | ||
| 1070 | 1070 | } |
| 1071 | 1071 | }, |
| 1072 | 1072 | "node_modules/@types/express": { |
| 1073 | 1073 | "version": "54.017.021", |
| 1074 | 1074 | "resolved": "https://registry.npmjs.org/@types/express/-/express-54.017.021.tgz", |
| 1075 | 1075 | "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTlejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/4nRZsRNLpZxZRpPQ7HlDAN0rV2GxTG0HQ==", |
| 1076 | 1076 | "dev": true, |
| 1077 | - "license": "MIT", | |
| 1078 | 1077 | "dependencies": { |
| 1079 | 1078 | "@types/body-parser": "*", |
| 1080 | 1079 | "@types/express-serve-static-core": "^54.017.033", |
| 1081 | 1080 | "@types/qs": "*", |
| 1082 | 1081 | "@types/serve-static": "*" |
| 1083 | 1082 | } |
| 1084 | 1083 | }, |
| 1085 | 1084 | "node_modules/@types/express-serve-static-core": { |
| 1086 | 1085 | "version": "54.019.06", |
| 1087 | 1086 | "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-54.019.06.tgz", |
| 1088 | 1087 | "integrity": "sha512-AbXMTZGt40TN4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6PvgxfvnwA==", |
| 1089 | 1088 | "dev": true, |
| 1090 | - "license": "MIT", | |
| 1091 | 1089 | "dependencies": { |
| 1092 | 1090 | "@types/node": "*", |
| 1093 | 1091 | "@types/qs": "*", |
| @@ -1222,15 +1220,13 @@ | ||
| 1222 | 1220 | "version": "6.9.16", |
| 1223 | 1221 | "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", |
| 1224 | 1222 | "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", |
| 1225 | 1223 | "dev": true, |
| 1226 | - "license": "MIT" | |
| 1227 | 1224 | }, |
| 1228 | 1225 | "node_modules/@types/range-parser": { |
| 1229 | 1226 | "version": "1.2.7", |
| 1230 | 1227 | "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", |
| 1231 | 1228 | "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", |
| 1232 | 1229 | "dev": true, |
| 1233 | - "license": "MIT" | |
| 1234 | 1230 | }, |
| 1235 | 1231 | "node_modules/@types/readdir-glob": { |
| 1236 | 1232 | "version": "1.1.5", |
| @@ -92,7 +92,7 @@ | ||
| 92 | 92 | "@types/cookie-session": "^2.0.49", |
| 93 | 93 | "@types/cors": "^2.8.17", |
| 94 | 94 | "@types/dompurify": "^3.0.5", |
| 95 | 95 | "@types/express": "^54.017.021", |
| 96 | 96 | "@types/jquery": "^3.5.29", |
| 97 | 97 | "@types/lodash": "^4.17.10", |
| 98 | 98 | "@types/mime-types": "^2.1.4", |