From 9b952a8748ca1f6fe95437e9c6a1856a0b654503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:07:49 +0000 Subject: [PATCH] Bump react-helmet-async from 1.3.0 to 2.0.1 Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async) from 1.3.0 to 2.0.1. - [Release notes](https://github.com/staylor/react-helmet-async/releases) - [Commits](https://github.com/staylor/react-helmet-async/commits) --- updated-dependencies: - dependency-name: react-helmet-async dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6efa8a0a..c9569a903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "react": "~18.2.0", "react-dom": "~18.2.0", "react-feather": "~2.0.10", - "react-helmet-async": "~1.3.0", + "react-helmet-async": "~2.0.1", "react-mathjax": "~1.0.1", "react-number-format": "~5.3.1", "react-redux": "~7.2.9", @@ -11592,15 +11592,13 @@ } }, "node_modules/react-helmet-async": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", - "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.1.tgz", + "integrity": "sha512-SFvEqfhFpLr5xqU6fWFb8wjVPjOR4A5skkNVNN5gAr/QeHutfDe4m1Cdo521umTiFRAY8hDOcl4xJO8sXN1n2Q==", "dev": true, "dependencies": { - "@babel/runtime": "^7.12.5", "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", + "react-fast-compare": "^3.2.2", "shallowequal": "^1.1.0" }, "peerDependencies": { @@ -23455,15 +23453,13 @@ "requires": {} }, "react-helmet-async": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", - "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.1.tgz", + "integrity": "sha512-SFvEqfhFpLr5xqU6fWFb8wjVPjOR4A5skkNVNN5gAr/QeHutfDe4m1Cdo521umTiFRAY8hDOcl4xJO8sXN1n2Q==", "dev": true, "requires": { - "@babel/runtime": "^7.12.5", "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", + "react-fast-compare": "^3.2.2", "shallowequal": "^1.1.0" } }, diff --git a/package.json b/package.json index 4bf621bf1..0ebefb89a 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "react": "~18.2.0", "react-dom": "~18.2.0", "react-feather": "~2.0.10", - "react-helmet-async": "~1.3.0", + "react-helmet-async": "~2.0.1", "react-mathjax": "~1.0.1", "react-number-format": "~5.3.1", "react-redux": "~7.2.9",