From cd5a1f126b7fc3c3f378986c4f6496ab914891a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Aug 2025 05:35:09 +0000 Subject: [PATCH] fix: examples/with-kea/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- examples/with-kea/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-kea/package.json b/examples/with-kea/package.json index d26badd4ac945..b101d82c31c53 100644 --- a/examples/with-kea/package.json +++ b/examples/with-kea/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "kea": "^0.28.4", + "kea": "^1.0.0", "next": "latest", "next-redux-wrapper": "^2.0.0", "prop-types": "^15.6.0",