From d004fccbd18af24a1f4a60e8e60ed4881c317d70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:31:58 +0000 Subject: [PATCH] fix: working-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- working-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/working-example/package.json b/working-example/package.json index ba33c6a..2a25b1e 100644 --- a/working-example/package.json +++ b/working-example/package.json @@ -16,7 +16,7 @@ "babel-plugin-transform-object-rest-spread": "^6.6.5", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", - "eslint": "^2.4.0", + "eslint": "^9.0.0", "eslint-plugin-react": "^4.2.3", "html-webpack-plugin": "^2.10.0", "react": "^0.14.7",