From be12a8809327637d0861dda74d7282b21d3399c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 04:54:03 +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-561584 --- 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 6d2191843a71..38ed87b9ffee 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": "9.3.2", "rbx": "^2.2.0", "react": "16.8.6", "react-dom": "16.8.6"