From fccd27f84250d36c7d7b0bdb83f66cba364bd7d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 00:50:28 +0000 Subject: [PATCH] fix: 4-natours/after-section-14/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 4-natours/after-section-14/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4-natours/after-section-14/package.json b/4-natours/after-section-14/package.json index 0b171a086b..9b1728c22f 100644 --- a/4-natours/after-section-14/package.json +++ b/4-natours/after-section-14/package.json @@ -15,14 +15,14 @@ "license": "ISC", "dependencies": { "@babel/polyfill": "^7.4.4", - "axios": "^0.18.0", + "axios": "^1.13.5", "bcryptjs": "^2.4.3", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "compression": "^1.7.4", "cookie-parser": "^1.4.4", "cors": "^2.8.5", "dotenv": "^7.0.0", - "express": "^4.16.4", + "express": "^4.22.0", "express-mongo-sanitize": "^1.3.2", "express-rate-limit": "^3.5.0", "helmet": "^3.16.0",