From 7cfcf1b449341fdc2bc7bf4b7af36dcd04f5f071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jun 2020 02:46:53 +0000 Subject: [PATCH] fix: upgrade react-helmet from 6.0.0 to 6.1.0 Snyk has created this PR to upgrade react-helmet from 6.0.0 to 6.1.0. See this package in NPM: https://www.npmjs.com/package/react-helmet See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/7fcca766-b226-4202-a6f2-d2d816b1e69d?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3459cc5d5..e48156ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25949,18 +25949,18 @@ "integrity": "sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw==" }, "react-fast-compare": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", + "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-helmet": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.0.0.tgz", - "integrity": "sha512-My6S4sa0uHN/IuVUn0HFmasW5xj9clTkB9qmMngscVycQ5vVG51Qp44BEvLJ4lixupTwDlU9qX1/sCrMN4AEPg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz", + "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==", "requires": { "object-assign": "^4.1.1", "prop-types": "^15.7.2", - "react-fast-compare": "^2.0.4", + "react-fast-compare": "^3.1.1", "react-side-effect": "^2.1.0" } }, diff --git a/package.json b/package.json index 09a6d639d..cbc108082 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-helmet": "^6.0.0", + "react-helmet": "^6.1.0", "react-live": "^2.2.2", "react-markdown": "^4.3.1", "react-middle-ellipsis": "^1.1.0",