chore(deps): bump react-toastify from 7.0.4 to 10.0.1 in /docs

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 7.0.4 to 10.0.1.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v7.0.4...v10.0.1)

---
updated-dependencies:
- dependency-name: react-toastify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 05:54:08 +00:00 committed by GitHub
parent 8c14b155e8
commit 050193e7a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 10 deletions

33
docs/package-lock.json generated
View file

@ -20,7 +20,7 @@
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-toastify": "^7.0.4",
"react-toastify": "^10.0.1",
"web-tree-sitter": "^0.20.8"
},
"devDependencies": {
@ -13028,17 +13028,25 @@
}
},
"node_modules/react-toastify": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.1.tgz",
"integrity": "sha512-gQ/S2StRDl/6T6gUtfQyDhlYyWx37Q469nGi94Jddx3Wq220ym2mw80Wlvx3/PNvamEvQuCjw86ZZAILA7fXPg==",
"dependencies": {
"clsx": "^1.1.1"
"clsx": "^2.1.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
},
"node_modules/react-toastify/node_modules/clsx": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
"integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==",
"engines": {
"node": ">=6"
}
},
"node_modules/readable-stream": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@ -25799,11 +25807,18 @@
}
},
"react-toastify": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.1.tgz",
"integrity": "sha512-gQ/S2StRDl/6T6gUtfQyDhlYyWx37Q469nGi94Jddx3Wq220ym2mw80Wlvx3/PNvamEvQuCjw86ZZAILA7fXPg==",
"requires": {
"clsx": "^1.1.1"
"clsx": "^2.1.0"
},
"dependencies": {
"clsx": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
"integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg=="
}
}
},
"readable-stream": {

View file

@ -27,7 +27,7 @@
"react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-toastify": "^7.0.4",
"react-toastify": "^10.0.1",
"web-tree-sitter": "^0.20.8"
},
"browserslist": {