upgrade dependencies

This commit is contained in:
Kyle Mathews 2017-11-07 13:40:40 -08:00
parent 1579cd4f6e
commit 6a8ebec531
3 changed files with 101 additions and 66 deletions

149
package-lock.json generated
View file

@ -323,9 +323,9 @@
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
},
"async": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz",
"integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
"integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
"requires": {
"lodash": "4.17.4"
}
@ -3343,9 +3343,9 @@
}
},
"detect-port": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.2.1.tgz",
"integrity": "sha512-2KWLTLsfpi/oYPGNBEniPcFzr1GW/s+Xq/4hJmTQRdE8ULuRwGnRPuVhS/cf+Z4ZEXNo7EO2f6oydHJQd94KMg==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.2.2.tgz",
"integrity": "sha512-06H99JMCwgbYbA+codm97aBhFLAjABftetp+v+Z88Pvvlkawp2N+1bP/9J24+mihrvk9yBvUYTyIj3NixG1CsA==",
"requires": {
"address": "1.0.3",
"debug": "2.6.9"
@ -4596,11 +4596,27 @@
}
},
"front-matter": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/front-matter/-/front-matter-2.2.0.tgz",
"integrity": "sha1-NSBfZ1IkMLEhPvJhSeywaFef44o=",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/front-matter/-/front-matter-2.3.0.tgz",
"integrity": "sha1-cgOviWzjV+4E4qpFFp6pHtf2dQQ=",
"requires": {
"js-yaml": "3.7.0"
"js-yaml": "3.10.0"
},
"dependencies": {
"esprima": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz",
"integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw=="
},
"js-yaml": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz",
"integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==",
"requires": {
"argparse": "1.0.9",
"esprima": "4.0.0"
}
}
}
},
"fs-exists-sync": {
@ -5430,11 +5446,11 @@
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
},
"gatsby": {
"version": "1.9.99",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.99.tgz",
"integrity": "sha512-tewzrsC590UWekHWoWiJal1WZQ4vleRWxECc5DHCbpNu9+ph7efzmTSd/8jP9Le564opWMc8Uh+9zbqjb2NjVQ==",
"version": "1.9.102",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.102.tgz",
"integrity": "sha512-6yRvqZP7+8QF3/Ka9Y6icu96tdl0Co7i9h4FMZcJYnILnamSI/p3IKsGYg46MRsIsVIxqHqhZuE5+6bbPogeMA==",
"requires": {
"async": "2.5.0",
"async": "2.6.0",
"babel-code-frame": "6.26.0",
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
@ -5459,7 +5475,7 @@
"css-loader": "0.26.4",
"debug": "2.6.9",
"del": "3.0.0",
"detect-port": "1.2.1",
"detect-port": "1.2.2",
"domready": "1.0.8",
"dotenv": "4.0.0",
"express": "4.16.2",
@ -5468,10 +5484,10 @@
"file-loader": "0.9.0",
"flat": "2.0.1",
"friendly-errors-webpack-plugin": "1.6.1",
"front-matter": "2.2.0",
"front-matter": "2.3.0",
"fs-extra": "4.0.2",
"gatsby-1-config-css-modules": "1.0.5",
"gatsby-cli": "1.1.19",
"gatsby-1-config-css-modules": "1.0.6",
"gatsby-cli": "1.1.20",
"gatsby-module-loader": "1.0.7",
"gatsby-react-router-scroll": "1.0.3",
"glob": "7.1.2",
@ -5538,9 +5554,9 @@
},
"dependencies": {
"gatsby-cli": {
"version": "1.1.19",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.19.tgz",
"integrity": "sha512-152cCJwt4u3hVaCJo8+xl7es5J0kAQBDzCFw3T/OFfXljp37RRh4wz+01Mu7qQ53Z4+2019r80RE9M/WtSGZvQ==",
"version": "1.1.20",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-1.1.20.tgz",
"integrity": "sha512-AITQ3lIVkaSEjL0gIjhdy6AO4dRvUa+hCvghj1OVYgLBSh90EGp/qXfxhtSCgmW9IlT/N5vIsDzpcVG05xktuA==",
"requires": {
"babel-code-frame": "6.26.0",
"babel-runtime": "6.26.0",
@ -5563,9 +5579,9 @@
}
},
"gatsby-1-config-css-modules": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/gatsby-1-config-css-modules/-/gatsby-1-config-css-modules-1.0.5.tgz",
"integrity": "sha512-fwSslWElc10QyQga/WDpm6wCuK6fv3+yq5UJTv+KQQzqPkQdlvjZvUzEaD7Z945JO/LP0odphssvafG05HT0IQ==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/gatsby-1-config-css-modules/-/gatsby-1-config-css-modules-1.0.6.tgz",
"integrity": "sha512-+IzDNEnV6VnrIyOaAPCUvRx4c13mk3lxrhE3eDAji+b0gLDC4d+dRo9muJGkpioihTO2xAsWHuiUmEnbvj78Yw==",
"requires": {
"babel-runtime": "6.26.0"
}
@ -5590,9 +5606,9 @@
}
},
"gatsby-plugin-google-analytics": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.11.tgz",
"integrity": "sha512-yLgr2Cs8CTzb4SRkw7E7augAz6QwhFx7IWmlB9Icr7TyCBT3Q66rezLPvRyF5QnKdFT2vqULZRj78LDbXvrsaA==",
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.12.tgz",
"integrity": "sha512-QRmYpwe9dXEMlyj3RcIUtWlE+2Ll4YQDJwEnbmXOnGoigVO8XyiQ3Vm23cXdKF2A9X0qpOz0cIW8uReJruB+3w==",
"requires": {
"babel-runtime": "6.26.0"
}
@ -5616,11 +5632,11 @@
}
},
"gatsby-plugin-sharp": {
"version": "1.6.19",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.19.tgz",
"integrity": "sha512-Mf2bscKx20hYx/37nmfzCDUUzmg9yJCnoc1Ha3cg8tRJyjHX+MEpC19cDDkRLdBtiBwN4Qtmn/KibnC5tBkhNA==",
"version": "1.6.20",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.20.tgz",
"integrity": "sha512-23UX3dVMgCY5mGovjjUs7VSwY+TSW29yBLc5DdKaDj3OGzfvb9Yo2d8G5KWp7pwUr/TNlstD+rN1p8v2ZsThYw==",
"requires": {
"async": "2.5.0",
"async": "2.6.0",
"babel-runtime": "6.26.0",
"bluebird": "3.5.0",
"image-size": "0.5.5",
@ -5710,13 +5726,13 @@
}
},
"gatsby-remark-images": {
"version": "1.5.30",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.30.tgz",
"integrity": "sha512-mCEJv9BqvwjyzGHgzE0wHp4SI1SyVEyeL41wD4pCpunWPbzU+S9eI/Aw2P3pMaKotdRDp3sXvpCkfzv9Gc4FVQ==",
"version": "1.5.31",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-1.5.31.tgz",
"integrity": "sha512-UQ2XR7l2aw+xE6YzddRbb9oBpirWT8JMy0/DQ0pt46UOQu2MHthrGmwwzlEo5YPut2taYML4wnfL58U8Nr/elw==",
"requires": {
"babel-runtime": "6.26.0",
"cheerio": "1.0.0-rc.2",
"gatsby-plugin-sharp": "1.6.19",
"gatsby-plugin-sharp": "1.6.20",
"is-relative-url": "2.0.0",
"lodash": "4.17.4",
"slash": "1.0.0",
@ -5771,9 +5787,9 @@
}
},
"gatsby-remark-responsive-iframe": {
"version": "1.4.13",
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-1.4.13.tgz",
"integrity": "sha512-TvRdPc1nubDKpP11lN344DuQJsCur5ezzfF5CrUWoc5LCPtUHJ8l+PyotOn5MY2YZ8isVp1UGgVXiglJgRm7Iw==",
"version": "1.4.14",
"resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-1.4.14.tgz",
"integrity": "sha512-GTDATNIUngcnHfEV4tXKKaz080pqofJHjub2bgqy4JO5uxSLRwXWLwYj+kQ5exlUHAmYBJX4i1UoZUQ8KxiIhQ==",
"requires": {
"babel-runtime": "6.26.0",
"bluebird": "3.5.0",
@ -5830,9 +5846,9 @@
}
},
"gatsby-source-filesystem": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.7.tgz",
"integrity": "sha512-PmLcMtGUTQAcY99RVg8Kx/foY0VGaSodg7JWCXqOBKb3opjWg8CdkragpCBX+/Y/WD7X/mwjQjxHGc0PVuUg6A==",
"version": "1.5.8",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.8.tgz",
"integrity": "sha512-QVZ2KDUJLCmQna7iPpAPregO2DxLeKfnYfaj5TkiHqvo4n2llAq5sdQOsfkTI50j1bl6zC4yKT31DiGu8gdwQA==",
"requires": {
"babel-cli": "6.26.0",
"babel-runtime": "6.26.0",
@ -5871,9 +5887,9 @@
}
},
"gatsby-transformer-remark": {
"version": "1.7.19",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-1.7.19.tgz",
"integrity": "sha512-Tlbr2A8SGiEtM4rT2DYXZ8k4f0IaOH+pgGAx2ulVb2g7VaWyvcDlL7l46/yyZ+8cI1HXypvWBhnKZGxWWR0NSw==",
"version": "1.7.20",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-1.7.20.tgz",
"integrity": "sha512-W5pJzG+AC6fAtzRyNqcjsVc7QJN0L4IICUk/dfRz//MhHzCXNPdE7fCdf6pR+tkadYWroG94DoefbOF/B1GA6Q==",
"requires": {
"babel-runtime": "6.26.0",
"bluebird": "3.5.0",
@ -5887,7 +5903,7 @@
"remark-retext": "3.1.0",
"remark-stringify": "4.0.0",
"retext-english": "3.0.0",
"sanitize-html": "1.14.1",
"sanitize-html": "1.15.0",
"underscore.string": "3.3.4",
"unified": "6.1.5",
"unist-util-select": "1.5.0",
@ -8009,6 +8025,11 @@
"lodash._root": "3.0.1"
}
},
"lodash.escaperegexp": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz",
"integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c="
},
"lodash.filter": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz",
@ -10665,9 +10686,9 @@
"integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks="
},
"prettier": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.7.4.tgz",
"integrity": "sha1-XoYkrpNjyA+V7GRFhOzfVddPk/o=",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.8.1.tgz",
"integrity": "sha512-YD5mApxnu/o/u7kiy5C4ouMfzJMXGEQdHyGHtQd0KwN/CrwTwD8RuTNzpInZEYZn9S8m10zDvVT5gAO4pp+0FA==",
"dev": true
},
"pretty-bytes": {
@ -11451,11 +11472,6 @@
"extend-shallow": "2.0.1"
}
},
"regexp-quote": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz",
"integrity": "sha1-Hg9GUMhi3L/tVP1CsUjpuxch/PI="
},
"regexpu-core": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
@ -12022,12 +12038,13 @@
}
},
"sanitize-html": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.14.1.tgz",
"integrity": "sha1-cw/6Ikm98YMz7/5FsoYXPJxa0Lg=",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.15.0.tgz",
"integrity": "sha512-1jWLToWx8ZV53Z1Jg+2fHl8dNFsxvQt2Cmrk4o/z1+MUdB5EXSU0QVuzlGGhfp7cQrYbEEfMO/TUWHfkBUqujQ==",
"requires": {
"htmlparser2": "3.9.2",
"regexp-quote": "0.0.0",
"lodash.escaperegexp": "4.1.2",
"srcset": "1.0.0",
"xtend": "4.0.1"
},
"dependencies": {
@ -12229,6 +12246,15 @@
"supports-color": "4.5.0"
}
},
"detect-port": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.2.1.tgz",
"integrity": "sha512-2KWLTLsfpi/oYPGNBEniPcFzr1GW/s+Xq/4hJmTQRdE8ULuRwGnRPuVhS/cf+Z4ZEXNo7EO2f6oydHJQd94KMg==",
"requires": {
"address": "1.0.3",
"debug": "2.6.9"
}
},
"has-flag": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
@ -12768,6 +12794,15 @@
"lpad-align": "1.1.2"
}
},
"srcset": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/srcset/-/srcset-1.0.0.tgz",
"integrity": "sha1-pWad4StC87HV6D7QPHEEb8SPQe8=",
"requires": {
"array-uniq": "1.0.3",
"number-is-nan": "1.0.1"
}
},
"sshpk": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",