From 95985866d708dcfcf67abb50eed4f981456273dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:11:39 +0000 Subject: [PATCH] Bump gatsby-remark-graph from 0.2.3 to 0.2.5 Bumps [gatsby-remark-graph](https://github.com/konsumer/gatsby-remark-graph) from 0.2.3 to 0.2.5. - [Release notes](https://github.com/konsumer/gatsby-remark-graph/releases) - [Commits](https://github.com/konsumer/gatsby-remark-graph/commits) 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..b9ab302 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.5", + "resolved": "https://registry.npmjs.org/gatsby-remark-graph/-/gatsby-remark-graph-0.2.5.tgz", + "integrity": "sha512-/i6dnl96dbm1T3UqJD05mfmNDn4u9HLF/CLraCHhdnG1ZNM/xu5dLjSrOpqS/o0igRHHdLIV896VLw8kAzfsuQ==", "requires": { "unist-util-visit": "^1.1.3" } diff --git a/package.json b/package.json index 86e1d02..e5740dc 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.5", "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..40f19a2 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.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/gatsby-remark-graph/-/gatsby-remark-graph-0.2.5.tgz#31874e498daf55d1b4a27d14c318e616069c1a4f" dependencies: unist-util-visit "^1.1.3"