From 882fb9d2673b783839225b75d6f8a1d6c3278e0d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 4 Dec 2022 13:12:06 +0000
Subject: [PATCH] chore(deps-dev): bump @types/react-helmet from 6.1.5 to 6.1.6
 (#8675)

Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)

---
updated-dependencies:
- dependency-name: "@types/react-helmet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
---
 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 62f587f580..f895781b45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -66,7 +66,7 @@
         "@types/lodash.groupby": "^4.6.7",
         "@types/mocha": "^10.0.0",
         "@types/node": "^16.7.10",
-        "@types/react-helmet": "^6.1.5",
+        "@types/react-helmet": "^6.1.6",
         "@types/react-modal": "^3.13.1",
         "@types/react-select": "^4.0.17",
         "@types/styled-components": "5.1.26",
@@ -5754,9 +5754,9 @@
       }
     },
     "node_modules/@types/react-helmet": {
-      "version": "6.1.5",
-      "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.5.tgz",
-      "integrity": "sha512-/ICuy7OHZxR0YCAZLNg9r7I9aijWUWvxaPR6uTuyxe8tAj5RL4Sw1+R6NhXUtOsarkGYPmaHdBDvuXh2DIN/uA==",
+      "version": "6.1.6",
+      "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.6.tgz",
+      "integrity": "sha512-ZKcoOdW/Tg+kiUbkFCBtvDw0k3nD4HJ/h/B9yWxN4uDO8OkRksWTO+EL+z/Qu3aHTeTll3Ro0Cc/8UhwBCMG5A==",
       "dev": true,
       "dependencies": {
         "@types/react": "*"
@@ -34194,9 +34194,9 @@
       }
     },
     "@types/react-helmet": {
-      "version": "6.1.5",
-      "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.5.tgz",
-      "integrity": "sha512-/ICuy7OHZxR0YCAZLNg9r7I9aijWUWvxaPR6uTuyxe8tAj5RL4Sw1+R6NhXUtOsarkGYPmaHdBDvuXh2DIN/uA==",
+      "version": "6.1.6",
+      "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.6.tgz",
+      "integrity": "sha512-ZKcoOdW/Tg+kiUbkFCBtvDw0k3nD4HJ/h/B9yWxN4uDO8OkRksWTO+EL+z/Qu3aHTeTll3Ro0Cc/8UhwBCMG5A==",
       "dev": true,
       "requires": {
         "@types/react": "*"
diff --git a/package.json b/package.json
index 7d058059f5..5a7efcb6f6 100644
--- a/package.json
+++ b/package.json
@@ -152,7 +152,7 @@
     "@types/lodash.groupby": "^4.6.7",
     "@types/mocha": "^10.0.0",
     "@types/node": "^16.7.10",
-    "@types/react-helmet": "^6.1.5",
+    "@types/react-helmet": "^6.1.6",
     "@types/react-modal": "^3.13.1",
     "@types/react-select": "^4.0.17",
     "@types/styled-components": "5.1.26",
-- 
GitLab