From b6c203bab90e8c16b90a3a0842ea15ba533e4716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 02:23:51 +0000 Subject: [PATCH] Bump gatsby-remark-images from 3.7.0 to 3.9.0 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.7.0 to 3.9.0. - [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.9.0/packages/gatsby-remark-images) Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2cf9d4f..de227430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12856,14 +12856,14 @@ "integrity": "sha512-z4ZYFTA6PWjVvUrD4UNF6pTIdWnv4ra8DNC0sv/M/HyxGLfd9QByL1ZyPPLow2RwMolsSilnszTdxVIeFeXUMw==" }, "gatsby-remark-images": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.7.0.tgz", - "integrity": "sha512-lwC1ImUMzqetcHmT3RnCp6Ltv7V/Fh9YNusaRt2ti2hmW8Q9vlwqMCGxmqLCl+9+A2Obc82D3yx1OBvDVCiD8Q==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.9.0.tgz", + "integrity": "sha512-x5zSPIFWKrSETdhMCZWNAh+AFlOkCGqXyCB1dMb1x2hfXV+3IOMe3eKJDZvNkbZfKMGUVSEboI/uk8+/xdGjPg==", "requires": { "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.6.0", + "gatsby-core-utils": "^1.8.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -12911,6 +12911,20 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "gatsby-core-utils": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz", + "integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -12936,6 +12950,14 @@ "requires": { "has-flag": "^4.0.0" } + }, + "tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "requires": { + "rimraf": "^3.0.0" + } } } }, diff --git a/package.json b/package.json index 6ce1e3b9..2d4c4288 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-remark-copy-linked-files": "^2.6.0", "gatsby-remark-embed-video": "^3.0.10", "gatsby-remark-github": "^2.0.0", - "gatsby-remark-images": "^3.7.0", + "gatsby-remark-images": "^3.9.0", "gatsby-remark-responsive-iframe": "^2.7.0", "gatsby-remark-smartypants": "^2.6.0", "gatsby-remark-vscode": "^3.2.0",