From 1364666b22be9264c8a19e98067a4bfe7d9b28d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 23:38:47 +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-GLOBPARENT-1016905 --- 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 ab43d43c8000..f19b085a3aa8 100644 --- a/examples/with-rbx-bulma-pro/package.json +++ b/examples/with-rbx-bulma-pro/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "bulma-pro": "^0.1.7", - "next": "^9.1.8-canary.11", + "next": "^10.0.0", "rbx": "^2.2.0", "react": "^16.13.1", "react-dom": "^16.13.1"