From 47dfaf619e3418c8a5504ed4fc4b4e031e0e78bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:39:45 +0000 Subject: [PATCH] Bump gatsby-plugin-typography from 5.12.0 to 5.13.0 (#1008) Bumps [gatsby-plugin-typography](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typography) from 5.12.0 to 5.13.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.13.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 707ab3651..86b7166b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-mdx": "5.12.3", "gatsby-plugin-offline": "6.12.3", "gatsby-plugin-sharp": "5.12.3", - "gatsby-plugin-typography": "5.12.0", + "gatsby-plugin-typography": "5.13.0", "gatsby-remark-copy-linked-files": "6.12.0", "gatsby-remark-images": "7.12.3", "gatsby-remark-prismjs": "7.12.0", @@ -11717,9 +11717,9 @@ } }, "node_modules/gatsby-plugin-typography": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-5.12.0.tgz", - "integrity": "sha512-BuCPCf6xY4b84bVmgqLDkgpyvpnVIjUk7bLa05QzWqpY58Xy4Rby+mc5KiQd1/1/J2oR1joQa600xqJUisc9tg==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-5.13.0.tgz", + "integrity": "sha512-difwb40HDssYF/hJmWvnF1uRCVLLupzgXNRiFPktWg4tGCQrfW5yHnwCuAzqhtt+3yl+Qf+CAOC1q+oMOQCH3A==", "dependencies": { "@babel/runtime": "^7.20.13" }, diff --git a/package.json b/package.json index b0a5aa899..2819d1a09 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-mdx": "5.12.3", "gatsby-plugin-offline": "6.12.3", "gatsby-plugin-sharp": "5.12.3", - "gatsby-plugin-typography": "5.12.0", + "gatsby-plugin-typography": "5.13.0", "gatsby-remark-copy-linked-files": "6.12.0", "gatsby-remark-images": "7.12.3", "gatsby-remark-prismjs": "7.12.0",