From caab4cb8f35eaa162f158cd3a20881f4fade7f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 02:13:27 +0000 Subject: [PATCH] Bump gatsby-remark-images from 3.5.0 to 3.6.0 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.5.0 to 3.6.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.6.0/packages/gatsby-remark-images) Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90a0dce7..944837d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12991,14 +12991,14 @@ "integrity": "sha512-z4ZYFTA6PWjVvUrD4UNF6pTIdWnv4ra8DNC0sv/M/HyxGLfd9QByL1ZyPPLow2RwMolsSilnszTdxVIeFeXUMw==" }, "gatsby-remark-images": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.5.0.tgz", - "integrity": "sha512-lm3FDJbN6/aYRCE//grZzMU+f1r+5cJefX50hsmq2mE9GRV5k46VIHJSHVWNDsVGMYFThuPSRdjfkcaaLxGgFA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.6.0.tgz", + "integrity": "sha512-9MELjtozdXvpQHo08+IScK7DvF8aRtS16eC3RSRPExlfS6UDRwaQykvElpQ/PCQeBD+lMBh+4DH73lRdNfqfxA==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.4.0", + "gatsby-core-utils": "^1.5.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -13046,6 +13046,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.5.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.5.0.tgz", + "integrity": "sha512-hCt44m7I9Kmra/iVJwrmHXK8WFK9I1JwXQZquIVZ/JaG8UgqroxW1wpsY7ColbHGMATOmp13Efqn02VNPnms5Q==", + "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", @@ -13071,6 +13085,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 72032f03..1271b39a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-remark-copy-linked-files": "^2.4.0", "gatsby-remark-embed-video": "^3.0.10", "gatsby-remark-github": "^2.0.0", - "gatsby-remark-images": "^3.5.0", + "gatsby-remark-images": "^3.6.0", "gatsby-remark-responsive-iframe": "^2.5.0", "gatsby-remark-smartypants": "^2.4.0", "gatsby-remark-vscode": "^3.2.0",