build(deps): bump react-icons from 4.3.1 to 4.4.0 in /docs (#3155)

This commit is contained in:
dependabot[bot] 2022-08-29 08:03:59 +00:00 committed by GitHub
parent afabaa66e6
commit f90ffda406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
docs/package-lock.json generated
View File

@ -48,7 +48,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-headroom": "^3.2.0", "react-headroom": "^3.2.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-icons": "^4.3.1", "react-icons": "^4.4.0",
"react-live": "^3.1.1", "react-live": "^3.1.1",
"url-join": "^5.0.0" "url-join": "^5.0.0"
}, },
@ -20836,9 +20836,9 @@
} }
}, },
"node_modules/react-icons": { "node_modules/react-icons": {
"version": "4.3.1", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz",
"integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==",
"peerDependencies": { "peerDependencies": {
"react": "*" "react": "*"
} }
@ -41521,9 +41521,9 @@
} }
}, },
"react-icons": { "react-icons": {
"version": "4.3.1", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz",
"integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==",
"requires": {} "requires": {}
}, },
"react-is": { "react-is": {

View File

@ -45,7 +45,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-headroom": "^3.2.0", "react-headroom": "^3.2.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-icons": "^4.3.1", "react-icons": "^4.4.0",
"react-live": "^3.1.1", "react-live": "^3.1.1",
"url-join": "^5.0.0" "url-join": "^5.0.0"
}, },