From 15d1c0eb17f09af2659ae64d21fa82366626969d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 04:14:10 +0000 Subject: [PATCH] Bump gatsby-transformer-sharp from 2.11.0 to 2.12.0 Bumps [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.12.0/packages/gatsby-transformer-sharp) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49d70d4..1b314db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10329,13 +10329,13 @@ } }, "gatsby-transformer-sharp": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.11.0.tgz", - "integrity": "sha512-esL884HBUGhZdoa6M7sP1aFC4JqCDh6PVReEEA2O0k26a4IC6cWTbIPeNa106vjrvYOEpSd359wUSFET9hpBMA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.12.0.tgz", + "integrity": "sha512-3rtukdy9+QZL5ioMs+q2IjevJFOz0ORJzoGbnM/ups5C5ZtRQKRZNQ0920BP/eqpLQLI4lkQuyp+GCxfSQLkCQ==", "requires": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "fs-extra": "^9.0.1", + "fs-extra": "^9.1.0", "potrace": "^2.1.8", "probe-image-size": "^6.0.0", "semver": "^7.3.4", @@ -10343,9 +10343,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 0a86121..f040ff2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-styled-components": "^3.9.0", "gatsby-source-filesystem": "^2.10.0", "gatsby-source-youtube-v2": "^1.0.1", - "gatsby-transformer-sharp": "^2.11.0", + "gatsby-transformer-sharp": "^2.12.0", "gatsby-transformer-remark": "^2.15.0", "html-to-react": "^1.4.5", "node-sass": "^4.14.1",