From 7cbd6b7b3edcafa374abfbb6e9c2de673943ae6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 May 2025 06:02:24 +0000 Subject: [PATCH] fix: examples/with-rbx-bulma-pro/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10176058 --- examples/with-rbx-bulma-pro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-rbx-bulma-pro/package.json b/examples/with-rbx-bulma-pro/package.json index 6d2191843a710..42226d9702799 100644 --- a/examples/with-rbx-bulma-pro/package.json +++ b/examples/with-rbx-bulma-pro/package.json @@ -8,7 +8,7 @@ "dependencies": { "@zeit/next-css": "1.0.1", "bulma-pro": "^0.1.7", - "next": "8.1.0", + "next": "14.2.24", "rbx": "^2.2.0", "react": "16.8.6", "react-dom": "16.8.6"