From a2aebba969683c47e5835d04f5654e83d97b521b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:03:26 +0000 Subject: [PATCH] Bump gatsby-remark-smartypants from 6.12.0 to 6.13.1 (#979) Bumps [gatsby-remark-smartypants](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-smartypants) from 6.12.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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4543ea464..0278168c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "gatsby-remark-copy-linked-files": "^6.13.1", "gatsby-remark-images": "^7.12.0", "gatsby-remark-prismjs": "^7.13.1", - "gatsby-remark-smartypants": "^6.12.0", + "gatsby-remark-smartypants": "^6.13.1", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-asciidoc": "^4.12.0", "gatsby-transformer-remark": "^6.12.0", @@ -13120,9 +13120,9 @@ } }, "node_modules/gatsby-remark-smartypants": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.12.0.tgz", - "integrity": "sha512-7xg7CYglNAIkatuQKNxtlQWZEsftxO05XCDCAk36NrvqL6x1fn0eUKKBicqnovpeQUwudCoETy3wIIgbtQLKYg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.13.1.tgz", + "integrity": "sha512-0OI+BIzpQSOzQEiySdjO5h/nqp+aCFCXxONyZYh/7lRTjLTohQ+2AGmD70Ik15Fb+CYAB+5AEBfrarG5MAq8iQ==", "dependencies": { "@babel/runtime": "^7.20.13", "retext": "^7.0.1", @@ -37042,9 +37042,9 @@ } }, "gatsby-remark-smartypants": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.12.0.tgz", - "integrity": "sha512-7xg7CYglNAIkatuQKNxtlQWZEsftxO05XCDCAk36NrvqL6x1fn0eUKKBicqnovpeQUwudCoETy3wIIgbtQLKYg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.13.1.tgz", + "integrity": "sha512-0OI+BIzpQSOzQEiySdjO5h/nqp+aCFCXxONyZYh/7lRTjLTohQ+2AGmD70Ik15Fb+CYAB+5AEBfrarG5MAq8iQ==", "requires": { "@babel/runtime": "^7.20.13", "retext": "^7.0.1", diff --git a/package.json b/package.json index d34e9df74..55b3b1eff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-remark-copy-linked-files": "^6.13.1", "gatsby-remark-images": "^7.12.0", "gatsby-remark-prismjs": "^7.13.1", - "gatsby-remark-smartypants": "^6.12.0", + "gatsby-remark-smartypants": "^6.13.1", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-asciidoc": "^4.12.0", "gatsby-transformer-remark": "^6.12.0",