Skip to content

Commit ec1d7de

Browse files
committed
fix(deps): update gatsby to v2.3.30
1 parent 1c3ba86 commit ec1d7de

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@wkovacs64/normalize.css": "8.0.1",
4545
"axios": "0.18.0",
4646
"dotenv": "7.0.0",
47-
"gatsby": "2.3.29",
47+
"gatsby": "2.3.30",
4848
"gatsby-plugin-emotion": "4.0.6",
4949
"gatsby-plugin-manifest": "2.0.29",
5050
"gatsby-plugin-netlify": "2.0.15",

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -6446,14 +6446,15 @@ g-status@^2.0.2:
64466446
matcher "^1.0.0"
64476447
simple-git "^1.85.0"
64486448

6449-
gatsby-cli@^2.5.11:
6450-
version "2.5.11"
6451-
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.11.tgz#8a00104cce88128d3f5a28967445230a6d49fc34"
6452-
integrity sha512-jwTXsjBzZZMYIOsLJa/gSnt+qECrVpOJOrIOLqbhfpAIUOrlKgowwf4ks7GfBnEtdlZ/dtt0bN6HifbWdf1xag==
6449+
gatsby-cli@^2.5.12:
6450+
version "2.5.12"
6451+
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.12.tgz#c1c92af0dd12ffbad76da05c136d926d3c66854d"
6452+
integrity sha512-MhcHfYoiBcccX17KnaivaDZQb7j9ZhrAb90PO0ULrln7BsV93pmzz/t9iT1+0Sill0ST6vf/GbtD2kaiOWbNSg==
64536453
dependencies:
64546454
"@babel/code-frame" "^7.0.0"
64556455
"@babel/runtime" "^7.0.0"
64566456
bluebird "^3.5.0"
6457+
chalk "^2.4.2"
64576458
ci-info "^2.0.0"
64586459
clipboardy "^1.2.3"
64596460
common-tags "^1.4.0"
@@ -6597,10 +6598,10 @@ gatsby-telemetry@^1.0.9:
65976598
stack-utils "1.0.2"
65986599
uuid "3.3.2"
65996600

6600-
6601-
version "2.3.29"
6602-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.29.tgz#65162804ecc1bf33ae1ff3b2d5a66deec5798e63"
6603-
integrity sha512-Eb3YdZcuCDOgPg8A4VCCbxPMH2n8hDmylgUrqNL7MqDfs2w52J4mFpxU8OrX44BtGmZggBr8hEsURfq6ErTa6g==
6601+
6602+
version "2.3.30"
6603+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.30.tgz#758d13a10f396eb75d480250cb911e75fd40fe5a"
6604+
integrity sha512-66ZPcbyFhrPa1pJVfG3Xz6z+lJ8IjMxajoFA6yb8aEBKIjw1IN10D25bnUB79XppydNp+3C4EadGMXVWcFFUhg==
66046605
dependencies:
66056606
"@babel/code-frame" "^7.0.0"
66066607
"@babel/core" "^7.0.0"
@@ -6657,7 +6658,7 @@ [email protected]:
66576658
flat "^4.0.0"
66586659
fs-exists-cached "1.0.0"
66596660
fs-extra "^5.0.0"
6660-
gatsby-cli "^2.5.11"
6661+
gatsby-cli "^2.5.12"
66616662
gatsby-link "^2.0.16"
66626663
gatsby-plugin-page-creator "^2.0.12"
66636664
gatsby-react-router-scroll "^2.0.7"

0 commit comments

Comments
 (0)