From 9d7545d965fa72c3c60a012a4db1da4745047dec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 05:02:06 +0000 Subject: [PATCH] fix: examples/preact/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- examples/preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/preact/package.json b/examples/preact/package.json index c88aea592bb1f3..c4256c9cf28c53 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -19,7 +19,7 @@ "css-loader": "1.0.0", "dotenv": "6.0.0", "dotenv-expand": "4.2.0", - "eslint": "5.12.0", + "eslint": "9.15.0", "eslint-config-react-app": "^3.0.8", "eslint-loader": "2.1.1", "eslint-plugin-flowtype": "2.50.1",