From d62368f9f7f9d954b041543aae93f47f00477cda Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 23 Oct 2019 11:34:33 -0400 Subject: [PATCH] chore(deps): bump gatsby-remark-katex to 3.1.15 --- package-lock.json | 18 ++++-------------- package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ed8949..93b41a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9387,23 +9387,13 @@ } }, "gatsby-remark-katex": { - "version": "3.1.12", - "resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.12.tgz", - "integrity": "sha512-hxxBGkahZ5oENWe0yLmL2Iie2wG1X296HG+L8lvMtvIa29EmO7op6lxe/4OUPFeBCtOs+TpKSwF54C9UFy/W3g==", + "version": "3.1.15", + "resolved": "https://registry.npmjs.org/gatsby-remark-katex/-/gatsby-remark-katex-3.1.15.tgz", + "integrity": "sha512-ckt27vrW1k9qYQlR2pt21uhEAGkU9VjgnX5GTeXSb5Zz24EySwOG0jmhB4rKJ5XOXr26ueOZtHa5H6L+g0JGkw==", "requires": { - "@babel/runtime": "^7.6.2", + "@babel/runtime": "^7.6.3", "remark-math": "^1.0.6", "unist-util-visit": "^1.4.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - } } }, "gatsby-source-filesystem": { diff --git a/package.json b/package.json index 058b9e8..3cde596 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gatsby-plugin-styled-components": "^3.1.11", "gatsby-plugin-typescript": "^2.1.15", "gatsby-remark-auto-headers": "^1.0.3", - "gatsby-remark-katex": "^3.1.12", + "gatsby-remark-katex": "^3.1.15", "gatsby-source-filesystem": "^2.1.30", "gatsby-transformer-remark": "^2.6.27", "gatsby-transformer-sharp": "^2.2.20",