From 984b9946b03594aba829d6437257bf7eeaadf159 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jul 2020 04:52:01 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-mdx from 1.2.19 to 1.2.21 Snyk has created this PR to upgrade gatsby-plugin-mdx from 1.2.19 to 1.2.21. 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 | 33 +++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f3013aec..9ab173b85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13120,9 +13120,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.2.19", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.19.tgz", - "integrity": "sha512-bRtAiTN/8jLBb64E6KUFmRPhzpxs5xL/d1d8zS+DIyhlizwnIwodn49QBH8NWZ6z6nPC7gJKq3ly5EWAg78sfg==", + "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==", "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.8", + "gatsby-core-utils": "^1.3.10", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -14070,9 +14070,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001104", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001104.tgz", - "integrity": "sha512-pkpCg7dmI/a7WcqM2yfdOiT4Xx5tzyoHAXWsX5/HxZ3TemwDZs0QXdqbE0UPLPVy/7BeK7693YfzfRYfu1YVpg==" + "version": "1.0.30001105", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001105.tgz", + "integrity": "sha512-JupOe6+dGMr7E20siZHIZQwYqrllxotAhiaej96y6x00b/48rPt42o+SzOSCPbrpsDWvRja40Hwrj0g0q6LZJg==" }, "debug": { "version": "4.1.1", @@ -14083,9 +14083,22 @@ } }, "electron-to-chromium": { - "version": "1.3.502", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.502.tgz", - "integrity": "sha512-TIeXOaHAvfP7FemGUtAJxStmOc1YFGWFNqdey/4Nk41L9b1nMmDVDGNMIWhZJvOfJxix6Cv5FGEnBK+yvw3UTg==" + "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==" + }, + "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==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } }, "mdast-util-toc": { "version": "3.1.0", diff --git a/package.json b/package.json index 0a350634a..8af447bf6 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.19", + "gatsby-plugin-mdx": "^1.2.21", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.2.11", "gatsby-plugin-react-helmet": "^3.3.4",