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

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 04:03:42 -05:00
parent f9812dbf39
commit 14a3f8881a
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11467,13 +11467,23 @@
}
},
"gatsby-remark-katex": {
"version": "3.1.15",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.15.tgz",
"integrity": "sha512-ckt27vrW1k9qYQlR2pt21uhEAGkU9VjgnX5GTeXSb5Zz24EySwOG0jmhB4rKJ5XOXr26ueOZtHa5H6L+g0JGkw==",
"version": "3.1.17",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.17.tgz",
"integrity": "sha512-ikoWq1ndaI4B6AgPPidwi9couVVYls7a+IUwVDfHxT7zIPgpyswPYaLBoJ1E5o9rEsAHHHzVmWr234xrgC14fA==",
"requires": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"remark-math": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-source-filesystem": {
+1 -1
View File
@@ -42,7 +42,7 @@
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-plugin-typescript": "^2.1.19",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.15",
"gatsby-remark-katex": "^3.1.17",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",