Upgrade dependencies

This commit is contained in:
Kyle Mathews 2017-11-17 14:07:04 -07:00
parent b56f6fb67b
commit 4c9c89c5d2
2 changed files with 177 additions and 136 deletions

301
package-lock.json generated
View file

@ -392,7 +392,7 @@
"integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=", "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=",
"requires": { "requires": {
"browserslist": "1.7.7", "browserslist": "1.7.7",
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"normalize-range": "0.1.2", "normalize-range": "0.1.2",
"num2fraction": "1.2.2", "num2fraction": "1.2.2",
"postcss": "5.2.18", "postcss": "5.2.18",
@ -404,7 +404,7 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"requires": { "requires": {
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"electron-to-chromium": "1.3.27" "electron-to-chromium": "1.3.27"
} }
} }
@ -1877,11 +1877,11 @@
} }
}, },
"browserify-zlib": { "browserify-zlib": {
"version": "0.1.4", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz", "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=", "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
"requires": { "requires": {
"pako": "0.2.9" "pako": "1.0.6"
} }
}, },
"browserslist": { "browserslist": {
@ -1889,7 +1889,7 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.9.0.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.9.0.tgz",
"integrity": "sha512-vJEBcDTANoDhSHL46NeOEW5hvQw7It9uCqzeFPQhpawXfnOwnpvW5C97vn1eGJ7iCkSg8wWU0nYObE7d/N95Iw==", "integrity": "sha512-vJEBcDTANoDhSHL46NeOEW5hvQw7It9uCqzeFPQhpawXfnOwnpvW5C97vn1eGJ7iCkSg8wWU0nYObE7d/N95Iw==",
"requires": { "requires": {
"caniuse-lite": "1.0.30000760", "caniuse-lite": "1.0.30000766",
"electron-to-chromium": "1.3.27" "electron-to-chromium": "1.3.27"
} }
}, },
@ -2064,7 +2064,7 @@
"integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=", "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=",
"requires": { "requires": {
"browserslist": "1.7.7", "browserslist": "1.7.7",
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"lodash.memoize": "4.1.2", "lodash.memoize": "4.1.2",
"lodash.uniq": "4.5.0" "lodash.uniq": "4.5.0"
}, },
@ -2074,21 +2074,21 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"requires": { "requires": {
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"electron-to-chromium": "1.3.27" "electron-to-chromium": "1.3.27"
} }
} }
} }
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000760", "version": "1.0.30000766",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000760.tgz", "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000766.tgz",
"integrity": "sha1-PqKUc+t4psywny63Osnh3r/sUo0=" "integrity": "sha1-TJEao3R/ATiEUvpLknt4/PFDBoA="
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30000760", "version": "1.0.30000766",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000760.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000766.tgz",
"integrity": "sha1-7HIDlXQvHH7IlH/W3SYE53qPmP8=" "integrity": "sha1-iglcxeuZI8JwCM5NDbI+ZaPiiEM="
}, },
"capture-stack-trace": { "capture-stack-trace": {
"version": "1.0.0", "version": "1.0.0",
@ -2250,9 +2250,9 @@
} }
}, },
"ci-info": { "ci-info": {
"version": "1.1.1", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.1.2.tgz",
"integrity": "sha512-vHDDF/bP9RYpTWtUhpJRhCFdvvp3iDWvEbuDbWgvjUrNGV1MXJrE0MPcwGtEled04m61iwdBLUIHZtDgzWS4ZQ==" "integrity": "sha512-uTGIPNx/nSpBdsF6xnseRXLLtfr9VLqkz8ZqHXr3Y7b6SftyRxBGjwMtJj1OhNbmlc1wZzLNAlAcvyIiE8a6ZA=="
}, },
"cipher-base": { "cipher-base": {
"version": "1.0.4", "version": "1.0.4",
@ -2403,9 +2403,9 @@
} }
}, },
"clone": { "clone": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz",
"integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=" "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8="
}, },
"clone-stats": { "clone-stats": {
"version": "0.0.1", "version": "0.0.1",
@ -2422,7 +2422,7 @@
"resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz", "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
"integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=", "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
"requires": { "requires": {
"q": "1.5.0" "q": "1.5.1"
} }
}, },
"code-point-at": { "code-point-at": {
@ -2454,7 +2454,7 @@
"resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz", "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
"integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=", "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
"requires": { "requires": {
"clone": "1.0.2", "clone": "1.0.3",
"color-convert": "1.9.0", "color-convert": "1.9.0",
"color-string": "0.3.0" "color-string": "0.3.0"
} }
@ -3102,7 +3102,7 @@
"is-tar": "1.0.0", "is-tar": "1.0.0",
"object-assign": "2.1.1", "object-assign": "2.1.1",
"strip-dirs": "1.1.1", "strip-dirs": "1.1.1",
"tar-stream": "1.5.4", "tar-stream": "1.5.5",
"through2": "0.6.5", "through2": "0.6.5",
"vinyl": "0.4.6" "vinyl": "0.4.6"
}, },
@ -3167,7 +3167,7 @@
"object-assign": "2.1.1", "object-assign": "2.1.1",
"seek-bzip": "1.0.5", "seek-bzip": "1.0.5",
"strip-dirs": "1.1.1", "strip-dirs": "1.1.1",
"tar-stream": "1.5.4", "tar-stream": "1.5.5",
"through2": "0.6.5", "through2": "0.6.5",
"vinyl": "0.4.6" "vinyl": "0.4.6"
}, },
@ -3231,7 +3231,7 @@
"is-gzip": "1.0.0", "is-gzip": "1.0.0",
"object-assign": "2.1.1", "object-assign": "2.1.1",
"strip-dirs": "1.1.1", "strip-dirs": "1.1.1",
"tar-stream": "1.5.4", "tar-stream": "1.5.5",
"through2": "0.6.5", "through2": "0.6.5",
"vinyl": "0.4.6" "vinyl": "0.4.6"
}, },
@ -5816,9 +5816,9 @@
"dev": true "dev": true
}, },
"gatsby": { "gatsby": {
"version": "1.9.110", "version": "1.9.115",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.110.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.115.tgz",
"integrity": "sha512-NGe2qZCAIgfjPJjH4hFK7wX1dGMD/TYB/LzsHvepyHXEP3QdJ9Pa8ixtPH5dnx8OBsPSyji6KFygxOmjCGw+Qg==", "integrity": "sha512-k6aYiU/f7LMow2ZlxafsPfPucZL47LcyEnpNPiJnN7RGIAWduxSMXMZQDigH2osrF8LKloTuMFo5dtmHxERIEA==",
"requires": { "requires": {
"async": "2.6.0", "async": "2.6.0",
"babel-code-frame": "6.26.0", "babel-code-frame": "6.26.0",
@ -5857,9 +5857,9 @@
"front-matter": "2.3.0", "front-matter": "2.3.0",
"fs-extra": "4.0.2", "fs-extra": "4.0.2",
"gatsby-1-config-css-modules": "1.0.6", "gatsby-1-config-css-modules": "1.0.6",
"gatsby-cli": "1.1.20", "gatsby-cli": "1.1.21",
"gatsby-module-loader": "1.0.7", "gatsby-module-loader": "1.0.8",
"gatsby-react-router-scroll": "1.0.3", "gatsby-react-router-scroll": "1.0.5",
"glob": "7.1.2", "glob": "7.1.2",
"graphql": "0.11.7", "graphql": "0.11.7",
"graphql-relay": "0.5.3", "graphql-relay": "0.5.3",
@ -5868,7 +5868,7 @@
"invariant": "2.2.2", "invariant": "2.2.2",
"is-relative": "0.2.1", "is-relative": "0.2.1",
"is-relative-url": "2.0.0", "is-relative-url": "2.0.0",
"joi": "9.2.0", "joi": "12.0.0",
"json-loader": "0.5.7", "json-loader": "0.5.7",
"json-stringify-safe": "5.0.1", "json-stringify-safe": "5.0.1",
"json5": "0.5.1", "json5": "0.5.1",
@ -5880,7 +5880,7 @@
"mitt": "1.1.2", "mitt": "1.1.2",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"moment": "2.19.2", "moment": "2.19.2",
"node-libs-browser": "2.0.0", "node-libs-browser": "2.1.0",
"normalize-path": "2.1.1", "normalize-path": "2.1.1",
"null-loader": "0.1.1", "null-loader": "0.1.1",
"opn": "5.1.0", "opn": "5.1.0",
@ -5896,7 +5896,7 @@
"react-dev-utils": "4.2.1", "react-dev-utils": "4.2.1",
"react-dom": "15.6.2", "react-dom": "15.6.2",
"react-error-overlay": "3.0.0", "react-error-overlay": "3.0.0",
"react-hot-loader": "3.1.2", "react-hot-loader": "3.1.3",
"react-router": "4.2.0", "react-router": "4.2.0",
"react-router-dom": "4.2.2", "react-router-dom": "4.2.2",
"redux": "3.7.2", "redux": "3.7.2",
@ -5924,9 +5924,9 @@
}, },
"dependencies": { "dependencies": {
"gatsby-cli": { "gatsby-cli": {
"version": "1.1.20", "version": "1.1.21",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.20.tgz", "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.21.tgz",
"integrity": "sha512-AITQ3lIVkaSEjL0gIjhdy6AO4dRvUa+hCvghj1OVYgLBSh90EGp/qXfxhtSCgmW9IlT/N5vIsDzpcVG05xktuA==", "integrity": "sha512-kXaAO2NZZTvXgTVuSj770vBkukkTTF1n6JbI1K9zBJ74Xc+JLyoLGUmPC73a4nGPODgE2z7XcXkCk4oLHY3Q4Q==",
"requires": { "requires": {
"babel-code-frame": "6.26.0", "babel-code-frame": "6.26.0",
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
@ -5957,9 +5957,9 @@
} }
}, },
"gatsby-link": { "gatsby-link": {
"version": "1.6.27", "version": "1.6.28",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-1.6.27.tgz", "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-1.6.28.tgz",
"integrity": "sha512-x7Lj0KJQQ+3AUEDPp5chV22F36Tpf/mU5C0kunvisPJYGjXF42p8r6H8mRW8RBzWEP8TTcXvmbhZ6GohTrNBxQ==", "integrity": "sha512-yY4cn1v5mmWccsSy5TRHM7qu0bJXipdUls6DuiCdmfF8TBw5auRk3416rTKpl2tOjmSrhC+d4vIzbIf1v71LGQ==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"prop-types": "15.5.10", "prop-types": "15.5.10",
@ -5967,9 +5967,9 @@
} }
}, },
"gatsby-module-loader": { "gatsby-module-loader": {
"version": "1.0.7", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/gatsby-module-loader/-/gatsby-module-loader-1.0.7.tgz", "resolved": "https://registry.npmjs.org/gatsby-module-loader/-/gatsby-module-loader-1.0.8.tgz",
"integrity": "sha512-70yD+wLDe9GbfcLaBgvlFFQQYQlgtatLlLfP0WxfIxbumAe5pBstCxNt4tuAyXKGtHuWVJEuIXA6VM+xIY3XWg==", "integrity": "sha512-oN9vyZfMPp9Ewqhn4zfokMy4dbmdChrop5HS9ecjSkAot+zGg06loQlBVrwwsD96GilA+F3agiP1HpRefIlLgw==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"loader-utils": "0.2.17" "loader-utils": "0.2.17"
@ -6013,9 +6013,9 @@
} }
}, },
"gatsby-plugin-sharp": { "gatsby-plugin-sharp": {
"version": "1.6.20", "version": "1.6.21",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.20.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.21.tgz",
"integrity": "sha512-23UX3dVMgCY5mGovjjUs7VSwY+TSW29yBLc5DdKaDj3OGzfvb9Yo2d8G5KWp7pwUr/TNlstD+rN1p8v2ZsThYw==", "integrity": "sha512-JSWX7eOTzg7afg3DxdU8iePE6AALUsbf1AfCMLJDlcsydMih78k3bZX9C87aqhAcb7ZtH3b4bga8GPlzbbPcKQ==",
"requires": { "requires": {
"async": "2.6.0", "async": "2.6.0",
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
@ -6042,9 +6042,9 @@
} }
}, },
"gatsby-react-router-scroll": { "gatsby-react-router-scroll": {
"version": "1.0.3", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.3.tgz", "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.5.tgz",
"integrity": "sha512-T4phbQ73WbwLqnS9kkTIlA5jsSmWt4wbwJgZ+LAgm86wc5ze4e58oPeoXfQfgV1j/QKmcW7NTDsXfsZQ3X9w0A==", "integrity": "sha512-0Vt6Uran2ec32jjyqGkL+kMxruNxWrmjLodXxZ02btochevlgt00/ymxWyauqLpt+2tlSGX4WF/8x+Z+XcNGaA==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"scroll-behavior": "0.9.5", "scroll-behavior": "0.9.5",
@ -6108,13 +6108,13 @@
} }
}, },
"gatsby-remark-images": { "gatsby-remark-images": {
"version": "1.5.31", "version": "1.5.32",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.31.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.32.tgz",
"integrity": "sha512-UQ2XR7l2aw+xE6YzddRbb9oBpirWT8JMy0/DQ0pt46UOQu2MHthrGmwwzlEo5YPut2taYML4wnfL58U8Nr/elw==", "integrity": "sha512-Rj9XVrJmZh73ZSTEZ+M0Bn/ZQO4U3o3xXs+Axn8LAy027FVL/0IOI1JIjKlkeRyzQbu97y8JVlmV7hWYUj2Csw==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"cheerio": "1.0.0-rc.2", "cheerio": "1.0.0-rc.2",
"gatsby-plugin-sharp": "1.6.20", "gatsby-plugin-sharp": "1.6.21",
"is-relative-url": "2.0.0", "is-relative-url": "2.0.0",
"lodash": "4.17.4", "lodash": "4.17.4",
"slash": "1.0.0", "slash": "1.0.0",
@ -6269,9 +6269,9 @@
} }
}, },
"gatsby-transformer-remark": { "gatsby-transformer-remark": {
"version": "1.7.20", "version": "1.7.21",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-1.7.20.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-1.7.21.tgz",
"integrity": "sha512-W5pJzG+AC6fAtzRyNqcjsVc7QJN0L4IICUk/dfRz//MhHzCXNPdE7fCdf6pR+tkadYWroG94DoefbOF/B1GA6Q==", "integrity": "sha512-fVb5l0/uCsbqGALdyeUJ7x4kXCCd7/x75KAtQtOpQF3JszwqOgDf0mYXOESDvBbi8EHFLFII+xKL26btS1r7wQ==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"bluebird": "3.5.0", "bluebird": "3.5.0",
@ -6287,15 +6287,15 @@
"retext-english": "3.0.0", "retext-english": "3.0.0",
"sanitize-html": "1.15.0", "sanitize-html": "1.15.0",
"underscore.string": "3.3.4", "underscore.string": "3.3.4",
"unified": "6.1.5", "unified": "6.1.6",
"unist-util-select": "1.5.0", "unist-util-select": "1.5.0",
"unist-util-visit": "1.1.3" "unist-util-visit": "1.1.3"
}, },
"dependencies": { "dependencies": {
"unified": { "unified": {
"version": "6.1.5", "version": "6.1.6",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.1.5.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
"integrity": "sha1-cWk3hyYhpjE15iztLzrGoGPG+4c=", "integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
"requires": { "requires": {
"bail": "1.0.2", "bail": "1.0.2",
"extend": "3.0.1", "extend": "3.0.1",
@ -6309,9 +6309,9 @@
} }
}, },
"gatsby-transformer-sharp": { "gatsby-transformer-sharp": {
"version": "1.6.13", "version": "1.6.14",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.13.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.14.tgz",
"integrity": "sha512-Qxmx6WmWngq0VbkdpqvK4v6hoEtG/bkfFznG6QDo/H8aeapoFf/+SBiYWPW2/LLgzlaZcnj0BZYhvfX8QmYHzQ==", "integrity": "sha512-9HzrPhKAbiL8JhevAiFXgw0uGjjfGLQDJtzwAxjgFJDx7hH15nuUvb10kD1emI+gUUniSjh62uRxbCQX16Wx4Q==",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"bluebird": "3.5.0", "bluebird": "3.5.0",
@ -6825,7 +6825,7 @@
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
"integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
"requires": { "requires": {
"clone": "1.0.2", "clone": "1.0.3",
"clone-stats": "0.0.1", "clone-stats": "0.0.1",
"replace-ext": "0.0.1" "replace-ext": "0.0.1"
} }
@ -7245,9 +7245,9 @@
} }
}, },
"https-browserify": { "https-browserify": {
"version": "0.0.1", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
"integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI=" "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
}, },
"iconv-lite": { "iconv-lite": {
"version": "0.4.19", "version": "0.4.19",
@ -7550,7 +7550,7 @@
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz", "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.0.10.tgz",
"integrity": "sha1-9zkzayYyNlBhqdSCcM1WrjNpMY4=", "integrity": "sha1-9zkzayYyNlBhqdSCcM1WrjNpMY4=",
"requires": { "requires": {
"ci-info": "1.1.1" "ci-info": "1.1.2"
} }
}, },
"is-cwebp-readable": { "is-cwebp-readable": {
@ -7914,9 +7914,12 @@
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
}, },
"isemail": { "isemail": {
"version": "2.2.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/isemail/-/isemail-2.2.1.tgz", "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.0.0.tgz",
"integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" "integrity": "sha512-rz0ng/c+fX+zACpLgDB8fnUQ845WSU06f4hlhk4K8TJxmR6f5hyvitu9a9JdMD7aq/P4E0XdG1uaab2OiXgHlA==",
"requires": {
"punycode": "2.1.0"
}
}, },
"isexe": { "isexe": {
"version": "2.0.0", "version": "2.0.0",
@ -7984,7 +7987,7 @@
"mime": "1.4.0", "mime": "1.4.0",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"pixelmatch": "4.0.2", "pixelmatch": "4.0.2",
"pngjs": "3.3.0", "pngjs": "3.3.1",
"read-chunk": "1.0.1", "read-chunk": "1.0.1",
"request": "2.83.0", "request": "2.83.0",
"stream-to-buffer": "0.1.0", "stream-to-buffer": "0.1.0",
@ -8005,14 +8008,12 @@
} }
}, },
"joi": { "joi": {
"version": "9.2.0", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/joi/-/joi-9.2.0.tgz", "resolved": "https://registry.npmjs.org/joi/-/joi-12.0.0.tgz",
"integrity": "sha1-M4WseQGSEwy+Iw6ALsAskhW7/to=", "integrity": "sha512-z0FNlV4NGgjQN1fdtHYXf5kmgludM65fG/JlXzU6+rwkt9U5UWuXVYnXa2FpK0u6+qBuCmrm5byPNuiiddAHvQ==",
"requires": { "requires": {
"hoek": "4.2.0", "hoek": "4.2.0",
"isemail": "2.2.1", "isemail": "3.0.0",
"items": "2.1.1",
"moment": "2.19.2",
"topo": "2.0.2" "topo": "2.0.2"
} }
}, },
@ -8657,9 +8658,9 @@
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=" "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc="
}, },
"longest-streak": { "longest-streak": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.1.tgz", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.2.tgz",
"integrity": "sha1-QtKRtUEeQDZcAOYxk0l+IkcxbjU=" "integrity": "sha512-TmYTeEYxiAmSVdpbnQDXGtvYOIRsCMg89CVZzwzc2o7GFL1CjoiRPjH5ec0NFAVlAx3fVof9dX/t6KKRAo2OWA=="
}, },
"loose-envify": { "loose-envify": {
"version": "1.3.1", "version": "1.3.1",
@ -9288,20 +9289,20 @@
"integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
}, },
"node-libs-browser": { "node-libs-browser": {
"version": "2.0.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.0.0.tgz", "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz",
"integrity": "sha1-o6WeyXAkmFtG6Vg3lkb5bEthZkY=", "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==",
"requires": { "requires": {
"assert": "1.4.1", "assert": "1.4.1",
"browserify-zlib": "0.1.4", "browserify-zlib": "0.2.0",
"buffer": "4.9.1", "buffer": "4.9.1",
"console-browserify": "1.1.0", "console-browserify": "1.1.0",
"constants-browserify": "1.0.0", "constants-browserify": "1.0.0",
"crypto-browserify": "3.12.0", "crypto-browserify": "3.12.0",
"domain-browser": "1.1.7", "domain-browser": "1.1.7",
"events": "1.1.1", "events": "1.1.1",
"https-browserify": "0.0.1", "https-browserify": "1.0.0",
"os-browserify": "0.2.1", "os-browserify": "0.3.0",
"path-browserify": "0.0.0", "path-browserify": "0.0.0",
"process": "0.11.10", "process": "0.11.10",
"punycode": "1.4.1", "punycode": "1.4.1",
@ -9309,7 +9310,7 @@
"readable-stream": "2.3.3", "readable-stream": "2.3.3",
"stream-browserify": "2.0.1", "stream-browserify": "2.0.1",
"stream-http": "2.7.2", "stream-http": "2.7.2",
"string_decoder": "0.10.31", "string_decoder": "1.0.3",
"timers-browserify": "2.0.4", "timers-browserify": "2.0.4",
"tty-browserify": "0.0.0", "tty-browserify": "0.0.0",
"url": "0.11.0", "url": "0.11.0",
@ -9317,10 +9318,10 @@
"vm-browserify": "0.0.4" "vm-browserify": "0.0.4"
}, },
"dependencies": { "dependencies": {
"string_decoder": { "punycode": {
"version": "0.10.31", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
} }
} }
}, },
@ -9694,9 +9695,9 @@
} }
}, },
"os-browserify": { "os-browserify": {
"version": "0.2.1", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz", "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
"integrity": "sha1-Y/xMzuXS13Y9Jrv4YBB45sLgBE8=" "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
}, },
"os-filter-obj": { "os-filter-obj": {
"version": "1.0.3", "version": "1.0.3",
@ -9811,9 +9812,9 @@
} }
}, },
"pako": { "pako": {
"version": "0.2.9", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
"integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=" "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg=="
}, },
"parse-asn1": { "parse-asn1": {
"version": "5.1.0", "version": "5.1.0",
@ -10097,7 +10098,7 @@
"resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz",
"integrity": "sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=", "integrity": "sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=",
"requires": { "requires": {
"pngjs": "3.3.0" "pngjs": "3.3.1"
} }
}, },
"pixrem": { "pixrem": {
@ -10115,7 +10116,7 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"requires": { "requires": {
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"electron-to-chromium": "1.3.27" "electron-to-chromium": "1.3.27"
} }
} }
@ -10198,9 +10199,9 @@
"dev": true "dev": true
}, },
"pngjs": { "pngjs": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.3.0.tgz", "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.3.1.tgz",
"integrity": "sha1-H1cwwYnJSTO4G+2iqy+OKFUmOo8=" "integrity": "sha512-ggXCTsqHRIsGMkHlCEhbHhUmNTA2r1lpkE0NL4Q9S8spkXbm4vE9TVmPso2AGYn90Gltdz8W5CyzhcIGg2Gejg=="
}, },
"pngquant-bin": { "pngquant-bin": {
"version": "3.1.1", "version": "3.1.1",
@ -10681,7 +10682,7 @@
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
"integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"requires": { "requires": {
"caniuse-db": "1.0.30000760", "caniuse-db": "1.0.30000766",
"electron-to-chromium": "1.3.27" "electron-to-chromium": "1.3.27"
} }
} }
@ -11300,23 +11301,23 @@
} }
}, },
"pump": { "pump": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz", "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.3.tgz",
"integrity": "sha1-Oz7mUS+U8OV1U4wXmV+fFpkKXVE=", "integrity": "sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==",
"requires": { "requires": {
"end-of-stream": "1.4.0", "end-of-stream": "1.4.0",
"once": "1.4.0" "once": "1.4.0"
} }
}, },
"punycode": { "punycode": {
"version": "1.4.1", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0="
}, },
"q": { "q": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
"integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE=" "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
}, },
"qs": { "qs": {
"version": "6.5.1", "version": "6.5.1",
@ -11588,9 +11589,9 @@
} }
}, },
"react-hot-loader": { "react-hot-loader": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-3.1.2.tgz", "resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-3.1.3.tgz",
"integrity": "sha512-dYCpizEIJyXzoXThSNGnmgjMYLg+jceTK5awYKfKtyeadXse8aw5PDOTwDtL99K66WYr4XvJQw/G1a0o3X78Ew==", "integrity": "sha512-d7nZf78irxoGN5PY4zd6CSgZiroOhvIWzRast3qwTn4sSnBwlt08kV8WMQ9mitmxEdlCTwZt+5ClrRSjxWguMQ==",
"requires": { "requires": {
"global": "4.3.2", "global": "4.3.2",
"react-deep-force-update": "2.1.1", "react-deep-force-update": "2.1.1",
@ -12052,7 +12053,7 @@
"requires": { "requires": {
"remark-parse": "3.0.1", "remark-parse": "3.0.1",
"remark-stringify": "3.0.1", "remark-stringify": "3.0.1",
"unified": "6.1.5" "unified": "6.1.6"
}, },
"dependencies": { "dependencies": {
"remark-parse": { "remark-parse": {
@ -12087,7 +12088,7 @@
"is-alphanumeric": "1.0.0", "is-alphanumeric": "1.0.0",
"is-decimal": "1.0.1", "is-decimal": "1.0.1",
"is-whitespace-character": "1.0.1", "is-whitespace-character": "1.0.1",
"longest-streak": "2.0.1", "longest-streak": "2.0.2",
"markdown-escapes": "1.0.1", "markdown-escapes": "1.0.1",
"markdown-table": "1.1.1", "markdown-table": "1.1.1",
"mdast-util-compact": "1.0.1", "mdast-util-compact": "1.0.1",
@ -12100,9 +12101,9 @@
} }
}, },
"unified": { "unified": {
"version": "6.1.5", "version": "6.1.6",
"resolved": "https://registry.npmjs.org/unified/-/unified-6.1.5.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-6.1.6.tgz",
"integrity": "sha1-cWk3hyYhpjE15iztLzrGoGPG+4c=", "integrity": "sha512-pW2f82bCIo2ifuIGYcV12fL96kMMYgw7JKVEgh7ODlrM9rj6vXSY3BV+H6lCcv1ksxynFf582hwWLnA1qRFy4w==",
"requires": { "requires": {
"bail": "1.0.2", "bail": "1.0.2",
"extend": "3.0.1", "extend": "3.0.1",
@ -12154,7 +12155,7 @@
"is-alphanumeric": "1.0.0", "is-alphanumeric": "1.0.0",
"is-decimal": "1.0.1", "is-decimal": "1.0.1",
"is-whitespace-character": "1.0.1", "is-whitespace-character": "1.0.1",
"longest-streak": "2.0.1", "longest-streak": "2.0.2",
"markdown-escapes": "1.0.1", "markdown-escapes": "1.0.1",
"markdown-table": "1.1.1", "markdown-table": "1.1.1",
"mdast-util-compact": "1.0.1", "mdast-util-compact": "1.0.1",
@ -14023,14 +14024,14 @@
"requires": { "requires": {
"chownr": "1.0.1", "chownr": "1.0.1",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"pump": "1.0.2", "pump": "1.0.3",
"tar-stream": "1.5.4" "tar-stream": "1.5.5"
} }
}, },
"tar-stream": { "tar-stream": {
"version": "1.5.4", "version": "1.5.5",
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.4.tgz", "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.5.tgz",
"integrity": "sha1-NlSc8E7RrumyowwBQyUiONr5QBY=", "integrity": "sha512-mQdgLPc/Vjfr3VWqWbfxW8yQNiJCbAZ+Gf6GDu1Cy0bdb33ofyiNGBtAY96jHFhDuivCwgW1H9DgTON+INiXgg==",
"requires": { "requires": {
"bl": "1.2.1", "bl": "1.2.1",
"end-of-stream": "1.4.0", "end-of-stream": "1.4.0",
@ -14251,6 +14252,13 @@
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=", "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
"requires": { "requires": {
"punycode": "1.4.1" "punycode": "1.4.1"
},
"dependencies": {
"punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
}
} }
}, },
"traceur": { "traceur": {
@ -15022,7 +15030,7 @@
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
"integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
"requires": { "requires": {
"clone": "1.0.2", "clone": "1.0.3",
"clone-stats": "0.0.1", "clone-stats": "0.0.1",
"replace-ext": "0.0.1" "replace-ext": "0.0.1"
}, },
@ -15140,7 +15148,7 @@
"requires": { "requires": {
"acorn": "3.3.0", "acorn": "3.3.0",
"async": "1.5.2", "async": "1.5.2",
"clone": "1.0.2", "clone": "1.0.3",
"enhanced-resolve": "0.9.1", "enhanced-resolve": "0.9.1",
"interpret": "0.6.6", "interpret": "0.6.6",
"loader-utils": "0.2.17", "loader-utils": "0.2.17",
@ -15168,6 +15176,14 @@
"inherits": "2.0.3" "inherits": "2.0.3"
} }
}, },
"browserify-zlib": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
"integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
"requires": {
"pako": "0.2.9"
}
},
"camelcase": { "camelcase": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
@ -15194,6 +15210,11 @@
"sha.js": "2.2.6" "sha.js": "2.2.6"
} }
}, },
"https-browserify": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz",
"integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI="
},
"node-libs-browser": { "node-libs-browser": {
"version": "0.7.0", "version": "0.7.0",
"resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.7.0.tgz", "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-0.7.0.tgz",
@ -15224,6 +15245,21 @@
"vm-browserify": "0.0.4" "vm-browserify": "0.0.4"
} }
}, },
"os-browserify": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz",
"integrity": "sha1-Y/xMzuXS13Y9Jrv4YBB45sLgBE8="
},
"pako": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
"integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU="
},
"punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
},
"ripemd160": { "ripemd160": {
"version": "0.2.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz", "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-0.2.0.tgz",
@ -15447,6 +15483,11 @@
"babel-runtime": "6.26.0" "babel-runtime": "6.26.0"
} }
}, },
"isemail": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/isemail/-/isemail-2.2.1.tgz",
"integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY="
},
"joi": { "joi": {
"version": "9.0.0-0", "version": "9.0.0-0",
"resolved": "https://registry.npmjs.org/joi/-/joi-9.0.0-0.tgz", "resolved": "https://registry.npmjs.org/joi/-/joi-9.0.0-0.tgz",

View file

@ -7,22 +7,22 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
}, },
"dependencies": { "dependencies": {
"gatsby": "^1.9.110", "gatsby": "^1.9.115",
"gatsby-link": "^1.6.27", "gatsby-link": "^1.6.28",
"gatsby-plugin-feed": "^1.3.13", "gatsby-plugin-feed": "^1.3.13",
"gatsby-plugin-google-analytics": "^1.0.12", "gatsby-plugin-google-analytics": "^1.0.12",
"gatsby-plugin-offline": "^1.0.10", "gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8", "gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.20", "gatsby-plugin-sharp": "^1.6.21",
"gatsby-plugin-typography": "^1.7.10", "gatsby-plugin-typography": "^1.7.10",
"gatsby-remark-copy-linked-files": "^1.5.21", "gatsby-remark-copy-linked-files": "^1.5.21",
"gatsby-remark-images": "^1.5.31", "gatsby-remark-images": "^1.5.32",
"gatsby-remark-prismjs": "^1.2.9", "gatsby-remark-prismjs": "^1.2.9",
"gatsby-remark-responsive-iframe": "^1.4.14", "gatsby-remark-responsive-iframe": "^1.4.14",
"gatsby-remark-smartypants": "^1.4.8", "gatsby-remark-smartypants": "^1.4.8",
"gatsby-source-filesystem": "^1.5.8", "gatsby-source-filesystem": "^1.5.8",
"gatsby-transformer-remark": "^1.7.20", "gatsby-transformer-remark": "^1.7.21",
"gatsby-transformer-sharp": "^1.6.13", "gatsby-transformer-sharp": "^1.6.14",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"react-responsive-grid": "^0.3.4", "react-responsive-grid": "^0.3.4",
"typeface-merriweather": "0.0.43", "typeface-merriweather": "0.0.43",