mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-remark-katex to 3.1.20
This commit is contained in:
Generated
+14
-4
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user