Skip to content

Commit e8a336e

Browse files
1 parent dae9e3b commit e8a336e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"gatsby-plugin-react-helmet": "^3.1.10",
1515
"gatsby-plugin-sharp": "^2.2.27",
1616
"gatsby-source-filesystem": "^2.1.28",
17-
"gatsby-transformer-sharp": "^2.2.19",
17+
"gatsby-transformer-sharp": "^2.2.21",
1818
"gatsby-transformer-yaml": "^2.2.12",
1919
"postcss-custom-media": "^7.0.8",
2020
"postcss-nested": "^4.1.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@
756756
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
757757
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
758758

759-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2":
760-
version "7.6.2"
761-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
762-
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
759+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3":
760+
version "7.6.3"
761+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
762+
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
763763
dependencies:
764764
regenerator-runtime "^0.13.2"
765765

@@ -2210,10 +2210,10 @@ [email protected]:
22102210
resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
22112211
integrity sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==
22122212

2213-
bluebird@^3.5.5:
2214-
version "3.5.5"
2215-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
2216-
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
2213+
bluebird@^3.5.5, bluebird@^3.7.0:
2214+
version "3.7.0"
2215+
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf"
2216+
integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==
22172217

22182218
bmp-js@^0.1.0:
22192219
version "0.1.0"
@@ -5324,13 +5324,13 @@ gatsby-telemetry@^1.1.28:
53245324
stack-utils "1.0.2"
53255325
uuid "3.3.3"
53265326

5327-
gatsby-transformer-sharp@^2.2.19:
5328-
version "2.2.19"
5329-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.19.tgz#3a329d03bc04001b7d4d233368d7befb3dbf1cd9"
5330-
integrity sha512-hGUPmO84ZpoDWnJMxOIP21b/jwMcpWtTnxZixQL4irhzEv5qy2OJpDD457smMp0ZxCPoyL6zJ+AWvYZmy+lmrA==
5327+
gatsby-transformer-sharp@^2.2.21:
5328+
version "2.2.21"
5329+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.21.tgz#74aece990d083b1f8629147554ce860230165e45"
5330+
integrity sha512-GjwXrxorTb6zAkdDwlxKpvBa6aXw1tOBgpURxW+xjivCi3sZnpjCEG38HaxsYoaOfutk+Q4xxoFIWCnZJCg15g==
53315331
dependencies:
5332-
"@babel/runtime" "^7.6.2"
5333-
bluebird "^3.5.5"
5332+
"@babel/runtime" "^7.6.3"
5333+
bluebird "^3.7.0"
53345334
fs-extra "^8.1.0"
53355335
potrace "^2.1.2"
53365336
probe-image-size "^4.1.1"

0 commit comments

Comments
 (0)