From a4933fb39e6203e33f5bb2a8ee43c86604100716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:22:10 +0000 Subject: [PATCH] Bump gatsby-plugin-typography from 5.13.1 to 5.14.0 Bumps [gatsby-plugin-typography](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typography) from 5.13.1 to 5.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typography/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.14.0/packages/gatsby-plugin-typography) --- updated-dependencies: - dependency-name: gatsby-plugin-typography 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 2a1970074..34c5b43a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-mdx": "5.13.1", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.13.1", - "gatsby-plugin-typography": "5.13.1", + "gatsby-plugin-typography": "5.14.0", "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.14.0", @@ -11648,9 +11648,9 @@ } }, "node_modules/gatsby-plugin-typography": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-5.13.1.tgz", - "integrity": "sha512-od29WmE+70G85LbtLiageBiFv0yHX5YKk9hs/Fil3+Ua7ATkuEi2221ivRFoRtLoQMRyzv9QB8nM+V+8N4iQ4w==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-5.14.0.tgz", + "integrity": "sha512-b8GC4Gec17mUs7ZmjmUi3+dGmZRQaNLEt+56JjQhxj/2VA+8bf6w6q1cFKnDcVJPy701mO/VPiAXTrWg4pBtHA==", "dependencies": { "@babel/runtime": "^7.20.13" }, diff --git a/package.json b/package.json index 9b421e800..c9acab05a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-mdx": "5.13.1", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.13.1", - "gatsby-plugin-typography": "5.13.1", + "gatsby-plugin-typography": "5.14.0", "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.14.0",