From 75ba7646668fd121398a4ba6d4c2be4d3d72e19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:12:39 +0000 Subject: [PATCH] build(deps): bump nextra-theme-docs from 2.13.3 to 2.13.4 Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@2.13.3...nextra-theme-docs@2.13.4) --- updated-dependencies: - dependency-name: nextra-theme-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1201ffe..1235ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "next": "^14.1.0", "next-sitemap": "^4.1.8", "nextra": "^2.13.3", - "nextra-theme-docs": "^2.13.3", + "nextra-theme-docs": "^2.13.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -4001,9 +4001,9 @@ } }, "node_modules/nextra": { - "version": "2.13.3", - "resolved": "https://registry.npmjs.org/nextra/-/nextra-2.13.3.tgz", - "integrity": "sha512-OBVuyQKh+oqrbVt0AosgNYnuReWuNrtJVEN7q18b/oEg2wEpuiq3UJfmIvGgOdNYc3zv3OYrzbcq7IhwtdHHEw==", + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/nextra/-/nextra-2.13.4.tgz", + "integrity": "sha512-7of2rSBxuUa3+lbMmZwG9cqgftcoNOVQLTT6Rxf3EhBR9t1EI7b43dted8YoqSNaigdE3j1CoyNkX8N/ZzlEpw==", "dependencies": { "@headlessui/react": "^1.7.17", "@mdx-js/mdx": "^2.3.0", @@ -4042,9 +4042,9 @@ } }, "node_modules/nextra-theme-docs": { - "version": "2.13.3", - "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-2.13.3.tgz", - "integrity": "sha512-B6xrnR86Gg4GzV56AomSwtmvSyAvnJz1xKOGGav1XKxkwvC8QeI17jdt/CqiKyIObJ+5bLqSFiKhaAZ5DYQP3g==", + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-2.13.4.tgz", + "integrity": "sha512-2XOoMfwBCTYBt8ds4ZHftt9Wyf2XsykiNo02eir/XEYB+sGeUoE77kzqfidjEOKCSzOHYbK9BDMcg2+B/2vYRw==", "dependencies": { "@headlessui/react": "^1.7.17", "@popperjs/core": "^2.11.8", @@ -4062,7 +4062,7 @@ }, "peerDependencies": { "next": ">=9.5.3", - "nextra": "2.13.3", + "nextra": "2.13.4", "react": ">=16.13.1", "react-dom": ">=16.13.1" } diff --git a/package.json b/package.json index bf9cae8..da00527 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "next": "^14.1.0", "next-sitemap": "^4.1.8", "nextra": "^2.13.3", - "nextra-theme-docs": "^2.13.3", + "nextra-theme-docs": "^2.13.4", "react": "^18.2.0", "react-dom": "^18.2.0" },