From 063fbf235a48cb0b346ea096b3c23c909cd3c669 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Feb 2024 15:32:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-STYLELINT-1585622 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4d93d1..8b8a53b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "build-plugin-react-app": "^1.1.2", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", - "f2elint": "^2.2.0", + "f2elint": "^3.0.0", "react": "^16.3.0", "react-dom": "^16.3.0", "tsconfig-paths-webpack-plugin": "^3.2.0"