From 9ef68b6d1d71a502b504878af8262dc33900fcf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:10:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d18348e..8545937c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "autosuggest-highlight": "^3.1.0", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", - "babel-eslint": "^7.2.3", + "babel-eslint": "^10.1.0", "babel-loader": "^6.4.1", "babel-plugin-react-transform": "^2.0.2", "babel-plugin-transform-react-remove-prop-types": "^0.4.6", @@ -62,7 +62,7 @@ "ismobilejs": "^0.4.1", "isomorphic-fetch": "^2.2.1", "jsdom": "^9.12.0", - "less": "^2.7.2", + "less": "^3.0.2", "less-loader": "^2.2.3", "lint-staged": "^3.6.1", "mocha": "^3.4.2",