Upgrade dependencies

This commit is contained in:
Kyle Mathews 2018-03-19 17:03:20 -07:00
parent 141fe0934b
commit 11f00bf7e9
2 changed files with 17 additions and 17 deletions

30
package-lock.json generated
View file

@ -2093,7 +2093,7 @@
"integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
"requires": { "requires": {
"base64-js": "1.2.3", "base64-js": "1.2.3",
"ieee754": "1.1.8", "ieee754": "1.1.10",
"isarray": "1.0.0" "isarray": "1.0.0"
} }
}, },
@ -3748,7 +3748,7 @@
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "7.0.56", "version": "7.0.56",
"resolved": "http://registry.npmjs.org/@types/node/-/node-7.0.56.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.56.tgz",
"integrity": "sha512-NgjN3xPyqbAXSIpznNAR5Cisx5uKqJWxcS9kefzSFEX/9J7O01/FHyfnvPI7SztBf9p6c8mqOn3olZWJx3ja6g==" "integrity": "sha512-NgjN3xPyqbAXSIpznNAR5Cisx5uKqJWxcS9kefzSFEX/9J7O01/FHyfnvPI7SztBf9p6c8mqOn3olZWJx3ja6g=="
}, },
"debug": { "debug": {
@ -6529,9 +6529,9 @@
"dev": true "dev": true
}, },
"gatsby": { "gatsby": {
"version": "1.9.236", "version": "1.9.238",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.236.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-1.9.238.tgz",
"integrity": "sha1-7ON4SqwFvjreWObrLpnFVXRk5lw=", "integrity": "sha1-uXNUII5gFAwtfyo2lJSyDoE49UA=",
"requires": { "requires": {
"async": "2.6.0", "async": "2.6.0",
"babel-code-frame": "6.26.0", "babel-code-frame": "6.26.0",
@ -6576,7 +6576,7 @@
"gatsby-cli": "1.1.46", "gatsby-cli": "1.1.46",
"gatsby-link": "1.6.39", "gatsby-link": "1.6.39",
"gatsby-module-loader": "1.0.11", "gatsby-module-loader": "1.0.11",
"gatsby-react-router-scroll": "1.0.13", "gatsby-react-router-scroll": "1.0.14",
"glob": "7.1.2", "glob": "7.1.2",
"graphql": "0.11.7", "graphql": "0.11.7",
"graphql-relay": "0.5.4", "graphql-relay": "0.5.4",
@ -6823,9 +6823,9 @@
} }
}, },
"gatsby-react-router-scroll": { "gatsby-react-router-scroll": {
"version": "1.0.13", "version": "1.0.14",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.13.tgz", "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.14.tgz",
"integrity": "sha1-0c/UPDNEl60XSulAnCS7XU3No6o=", "integrity": "sha1-fjtZwiZncgMMa/6qiRTHHdPBLFk=",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"scroll-behavior": "0.9.9", "scroll-behavior": "0.9.9",
@ -6934,9 +6934,9 @@
} }
}, },
"gatsby-remark-prismjs": { "gatsby-remark-prismjs": {
"version": "1.2.18", "version": "1.2.19",
"resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-1.2.18.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-1.2.19.tgz",
"integrity": "sha1-sYqRMP4REJXEtTq6QfI1xEC+IZc=", "integrity": "sha1-EZmtr/jIVWwhnxT8mfSpTNk26zg=",
"requires": { "requires": {
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"parse-numeric-range": "0.0.2", "parse-numeric-range": "0.0.2",
@ -8142,9 +8142,9 @@
"integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=" "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0="
}, },
"ieee754": { "ieee754": {
"version": "1.1.8", "version": "1.1.10",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.10.tgz",
"integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=" "integrity": "sha512-byWFX8OyW/qeVxcY21r6Ncxl0ZYHgnf0cPup2h34eHXrCJbOp7IuqnJ4Q0omfyWl6Z++BTI6bByf31pZt7iRLg=="
}, },
"ignore": { "ignore": {
"version": "3.3.7", "version": "3.3.7",

View file

@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
}, },
"dependencies": { "dependencies": {
"gatsby": "^1.9.236", "gatsby": "^1.9.238",
"gatsby-link": "^1.6.39", "gatsby-link": "^1.6.39",
"gatsby-plugin-feed": "^1.3.20", "gatsby-plugin-feed": "^1.3.20",
"gatsby-plugin-google-analytics": "^1.0.24", "gatsby-plugin-google-analytics": "^1.0.24",
@ -17,7 +17,7 @@
"gatsby-plugin-typography": "^1.7.18", "gatsby-plugin-typography": "^1.7.18",
"gatsby-remark-copy-linked-files": "^1.5.30", "gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.56", "gatsby-remark-images": "^1.5.56",
"gatsby-remark-prismjs": "^1.2.18", "gatsby-remark-prismjs": "^1.2.19",
"gatsby-remark-responsive-iframe": "^1.4.18", "gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12", "gatsby-remark-smartypants": "^1.4.12",
"gatsby-source-filesystem": "^1.5.27", "gatsby-source-filesystem": "^1.5.27",