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

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

---
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-03-28 17:32:02 +00:00 committed by Cem Aksoylar
parent 18b86b7720
commit d672b0c705
2 changed files with 8 additions and 16 deletions

22
docs/package-lock.json generated
View file

@ -20,7 +20,7 @@
"react-async": "^10.0.1", "react-async": "^10.0.1",
"react-copy-to-clipboard": "^5.0.3", "react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-toastify": "^7.0.4", "react-toastify": "^10.0.5",
"web-tree-sitter": "^0.20.8" "web-tree-sitter": "^0.20.8"
}, },
"devDependencies": { "devDependencies": {
@ -18049,23 +18049,15 @@
} }
}, },
"node_modules/react-toastify": { "node_modules/react-toastify": {
"version": "7.0.4", "version": "10.0.5",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==",
"dependencies": { "dependencies": {
"clsx": "^1.1.1" "clsx": "^2.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=16", "react": ">=18",
"react-dom": ">=16" "react-dom": ">=18"
}
},
"node_modules/react-toastify/node_modules/clsx": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
"engines": {
"node": ">=6"
} }
}, },
"node_modules/read-package-json-fast": { "node_modules/read-package-json-fast": {

View file

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