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