chore(deps): bump gatsby-remark-katex to 3.1.20

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:09:33 -05:00
parent 5d8e70a7f3
commit 3daa346109
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11942,13 +11942,23 @@
}
},
"gatsby-remark-katex": {
"version": "3.1.17",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.17.tgz",
"integrity": "sha512-ikoWq1ndaI4B6AgPPidwi9couVVYls7a+IUwVDfHxT7zIPgpyswPYaLBoJ1E5o9rEsAHHHzVmWr234xrgC14fA==",
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.20.tgz",
"integrity": "sha512-etLKHMqOGGdiYI56m2l3rRyk83EqEkiAQSeO/lutQdVa5yjK9DkMsJk2pcvfUY4LWu6/+W0Xw4dBw5P75uKbfw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.6",
"remark-math": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz",
"integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-source-filesystem": {
+1 -1
View File
@@ -42,7 +42,7 @@
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-plugin-typescript": "^2.1.23",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.17",
"gatsby-remark-katex": "^3.1.20",
"gatsby-source-filesystem": "^2.1.38",
"gatsby-transformer-remark": "^2.6.37",
"gatsby-transformer-sharp": "^2.3.5",