From d818f6862b2eeaacb75e1af8b18baa831ca5be96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 03:54:57 +0000 Subject: [PATCH] fix: examples/with-ably/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/with-ably/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-ably/package.json b/examples/with-ably/package.json index 80583628c1080..c391318ee8d8f 100644 --- a/examples/with-ably/package.json +++ b/examples/with-ably/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "^18.0.0", "@types/react": "^18.0.12", - "eslint-config-next": "12.1.6", + "eslint-config-next": "14.1.0", "typescript": "^4.7.3" } }