From 57d9f5d1d3e358615116b0e46085b022fcace9e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:05:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a0fb6c..123330a 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "axios": "^0.21.1", "babel-cli": "^6.24.1", "babel-core": "^6.26.0", - "babel-eslint": "^7.2.3", + "babel-eslint": "^8.0.2", "babel-loader": "^8.2.4", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-transform-class-properties": "^6.24.1", @@ -142,7 +142,7 @@ "markdownlint-cli": "^0.19.0", "moment": "^2.19.2", "morgan": "^1.8.2", - "node-sass": "^6.0.1", + "node-sass": "^7.0.2", "nodemailer": "^6.4.16", "pg": "^8.4.0", "pg-hstore": "^2.3.2",