From 189dd9b14f9a808367f97d52271d400427cb28be Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 11 May 2020 02:08:21 -0400 Subject: [PATCH] chore(deps): bump gatsby-remark-katex to 3.3.1 --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 260b3ec..8e472f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 3ae3110..1b1a448 100644 --- a/package.json +++ b/package.json @@ -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",