Skip to content

Commit 81b7709

Browse files
Merge pull request #43 from pythonpizza/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.2.19
2 parents 0353d63 + 81c9af6 commit 81b7709

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.8",
1515
"gatsby-plugin-sharp": "^2.2.27",
1616
"gatsby-source-filesystem": "^2.1.26",
17-
"gatsby-transformer-sharp": "^2.2.17",
17+
"gatsby-transformer-sharp": "^2.2.19",
1818
"gatsby-transformer-yaml": "^2.2.12",
1919
"postcss-custom-media": "^7.0.8",
2020
"postcss-nested": "^4.1.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5291,18 +5291,18 @@ gatsby-telemetry@^1.1.26:
52915291
stack-utils "1.0.2"
52925292
uuid "3.3.3"
52935293

5294-
gatsby-transformer-sharp@^2.2.17:
5295-
version "2.2.17"
5296-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.17.tgz#53270268fbb26d29b2726f7fd18ea4c70f2f4eba"
5297-
integrity sha512-VoPopwU0xbh5iD/UbCBOjz7biv3j6ihfy129uStAN25a8fY34GBUt+j0pN6+8glkG+dgf/aOuBPyXyxHwobmIw==
5294+
gatsby-transformer-sharp@^2.2.19:
5295+
version "2.2.19"
5296+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.19.tgz#3a329d03bc04001b7d4d233368d7befb3dbf1cd9"
5297+
integrity sha512-hGUPmO84ZpoDWnJMxOIP21b/jwMcpWtTnxZixQL4irhzEv5qy2OJpDD457smMp0ZxCPoyL6zJ+AWvYZmy+lmrA==
52985298
dependencies:
5299-
"@babel/runtime" "^7.6.0"
5299+
"@babel/runtime" "^7.6.2"
53005300
bluebird "^3.5.5"
53015301
fs-extra "^8.1.0"
53025302
potrace "^2.1.2"
53035303
probe-image-size "^4.1.1"
53045304
semver "^5.7.1"
5305-
sharp "^0.23.0"
5305+
sharp "^0.23.1"
53065306

53075307
gatsby-transformer-yaml@^2.2.12:
53085308
version "2.2.12"

0 commit comments

Comments
 (0)