From 327371e68b753cb5b36960e739f1b33720bb988f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Mar 2023 22:20:56 +0000 Subject: [PATCH] fix: upgrade next from 12.2.6 to 12.3.4 Snyk has created this PR to upgrade next from 12.2.6 to 12.3.4. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/01df33d9-97d5-4274-9f29-f2d812f68850?utm_source=github&utm_medium=referral&page=upgrade-pr --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 47455436..e610a914 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "license": "MPL-2.0", "dependencies": { "@heroicons/react": "~1.0.6", - "next": "~12.2.5", + "next": "~12.3.4", "next-themes": "0.2.0", "nextra": "2.0.0-alpha.56", "nextra-theme-docs": "2.2.18",