From c22446fac7b5ab94b205f75b7e8c570c2f74105d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 04:52:00 +0000 Subject: [PATCH] Bump gatsby-remark-graph from 0.2.3 to 0.2.4 Bumps [gatsby-remark-graph](https://github.com/konsumer/gatsby-remark-graph) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/konsumer/gatsby-remark-graph/releases) - [Commits](https://github.com/konsumer/gatsby-remark-graph/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed35fd8..92ee9ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10096,9 +10096,9 @@ } }, "gatsby-remark-graph": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-graph/-/gatsby-remark-graph-0.2.3.tgz", - "integrity": "sha512-M2kmceKSVSFMVY5S0RHFbgXI/t6H7RiHvTwxq5xFdJTFJZqfPfhi6o4W/cEXR5A3GlOqXMJ6LBcLPb9dYgI6sQ==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/gatsby-remark-graph/-/gatsby-remark-graph-0.2.4.tgz", + "integrity": "sha512-krMhCBjJqaZ5xKUoIKRnCXOrWRdPE9gW/W00rz06dKgTQixNuPG1yWxuCsvRf6b17MaqLafm63igzabuEhQglA==", "requires": { "unist-util-visit": "^1.1.3" } diff --git a/package.json b/package.json index 86e1d02..7605dad 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-twitter": "^1.0.6", "gatsby-remark-autolink-headers": "^1.4.19", "gatsby-remark-copy-linked-files": "^1.5.37", - "gatsby-remark-graph": "^0.2.3", + "gatsby-remark-graph": "^0.2.4", "gatsby-remark-images": "^1.5.67", "gatsby-remark-prismjs": "^1.2.0", "gatsby-remark-responsive-iframe": "^1.4.20", diff --git a/yarn.lock b/yarn.lock index 4c2b373..748c25a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5571,9 +5571,9 @@ gatsby-remark-copy-linked-files@^1.5.37: probe-image-size "^4.0.0" unist-util-visit "^1.1.1" -gatsby-remark-graph@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/gatsby-remark-graph/-/gatsby-remark-graph-0.2.3.tgz#67c2f5d92f9ad117b7755ba7c26bf14df23ce72e" +gatsby-remark-graph@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/gatsby-remark-graph/-/gatsby-remark-graph-0.2.4.tgz#60698ad79852e9412410518de7bc0a449cdef9f3" dependencies: unist-util-visit "^1.1.3"