diff --git a/package-lock.json b/package-lock.json index 03e085749b..56974ac2d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-burger-menu": "^3.0.9", "react-dom": "^18.2.0", "react-ga": "^3.3.1", - "react-helmet-async": "^1.3.0", + "react-helmet-async": "^2.0.1", "react-router-dom": "^6.19.0", "react-scripts": "^5.0.1" }, @@ -14717,8 +14717,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-fast-compare": { - "version": "3.2.0", - "license": "MIT" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-ga": { "version": "3.3.1", @@ -14730,14 +14731,12 @@ } }, "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==", "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": { @@ -28747,7 +28746,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-fast-compare": { - "version": "3.2.0" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "react-ga": { "version": "3.3.1", @@ -28756,14 +28757,12 @@ "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==", "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 05d2ec8b8e..fb73209e3b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-burger-menu": "^3.0.9", "react-dom": "^18.2.0", "react-ga": "^3.3.1", - "react-helmet-async": "^1.3.0", + "react-helmet-async": "^2.0.1", "react-router-dom": "^6.19.0", "react-scripts": "^5.0.1" },