Bump gatsby from 2.1.2 to 2.1.4 (#3019)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-18 19:14:04 -05:00
committed by Paul Melnikow
parent d2861b2438
commit f8a48457fb
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -3659,9 +3659,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30000937",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000937.tgz",
"integrity": "sha512-mVGcm9lGv8xldeDEPN4Y13XtdDWrEF7PVOpESVr/LqdK2g3LYt8z6dgOWUZrVazz35ngtM9Nh4kWBIm/2sQugw==",
"version": "1.0.30000938",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000938.tgz",
"integrity": "sha512-ekW8NQ3/FvokviDxhdKLZZAx7PptXNwxKgXtnR5y+PR3hckwuP3yJ1Ir+4/c97dsHNqtAyfKUGdw8P4EYzBNgw==",
"dev": true
},
"capture-stack-trace": {
@@ -9071,9 +9071,9 @@
}
},
"gatsby": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.1.2.tgz",
"integrity": "sha512-70kwwQkDwvAUTuf8nFwlHMtRF5Ut3X/PFx/L0AvOCFEHcNqAdDMPd5c6Nz8/zmeRSpY/paLS+ZYtDw/ymr6Mgw==",
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.1.4.tgz",
"integrity": "sha512-WWbl7DkF6FSL/HE+hMEUxPPi8vGvEieGLTvXOxvS5S1C0FF3P2GOr/TP28TVqzaEQ4sPKtlPeV7s2v1P3MW/2A==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@@ -13761,9 +13761,9 @@
"dev": true
},
"node-emoji": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz",
"integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz",
"integrity": "sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==",
"dev": true,
"requires": {
"lodash.toarray": "^4.4.0"

View File

@@ -156,7 +156,7 @@
"eslint-plugin-standard": "^4.0.0",
"fetch-ponyfill": "^6.0.0",
"fs-readfile-promise": "^3.0.1",
"gatsby": "2.1.2",
"gatsby": "2.1.4",
"gatsby-plugin-catch-links": "^2.0.11",
"gatsby-plugin-page-creator": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.5",