From efba0bb71e57d336e33908070acd947042c833af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 20:45:12 +0000 Subject: [PATCH] fix: examples/using-multiple-themes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1584358 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1585624 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-2824151 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- examples/using-multiple-themes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-multiple-themes/package.json b/examples/using-multiple-themes/package.json index 30e20301af251..ee4a7a79d829f 100644 --- a/examples/using-multiple-themes/package.json +++ b/examples/using-multiple-themes/package.json @@ -16,7 +16,7 @@ "dependencies": { "@pauliescanlon/gatsby-mdx-embed": "0.0.29", "gatsby": "next", - "gatsby-theme-blog": "^1.6.61", + "gatsby-theme-blog": "^4.0.0", "gatsby-theme-notes": "^1.3.87", "react": "^18.2.0", "react-dom": "^18.2.0"