From cc7f3ddc9b3872aa6b558c50dcdefc23f56181cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Aug 2020 04:52:11 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-mdx from 1.2.29 to 1.2.30 Snyk has created this PR to upgrade gatsby-plugin-mdx from 1.2.29 to 1.2.30. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-mdx See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/868cac7a-942a-4cb5-a87b-05381c8ca7ec?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e26fa825..64febf8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13410,9 +13410,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.2.29", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.29.tgz", - "integrity": "sha512-MGoowrqWoWgf+G67z5AHJK35t8PLqHNl/edRYwXyRugodV6V/RTcEiFpgzPXSITcKAw/7W7WWdXpK6DIGsMXhQ==", + "version": "1.2.30", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.30.tgz", + "integrity": "sha512-QhiiwyvPglCpG2FC/Qxk+ZiJhwK0PfQ+7I3lBrDPGWax+sIq3ZZzbhnd2Bjb3nBwFZFFVGAdCSHfqdFZM1W7IQ==", "requires": { "@babel/core": "^7.10.3", "@babel/generator": "^7.10.3", @@ -14375,9 +14375,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001114", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001114.tgz", - "integrity": "sha512-ml/zTsfNBM+T1+mjglWRPgVsu2L76GAaADKX5f4t0pbhttEp0WMawJsHDYlFkVZkoA+89uvBRrVrEE4oqenzXQ==" + "version": "1.0.30001116", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001116.tgz", + "integrity": "sha512-f2lcYnmAI5Mst9+g0nkMIznFGsArRmZ0qU+dnq8l91hymdc2J3SFbiPhOJEeDqC1vtE8nc1qNQyklzB8veJefQ==" }, "core-js": { "version": "3.6.5", @@ -14393,9 +14393,9 @@ } }, "electron-to-chromium": { - "version": "1.3.533", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.533.tgz", - "integrity": "sha512-YqAL+NXOzjBnpY+dcOKDlZybJDCOzgsq4koW3fvyty/ldTmsb4QazZpOWmVvZ2m0t5jbBf7L0lIGU3BUipwG+A==" + "version": "1.3.537", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.537.tgz", + "integrity": "sha512-v1jGX46P9vq1XvCBFJ7T7rHd2kMuSrCHnYvO0TqNoURYt7VoxCnqo5+W84s0jlnq0iQUPk5H2D01RfL4ENe2CA==" }, "escalade": { "version": "3.0.2", diff --git a/package.json b/package.json index 04efa5f75..9ad850ebb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-emotion": "^4.3.10", "gatsby-plugin-layout": "^1.3.10", "gatsby-plugin-manifest": "^2.4.19", - "gatsby-plugin-mdx": "^1.2.29", + "gatsby-plugin-mdx": "^1.2.30", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.17", "gatsby-plugin-react-helmet": "^3.3.10",