From 7e942e65d13dd541607daef92e335f76c709314b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Oct 2020 04:54:02 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-mdx from 1.2.42 to 1.2.43 Snyk has created this PR to upgrade gatsby-plugin-mdx from 1.2.42 to 1.2.43. 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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 945ce93c8..8e7508c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14985,9 +14985,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.2.42", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.42.tgz", - "integrity": "sha512-f35xUY+6QTVfHVDrIYOQUo+l127LGlWqrvhyc9acJriIgjuy4VEQjqMUtPV94sOXsgMjjVXFFHQ8q/hCH9aCHg==", + "version": "1.2.43", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.43.tgz", + "integrity": "sha512-TXfYarUQCEPr8BRKejYOapUto0Hqdj/TqUW2yUE/hfCzhCxDWiv2mkYV435I/Cbw7lQvnMWrVtB+qEPZxrLrLQ==", "requires": { "@babel/core": "^7.11.6", "@babel/generator": "^7.11.6", @@ -15004,7 +15004,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.21", + "gatsby-core-utils": "^1.3.22", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -15958,9 +15958,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001148", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz", - "integrity": "sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==" + "version": "1.0.30001150", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001150.tgz", + "integrity": "sha512-kiNKvihW0m36UhAFnl7bOAv0i1K1f6wpfVtTF5O5O82XzgtBnb05V0XeV3oZ968vfg2sRNChsHw8ASH2hDfoYQ==" }, "core-js": { "version": "3.6.5", @@ -15976,9 +15976,9 @@ } }, "electron-to-chromium": { - "version": "1.3.582", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz", - "integrity": "sha512-0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww==" + "version": "1.3.583", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.583.tgz", + "integrity": "sha512-L9BwLwJohjZW9mQESI79HRzhicPk1DFgM+8hOCfGgGCFEcA3Otpv7QK6SGtYoZvfQfE3wKLh0Hd5ptqUFv3gvQ==" }, "escalade": { "version": "3.1.1", diff --git a/package.json b/package.json index 8bd759508..b40fe93ac 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-plugin-google-tagmanager": "^2.3.5", "gatsby-plugin-layout": "^1.3.10", "gatsby-plugin-manifest": "^2.4.20", - "gatsby-plugin-mdx": "^1.2.42", + "gatsby-plugin-mdx": "^1.2.43", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-newrelic": "newrelic/gatsby-plugin-newrelic.git#5cd42e832f0588764dc332ce7ebd05794de5106a", "gatsby-plugin-offline": "^3.2.17",