From 1a729c855ca12eec3a46cf69175f3aba1b7c42c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 08:56:36 +0000 Subject: [PATCH] fix: examples/with-monaco-editor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- examples/with-monaco-editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-monaco-editor/package.json b/examples/with-monaco-editor/package.json index ca52a0f910193..d9f852a716a51 100644 --- a/examples/with-monaco-editor/package.json +++ b/examples/with-monaco-editor/package.json @@ -11,7 +11,7 @@ "@zeit/next-css": "^1.0.1", "monaco-editor": "^0.20.0", "monaco-editor-webpack-plugin": "^1.9.0", - "next": "9.3.1", + "next": "9.3.4", "next-fonts": "^1.0.3", "react": "16.13.1", "react-dom": "16.13.1",