From da244ae62f34d305b8c7ed4929837da331939e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:39:27 +0000 Subject: [PATCH] Bump katex from 0.16.11 to 0.16.21 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.11 to 0.16.21. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21) --- updated-dependencies: - dependency-name: katex dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6f1788..c12dc08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,9 @@ "@vercel/analytics": "^1.3.1", "next": "^14.2.12", "next-sitemap": "^4.2.3", - "nextra": "latest", - "nextra-theme-docs": "latest", + "nextjs-google-analytics": "^2.3.7", + "nextra": "*", + "nextra-theme-docs": "*", "pnpm": "^9.9.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -2278,6 +2279,19 @@ "node": ">=0.4.x" } }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/get-stream": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", @@ -2799,14 +2813,13 @@ } }, "node_modules/katex": { - "version": "0.16.11", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", + "version": "0.16.21", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", + "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], - "license": "MIT", "dependencies": { "commander": "^8.3.0" }, @@ -4241,6 +4254,18 @@ "react-dom": "^16.8 || ^17 || ^18" } }, + "node_modules/nextjs-google-analytics": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/nextjs-google-analytics/-/nextjs-google-analytics-2.3.7.tgz", + "integrity": "sha512-kuE5OcqmAg1qh9J6LskoDLybj8WmLyfxD+KsVGGvRe5zZg6bGQ/QM/1/7TdJq/u7hIeVqFqcloadD0pcosRXUw==", + "optionalDependencies": { + "fsevents": "^2.3.2" + }, + "peerDependencies": { + "next": ">=11.0.0", + "react": ">=17.0.0" + } + }, "node_modules/nextra": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/nextra/-/nextra-3.1.1.tgz",