From 37d05f208d5c46c4529e336650420ad19bea390e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:02:57 +0000 Subject: [PATCH] chore: bump gatsby-remark-smartypants from 5.25.0 to 6.13.1 Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 5.25.0 to 6.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-smartypants/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.13.1/packages/gatsby-remark-smartypants) --- updated-dependencies: - dependency-name: gatsby-remark-smartypants dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index 93b8bad9e8..00a85a9311 100644 --- a/docs/package.json +++ b/docs/package.json @@ -84,7 +84,7 @@ "gatsby-redirect-from": "^0.5.0", "gatsby-remark-copy-linked-files": "^5.11.0", "gatsby-remark-images": "^7.13.1", - "gatsby-remark-smartypants": "^5.9.0", + "gatsby-remark-smartypants": "^6.13.1", "gatsby-source-filesystem": "^4.11.1", "gatsby-transformer-sharp": "^4.11.0", "globby": "^11.0.2", diff --git a/yarn.lock b/yarn.lock index 3776a0e81a..a3debb3913 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13347,12 +13347,12 @@ gatsby-remark-images@^7.13.1: unist-util-select "^3.0.4" unist-util-visit-parents "^3.1.1" -gatsby-remark-smartypants@^5.9.0: - version "5.25.0" - resolved "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-5.25.0.tgz" - integrity sha512-HTcDlQkYQ3regRvQYBuGSCTWE6d4l277yGNYOq89yxkn0CSra/FfplLWUakvFrPLQQaQwpXewhUPXSWkp/PTZg== +gatsby-remark-smartypants@^6.13.1: + version "6.13.1" + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.13.1.tgz#63a77ea336b482db88b78aceb2b8b9dae8b1104a" + integrity sha512-0OI+BIzpQSOzQEiySdjO5h/nqp+aCFCXxONyZYh/7lRTjLTohQ+2AGmD70Ik15Fb+CYAB+5AEBfrarG5MAq8iQ== dependencies: - "@babel/runtime" "^7.15.4" + "@babel/runtime" "^7.20.13" retext "^7.0.1" retext-smartypants "^4.0.0" unist-util-visit "^2.0.3"