Merge pull request #598 from arifszn/dependabot/npm_and_yarn/react-helmet-async-2.0.5

Bump react-helmet-async from 2.0.4 to 2.0.5
This commit is contained in:
Ariful Alam 2024-12-08 17:26:21 +06:00 committed by GitHub
commit 2b986f043e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"react-helmet-async": "^2.0.4", "react-helmet-async": "^2.0.5",
"react-hotjar": "^6.3.1", "react-hotjar": "^6.3.1",
"react-icons": "^5.2.1", "react-icons": "^5.2.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
@ -7314,9 +7314,9 @@
"dev": true "dev": true
}, },
"node_modules/react-helmet-async": { "node_modules/react-helmet-async": {
"version": "2.0.4", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.4.tgz", "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz",
"integrity": "sha512-yxjQMWposw+akRfvpl5+8xejl4JtUlHnEBcji6u8/e6oc7ozT+P9PNTWMhCbz2y9tc5zPegw2BvKjQA+NwdEjQ==", "integrity": "sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"invariant": "^2.2.4", "invariant": "^2.2.4",
@ -7324,8 +7324,7 @@
"shallowequal": "^1.1.0" "shallowequal": "^1.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.6.0 || ^17.0.0 || ^18.0.0", "react": "^16.6.0 || ^17.0.0 || ^18.0.0"
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/react-hotjar": { "node_modules/react-hotjar": {

View File

@ -43,7 +43,7 @@
"eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"react-helmet-async": "^2.0.4", "react-helmet-async": "^2.0.5",
"react-hotjar": "^6.3.1", "react-hotjar": "^6.3.1",
"react-icons": "^5.2.1", "react-icons": "^5.2.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",