From 388e614d98884aad5390aaac09d67bdf2aaa3c44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 05:36:02 +0000 Subject: [PATCH] Bump gatsby-remark-images from 3.3.2 to 3.3.3 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.3.3/packages/gatsby-remark-images) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b56a2e7..3cbef950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11521,14 +11521,14 @@ } }, "gatsby-remark-images": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.2.tgz", - "integrity": "sha512-5RPkWenWZXtbvA055KW6UiaxmMf1FTzIAxGoQstUjYq67/5zGdkWEAp53ZSKYifPafTqiteVlT699N4+bJf4GA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.3.tgz", + "integrity": "sha512-AfIhf4bA+isV7uSJxsx0IVKoeVJrFTLjbumdh27P54YGKp8eQLsex0UlPZWB3RCvGBnWmYJmPvnMVjyPMpHFRw==", "requires": { "@babel/runtime": "^7.9.6", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.2.1", + "gatsby-core-utils": "^1.2.2", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", @@ -11538,6 +11538,16 @@ "unist-util-visit-parents": "^2.1.2" }, "dependencies": { + "gatsby-core-utils": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", + "integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "node-object-hash": "^2.0.0" + } + }, "mdast-util-definitions": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz", diff --git a/package.json b/package.json index c66aaadc..303a4847 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "gatsby-remark-autolink-headers": "^2.3.1", "gatsby-remark-breaks": "^1.0.0", "gatsby-remark-copy-linked-files": "^2.3.2", - "gatsby-remark-images": "^3.3.2", + "gatsby-remark-images": "^3.3.3", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^2.3.1", "gatsby-remark-vscode": "^2.1.1",