From 0aa55c0a4cf1be8f2990edb16bf773fcc719365c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 12:49:22 +0000 Subject: [PATCH] build(deps): bump nextra from 2.2.19 to 2.5.2 Bumps [nextra](https://github.com/shuding/nextra) from 2.2.19 to 2.5.2. - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/nextra@2.2.19...nextra@2.5.2) --- updated-dependencies: - dependency-name: nextra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d69672029696..2db0ae419a502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "next": "^13.3.4", "next-sitemap": "^4.0.9", "next-themes": "^0.2.1", - "nextra": "^2.4.2", + "nextra": "^2.5.2", "node-version-data": "^1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -18823,9 +18823,9 @@ } }, "node_modules/nextra": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/nextra/-/nextra-2.4.2.tgz", - "integrity": "sha512-FH2BTCF8q3aBtc1w1pj1N6LMFyiMP5KL+w6Ph4s2M5FwTtv150dSNWWw5Hy2GgxLTi391B/CRkO31OCjp9trkA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/nextra/-/nextra-2.5.2.tgz", + "integrity": "sha512-22kw8s2OShvA625cKi3P9JioUybL5hEcCn1txXyQh+Mn3jmQXlXdbzmuT4BdYRNWo5lGqmYwm2h73igXjbssRQ==", "dependencies": { "@mdx-js/mdx": "^2.3.0", "@mdx-js/react": "^2.3.0", @@ -18842,7 +18842,7 @@ "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-reading-time": "^2.0.1", - "shiki": "^0.14.0", + "shiki": "^0.14.2", "slash": "^3.0.0", "title": "^3.5.3", "unist-util-remove": "^3.1.1", diff --git a/package.json b/package.json index 56dd3f591686f..80a246a87904d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "next": "^13.3.4", "next-sitemap": "^4.0.9", "next-themes": "^0.2.1", - "nextra": "^2.4.2", + "nextra": "^2.5.2", "node-version-data": "^1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0",