From 44002ff889f3d5265891fd1424d387543a3b319d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jan 2025 16:40:00 +0000 Subject: [PATCH] fix: upgrade katex from 0.12.0 to 0.16.19 Snyk has created this PR to upgrade katex from 0.12.0 to 0.16.19. See this package in npm: katex See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/f23cc0e6-da15-4382-9a2a-9d90b0b47fe2?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/using-remark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index 94a926df63bae..701a74e265a29 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -28,7 +28,7 @@ "gatsby-transformer-sharp": "next", "gatsby-transformer-yaml": "next", "glamor": "^2.20.40", - "katex": "^0.12.0", + "katex": "^0.16.19", "lodash": "^4.17.20", "lodash-id": "^0.14.0", "lodash-webpack-plugin": "^0.11.5",