|
@@ -11,13 +11,13 @@
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"bcryptjs": "2.4.3",
|
|
"bcryptjs": "2.4.3",
|
|
|
"bull": "4.16.2",
|
|
"bull": "4.16.2",
|
|
|
- "cookie-parser": "1.4.6",
|
|
|
|
|
|
|
+ "cookie-parser": "^1.4.7",
|
|
|
"cors": "2.8.5",
|
|
"cors": "2.8.5",
|
|
|
"cross-env": "7.0.3",
|
|
"cross-env": "7.0.3",
|
|
|
"date-fns": "2.30.0",
|
|
"date-fns": "2.30.0",
|
|
|
"dotenv": "16.0.3",
|
|
"dotenv": "16.0.3",
|
|
|
"envalid": "8.0.0",
|
|
"envalid": "8.0.0",
|
|
|
- "express": "4.21.0",
|
|
|
|
|
|
|
+ "express": "^4.21.1",
|
|
|
"express-validator": "6.14.2",
|
|
"express-validator": "6.14.2",
|
|
|
"geoip-lite": "1.4.10",
|
|
"geoip-lite": "1.4.10",
|
|
|
"hbs": "4.2.0",
|
|
"hbs": "4.2.0",
|
|
@@ -2133,21 +2133,21 @@
|
|
|
"peer": true
|
|
"peer": true
|
|
|
},
|
|
},
|
|
|
"node_modules/cookie": {
|
|
"node_modules/cookie": {
|
|
|
- "version": "0.4.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
|
|
|
|
|
- "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
|
|
|
|
|
|
|
+ "version": "0.7.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">= 0.6"
|
|
"node": ">= 0.6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/cookie-parser": {
|
|
"node_modules/cookie-parser": {
|
|
|
- "version": "1.4.6",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz",
|
|
|
|
|
- "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==",
|
|
|
|
|
|
|
+ "version": "1.4.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "cookie": "0.4.1",
|
|
|
|
|
|
|
+ "cookie": "0.7.2",
|
|
|
"cookie-signature": "1.0.6"
|
|
"cookie-signature": "1.0.6"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
@@ -2673,9 +2673,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/express": {
|
|
"node_modules/express": {
|
|
|
- "version": "4.21.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz",
|
|
|
|
|
- "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==",
|
|
|
|
|
|
|
+ "version": "4.21.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"accepts": "~1.3.8",
|
|
"accepts": "~1.3.8",
|
|
@@ -2683,7 +2683,7 @@
|
|
|
"body-parser": "1.20.3",
|
|
"body-parser": "1.20.3",
|
|
|
"content-disposition": "0.5.4",
|
|
"content-disposition": "0.5.4",
|
|
|
"content-type": "~1.0.4",
|
|
"content-type": "~1.0.4",
|
|
|
- "cookie": "0.6.0",
|
|
|
|
|
|
|
+ "cookie": "0.7.1",
|
|
|
"cookie-signature": "1.0.6",
|
|
"cookie-signature": "1.0.6",
|
|
|
"debug": "2.6.9",
|
|
"debug": "2.6.9",
|
|
|
"depd": "2.0.0",
|
|
"depd": "2.0.0",
|
|
@@ -2728,9 +2728,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/express/node_modules/cookie": {
|
|
"node_modules/express/node_modules/cookie": {
|
|
|
- "version": "0.6.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
|
|
|
|
|
- "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
|
|
|
|
|
|
|
+ "version": "0.7.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">= 0.6"
|
|
"node": ">= 0.6"
|