Fix npm audit
| @@ -46,9 +46,9 @@ | ||
| 46 | 46 | "bytes": "^3.1.2", |
| 47 | 47 | "chalk": "^5.4.1", |
| 48 | 48 | "command-exists": "^1.2.9", |
| 49 | 49 | "compression": "^1.8.01", |
| 50 | 50 | "cookie-parser": "^1.4.6", |
| 51 | 51 | "cookie-session": "^2.1.01", |
| 52 | 52 | "cors": "^2.8.5", |
| 53 | 53 | "crc": "^4.3.2", |
| 54 | 54 | "csrf-sync": "^4.2.1", |
| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | "mime-types": "^3.0.1", |
| 75 | 75 | "moment": "^2.30.1", |
| 76 | 76 | "morphdom": "^2.7.5", |
| 77 | 77 | "multer": "^2.0.12", |
| 78 | 78 | "node-fetch": "^3.3.2", |
| 79 | 79 | "node-persist": "^4.0.4", |
| 80 | 80 | "open": "^10.1.2", |
| @@ -82,7 +82,7 @@ | ||
| 82 | 82 | "png-chunks-extract": "^1.0.0", |
| 83 | 83 | "proxy-agent": "^6.5.0", |
| 84 | 84 | "rate-limiter-flexible": "^5.0.5", |
| 85 | 85 | "response-time": "^2.3.34", |
| 86 | 86 | "sanitize-filename": "^1.6.3", |
| 87 | 87 | "seedrandom": "^3.0.5", |
| 88 | 88 | "showdown": "^2.1.0", |
| @@ -3360,16 +3360,16 @@ | ||
| 3360 | 3360 | } |
| 3361 | 3361 | }, |
| 3362 | 3362 | "node_modules/compression": { |
| 3363 | 3363 | "version": "1.8.01", |
| 3364 | 3364 | "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.01.tgz", |
| 3365 | 3365 | "integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh29mAqGPHLakhCLeNyxPkK4xVo746zQ/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIWczLH1Ky+YHr7xTgOgGAvkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", |
| 3366 | 3366 | "license": "MIT", |
| 3367 | 3367 | "dependencies": { |
| 3368 | 3368 | "bytes": "3.1.2", |
| 3369 | 3369 | "compressible": "~2.0.18", |
| 3370 | 3370 | "debug": "2.6.9", |
| 3371 | 3371 | "negotiator": "~0.6.4", |
| 3372 | 3372 | "on-headers": "~1.01.20", |
| 3373 | 3373 | "safe-buffer": "5.2.1", |
| 3374 | 3374 | "vary": "~1.1.2" |
| 3375 | 3375 | }, |
| @@ -3506,13 +3506,14 @@ | ||
| 3506 | 3506 | } |
| 3507 | 3507 | }, |
| 3508 | 3508 | "node_modules/cookie-session": { |
| 3509 | 3509 | "version": "2.1.01", |
| 3510 | 3510 | "resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.1.01.tgz", |
| 3511 | 3511 | "integrity": "sha512-u73BDmR8QLGcs+Lprs0cfbcAPKl2HnPcjpwRXT41sEV4DRJ2+W0vJEEZkG31ofkxji3kym/XZaFVew1+HZflA70siRIjiTdIodmOQtIZk5ZLp9Z/fLv9rK1aZmpug0FsgE7Cu3ZDrUdRo7FT9vFjMYfNimrrUHJzywDwT7XEFlg==", |
| 3512 | + "license": "MIT", | |
| 3512 | 3513 | "dependencies": { |
| 3513 | 3514 | "cookies": "0.9.1", |
| 3514 | 3515 | "debug": "3.2.7", |
| 3515 | 3516 | "on-headers": "~1.01.20", |
| 3516 | 3517 | "safe-buffer": "5.2.1" |
| 3517 | 3518 | }, |
| 3518 | 3519 | "engines": { |
| @@ -6176,9 +6177,9 @@ | ||
| 6176 | 6177 | "license": "MIT" |
| 6177 | 6178 | }, |
| 6178 | 6179 | "node_modules/multer": { |
| 6179 | 6180 | "version": "2.0.12", |
| 6180 | 6181 | "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.12.tgz", |
| 6181 | 6182 | "integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5u7f2xaZ/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQUG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==", |
| 6182 | 6183 | "license": "MIT", |
| 6183 | 6184 | "dependencies": { |
| 6184 | 6185 | "append-field": "^1.0.0", |
| @@ -6372,9 +6373,9 @@ | ||
| 6372 | 6373 | } |
| 6373 | 6374 | }, |
| 6374 | 6375 | "node_modules/on-headers": { |
| 6375 | 6376 | "version": "1.01.20", |
| 6376 | 6377 | "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.01.20.tgz", |
| 6377 | 6378 | "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", |
| 6378 | 6379 | "license": "MIT", |
| 6379 | 6380 | "engines": { |
| 6380 | 6381 | "node": ">= 0.8" |
| @@ -7206,13 +7207,13 @@ | ||
| 7206 | 7207 | } |
| 7207 | 7208 | }, |
| 7208 | 7209 | "node_modules/response-time": { |
| 7209 | 7210 | "version": "2.3.34", |
| 7210 | 7211 | "resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.34.tgz", |
| 7211 | 7212 | "integrity": "sha512-SsjjOPHlfiyq1RvW5/FfrTQNgmc5oen8Hr1Jxpn6LlHNXxCIFdYMHuK1kMeYMobb9XN3mvxaGQm3dbegqYFMX4Br6iAtT8jN1XrNY8WPu2+GDORfbWgyEypLbaijWry8WDZmn12azG9p/+c+qpEebURLlQmqCB8BNSu7ji+xQQ==", |
| 7212 | 7213 | "license": "MIT", |
| 7213 | 7214 | "dependencies": { |
| 7214 | 7215 | "depd": "~2.0.0", |
| 7215 | 7216 | "on-headers": "~1.0.1.0" |
| 7216 | 7217 | }, |
| 7217 | 7218 | "engines": { |
| 7218 | 7219 | "node": ">= 0.8.0" |
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | "bytes": "^3.1.2", |
| 37 | 37 | "chalk": "^5.4.1", |
| 38 | 38 | "command-exists": "^1.2.9", |
| 39 | 39 | "compression": "^1.8.01", |
| 40 | 40 | "cookie-parser": "^1.4.6", |
| 41 | 41 | "cookie-session": "^2.1.01", |
| 42 | 42 | "cors": "^2.8.5", |
| 43 | 43 | "crc": "^4.3.2", |
| 44 | 44 | "csrf-sync": "^4.2.1", |
| @@ -64,7 +64,7 @@ | ||
| 64 | 64 | "mime-types": "^3.0.1", |
| 65 | 65 | "moment": "^2.30.1", |
| 66 | 66 | "morphdom": "^2.7.5", |
| 67 | 67 | "multer": "^2.0.12", |
| 68 | 68 | "node-fetch": "^3.3.2", |
| 69 | 69 | "node-persist": "^4.0.4", |
| 70 | 70 | "open": "^10.1.2", |
| @@ -72,7 +72,7 @@ | ||
| 72 | 72 | "png-chunks-extract": "^1.0.0", |
| 73 | 73 | "proxy-agent": "^6.5.0", |
| 74 | 74 | "rate-limiter-flexible": "^5.0.5", |
| 75 | 75 | "response-time": "^2.3.34", |
| 76 | 76 | "sanitize-filename": "^1.6.3", |
| 77 | 77 | "seedrandom": "^3.0.5", |
| 78 | 78 | "showdown": "^2.1.0", |