From 64b71438b9e72a9907e74f96da411ed1c5f0f51b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 02:30:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6437d7384ac..f036a38ff11c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", + "next": "^12.0.9", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8", @@ -114,7 +114,7 @@ "@typescript-eslint/parser": "^4.26.1", "async": "^3.2.0", "await-sleep": "0.0.1", - "babel-loader": "^8.2.2", + "babel-loader": "^8.2.4", "babel-plugin-styled-components": "^1.12.0", "babel-preset-env": "^1.7.0", "chalk": "^4.1.1",