From ed5c47b724b48c15edb6ea43d3e7e3fa9fb2bcdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 00:09:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e43a16a77f1a..dd7ebf6a8e71 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.3", + "next": "^13.5.4", "node-fetch": "^3.2.0", "parse5": "^6.0.1", "port-used": "^2.0.8", @@ -77,9 +77,9 @@ "remark-parse-no-trim": "^8.0.4", "remark-rehype": "^10.1.0", "revalidator": "^0.3.1", - "rss-parser": "^3.12.0", + "rss-parser": "^3.13.0", "scroll-anchoring": "^0.1.0", - "semver": "^7.3.5", + "semver": "^7.5.2", "slash": "^4.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.3",