From 33c34897fa009d869fb66c31a0ef0b21228d94c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 22:47:18 +0000 Subject: [PATCH] fix: packages/next/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 --- packages/next/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 7508663a9597a..76b879d936f63 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -77,7 +77,7 @@ "http-errors": "1.6.2", "http-status": "1.0.1", "launch-editor": "2.2.1", - "loader-utils": "1.1.0", + "loader-utils": "1.4.2", "minimist": "1.2.0", "mkdirp-then": "1.2.0", "nanoid": "1.2.1", @@ -91,7 +91,7 @@ "send": "0.16.1", "source-map": "0.5.7", "strip-ansi": "3.0.1", - "styled-jsx": "3.1.0", + "styled-jsx": "5.0.0", "terser-webpack-plugin": "1.0.2", "unfetch": "3.0.0", "url": "0.11.0",