Fix npm audit
| @@ -2067,21 +2067,21 @@ | |||
| 2067 | } | 2067 | } |
| 2068 | }, | 2068 | }, |
| 2069 | "node_modules/cookie": { | 2069 | "node_modules/cookie": { |
| 2070 | "version": "0.4.1", | 2070 | "version": "0.7.2", |
| 2071 | "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", | 2071 | "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", |
| 2072 | "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", | 2072 | "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", |
| 2073 | "license": "MIT", | 2073 | "license": "MIT", |
| 2074 | "engines": { | 2074 | "engines": { |
| 2075 | "node": ">= 0.6" | 2075 | "node": ">= 0.6" |
| 2076 | } | 2076 | } |
| 2077 | }, | 2077 | }, |
| 2078 | "node_modules/cookie-parser": { | 2078 | "node_modules/cookie-parser": { |
| 2079 | "version": "1.4.6", | 2079 | "version": "1.4.7", |
| 2080 | "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", | 2080 | "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz", |
| 2081 | "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", | 2081 | "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==", |
| 2082 | "license": "MIT", | 2082 | "license": "MIT", |
| 2083 | "dependencies": { | 2083 | "dependencies": { |
| 2084 | "cookie": "0.4.1", | 2084 | "cookie": "0.7.2", |
| 2085 | "cookie-signature": "1.0.6" | 2085 | "cookie-signature": "1.0.6" |
| 2086 | }, | 2086 | }, |
| 2087 | "engines": { | 2087 | "engines": { |
| @@ -2894,9 +2894,9 @@ | |||
| 2894 | "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==" | 2894 | "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==" |
| 2895 | }, | 2895 | }, |
| 2896 | "node_modules/express": { | 2896 | "node_modules/express": { |
| 2897 | "version": "4.21.0", | 2897 | "version": "4.21.1", |
| 2898 | "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", | 2898 | "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", |
| 2899 | "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", | 2899 | "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", |
| 2900 | "license": "MIT", | 2900 | "license": "MIT", |
| 2901 | "dependencies": { | 2901 | "dependencies": { |
| 2902 | "accepts": "~1.3.8", | 2902 | "accepts": "~1.3.8", |
| @@ -2904,7 +2904,7 @@ | |||
| 2904 | "body-parser": "1.20.3", | 2904 | "body-parser": "1.20.3", |
| 2905 | "content-disposition": "0.5.4", | 2905 | "content-disposition": "0.5.4", |
| 2906 | "content-type": "~1.0.4", | 2906 | "content-type": "~1.0.4", |
| 2907 | "cookie": "0.6.0", | 2907 | "cookie": "0.7.1", |
| 2908 | "cookie-signature": "1.0.6", | 2908 | "cookie-signature": "1.0.6", |
| 2909 | "debug": "2.6.9", | 2909 | "debug": "2.6.9", |
| 2910 | "depd": "2.0.0", | 2910 | "depd": "2.0.0", |
| @@ -2936,9 +2936,10 @@ | |||
| 2936 | } | 2936 | } |
| 2937 | }, | 2937 | }, |
| 2938 | "node_modules/express/node_modules/cookie": { | 2938 | "node_modules/express/node_modules/cookie": { |
| 2939 | "version": "0.6.0", | 2939 | "version": "0.7.1", |
| 2940 | "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", | 2940 | "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", |
| 2941 | "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", | 2941 | "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", |
| 2942 | "license": "MIT", | ||
| 2942 | "engines": { | 2943 | "engines": { |
| 2943 | "node": ">= 0.6" | 2944 | "node": ">= 0.6" |
| 2944 | } | 2945 | } |