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

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:08:21 -04:00
parent 0f860dfc34
commit 189dd9b14f
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -12552,13 +12552,23 @@
}
},
"gatsby-remark-katex": {
"version": "3.1.25",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.25.tgz",
"integrity": "sha512-cy3RMGasC3fqCeiMaeFmhb3sKroLpW9fcMooG/L9oZIqUVQxAdRXR09hlj3sx39s3bhcD24FcIF0FhvHjEeh7Q==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.3.1.tgz",
"integrity": "sha512-eKLCL6VBvRFAW9qw4Ubh0MnmUQLw9JZ0he4kFmXQaWlHzPReCfpy21xBxLSVE+wELaX16Ms+otVlNyn8PZBSKg==",
"requires": {
"@babel/runtime": "^7.7.6",
"@babel/runtime": "^7.9.6",
"remark-math": "^1.0.6",
"unist-util-visit": "^1.4.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-source-filesystem": {
+1 -1
View File
@@ -40,7 +40,7 @@
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-plugin-typescript": "^2.4.2",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.25",
"gatsby-remark-katex": "^3.3.1",
"gatsby-source-filesystem": "^2.1.51",
"gatsby-transformer-remark": "^2.6.56",
"gatsby-transformer-sharp": "^2.3.17",