From c5a7e0b575f77b62061599efbc65c2fbe65d33c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jul 2020 04:52:16 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-mdx from 1.2.21 to 1.2.22 Snyk has created this PR to upgrade gatsby-plugin-mdx from 1.2.21 to 1.2.22. 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 | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1f7585ab..5a149457f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13120,9 +13120,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.2.21", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.21.tgz", - "integrity": "sha512-RoMpr6lGYVZgx1GbdA0dpJRu+lt5SCP2qGFhF2r6fFrDkPPhgwbxyb/ZjcI1Nol3PC+Mh98tkJ/mNOPSyo7UTA==", + "version": "1.2.22", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.22.tgz", + "integrity": "sha512-SBWP+ew9tygf0EVnOAqd2fqeHN8DceBGamEgNXeohay8XR33itcp/dE3j9p8ULwgOJtAqB+GDdBEzxUt2t9zoQ==", "requires": { "@babel/core": "^7.10.3", "@babel/generator": "^7.10.3", @@ -13139,7 +13139,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.10", + "gatsby-core-utils": "^1.3.11", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -14070,9 +14070,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001105", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001105.tgz", - "integrity": "sha512-JupOe6+dGMr7E20siZHIZQwYqrllxotAhiaej96y6x00b/48rPt42o+SzOSCPbrpsDWvRja40Hwrj0g0q6LZJg==" + "version": "1.0.30001107", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz", + "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==" }, "debug": { "version": "4.1.1", @@ -14083,14 +14083,14 @@ } }, "electron-to-chromium": { - "version": "1.3.504", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.504.tgz", - "integrity": "sha512-yOXnuPaaLAIZUVuXHYDCo3EeaiEfbFgYWCPH1tBMp+jznCq/zQYKnf6HmkKBmLJ0VES81avl18JZO1lx/XAHOw==" + "version": "1.3.510", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.510.tgz", + "integrity": "sha512-sLtGB0znXdmo6lM8hy5wTVo+fLqvIuO8hEpgc0DvPmFZqvBu/WB7AarEwhxVKjf3rVbws/rC8Xf+AlsOb36lJQ==" }, "gatsby-core-utils": { - "version": "1.3.13", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.13.tgz", - "integrity": "sha512-2I8stv39t89fEbZ08VP5TsmlmB+0Jog4OH6ebf4+yaKxPjQCOEtui8TzMqJteqrIUhqV4gMzCgG4cZlRmbRqgQ==", + "version": "1.3.14", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.14.tgz", + "integrity": "sha512-jfC+x5rrYUfl70MHRLsOtsXqdlqIbQGVDKXrvp6IPIUP8TKU6XIpYktF0Yd4ldJIWmGZTa062RWUOd2DFBHVSw==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -14112,9 +14112,9 @@ } }, "node-releases": { - "version": "1.1.59", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.59.tgz", - "integrity": "sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw==" + "version": "1.1.60", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.60.tgz", + "integrity": "sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==" }, "unified": { "version": "8.4.2", diff --git a/package.json b/package.json index 682f16cf9..de0c31d81 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-emotion": "^4.3.9", "gatsby-plugin-layout": "^1.3.10", "gatsby-plugin-manifest": "^2.4.12", - "gatsby-plugin-mdx": "^1.2.21", + "gatsby-plugin-mdx": "^1.2.22", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.11", "gatsby-plugin-react-helmet": "^3.3.4",