From 4317bbd16041af11b3d813d26ad7ab1bf85c2e29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 05:55:30 +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-BABELRUNTIME-10044504 --- 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..186e6fc806339 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": "12.0.8", "rbx": "^2.2.0", "react": "16.8.6", "react-dom": "16.8.6"