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

This commit is contained in:
dependabot[bot] 2021-11-02 03:11:50 +01:00 committed by GitHub
parent e7b7478692
commit 2614892ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
docs/package-lock.json generated
View File

@ -48,7 +48,7 @@
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"url-join": "^4.0.1"
},
@ -22653,9 +22653,12 @@
}
},
"node_modules/react-icons": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz",
"integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ=="
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
"integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==",
"peerDependencies": {
"react": "*"
}
},
"node_modules/react-is": {
"version": "16.13.1",
@ -48104,9 +48107,10 @@
}
},
"react-icons": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.2.0.tgz",
"integrity": "sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ=="
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz",
"integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==",
"requires": {}
},
"react-is": {
"version": "16.13.1",

View File

@ -45,7 +45,7 @@
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"url-join": "^4.0.1"
},