From 4c015cee96e7b00fd1d035e290d6f908270b3890 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 May 2023 21:34:27 +0000 Subject: [PATCH] fix: upgrade nextra from 2.0.0-alpha.56 to 2.5.0 Snyk has created this PR to upgrade nextra from 2.0.0-alpha.56 to 2.5.0. See this package in npm: https://www.npmjs.com/package/nextra See this project in Snyk: https://app.snyk.io/org/q1blue-rxw/project/bfe03ba1-479b-412b-9511-aca2f2b19819?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..a35d528e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "@heroicons/react": "~1.0.6", "next": "~12.2.5", "next-themes": "0.2.0", - "nextra": "2.0.0-alpha.56", + "nextra": "2.5.0", "nextra-theme-docs": "2.2.18", "react": "~18.2.0", "react-dom": "~18.2.0",