From c700434145fbec2ab82f6e71d70b247c59f0592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 03:49:13 +0000 Subject: [PATCH] Bump gatsby-remark-katex from 7.14.0 to 7.15.0 Bumps [gatsby-remark-katex](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-katex) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-katex/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.15.0/packages/gatsby-remark-katex) --- updated-dependencies: - dependency-name: gatsby-remark-katex dependency-version: 7.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 311d73e..00a53ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-copy-linked-files": "^6.14.0", "gatsby-remark-images": "^7.14.0", - "gatsby-remark-katex": "^7.14.0", + "gatsby-remark-katex": "^7.15.0", "gatsby-remark-static-images": "^1.2.1", "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-remark": "^6.14.0", @@ -10353,9 +10353,9 @@ } }, "node_modules/gatsby-remark-katex": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-7.14.0.tgz", - "integrity": "sha512-no4LuEF8+UzcF6yG5v5pAttK2ydVFLihjTjyZweBGEwfl9ncq7LR/WwoBbK2vXYVAlu4OhPB2Qs/LlXsHxjlpw==", + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-7.15.0.tgz", + "integrity": "sha512-jdy6ebbl5C7bghZqnhLzWM7MCG5OxgysO+xwUbDr8sc+FYwVU2yxfvrgQ7+Ky4BpgyDJhPFX1QS3mb0/k6otEg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/package.json b/package.json index 662c0f8..b3550f9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-copy-linked-files": "^6.14.0", "gatsby-remark-images": "^7.14.0", - "gatsby-remark-katex": "^7.14.0", + "gatsby-remark-katex": "^7.15.0", "gatsby-remark-static-images": "^1.2.1", "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-remark": "^6.14.0",