From 3e57e09fbfab0612493de265f6b433f1970f7040 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 21:22:13 +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-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 ca52a0f91019..63add8ea9e8b 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": "10.0.6", "next-fonts": "^1.0.3", "react": "16.13.1", "react-dom": "16.13.1",