diff --git a/GymNest-IS/booking-service/booking-service/package-lock.json b/GymNest-IS/booking-service/booking-service/package-lock.json index e57a69312..6587dd02b 100644 --- a/GymNest-IS/booking-service/booking-service/package-lock.json +++ b/GymNest-IS/booking-service/booking-service/package-lock.json @@ -11,7 +11,7 @@ "cookie-parser": "~1.4.6", "debug": "~4.3.4", "dotenv": "~16.4.5", - "express": "~4.18.3", + "express": "~4.19.2", "http-errors": "~2.0.0", "morgan": "~1.10.0", "mysql2": "^3.9.2", @@ -422,16 +422,16 @@ } }, "node_modules/express": { - "version": "4.18.3", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.3.tgz", - "integrity": "sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -463,9 +463,9 @@ } }, "node_modules/express/node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } diff --git a/GymNest-IS/booking-service/booking-service/package.json b/GymNest-IS/booking-service/booking-service/package.json index aa206db4e..f8de700f5 100644 --- a/GymNest-IS/booking-service/booking-service/package.json +++ b/GymNest-IS/booking-service/booking-service/package.json @@ -10,7 +10,7 @@ "debug": "~4.3.4", "sequelize": "~6.37.1", "dotenv": "~16.4.5", - "express": "~4.18.3", + "express": "~4.19.2", "http-errors": "~2.0.0", "morgan": "~1.10.0", "pug": "~3.0.2",