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

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

---
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] 2023-09-06 05:39:07 +00:00 committed by GitHub
parent f442776fe2
commit 423a51fb3c
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

@ -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": "^17.0.2", "react-dom": "^17.0.2",
"react-toastify": "^7.0.4", "react-toastify": "^9.1.3",
"web-tree-sitter": "^0.20.8" "web-tree-sitter": "^0.20.8"
}, },
"devDependencies": { "devDependencies": {
@ -13018,9 +13018,9 @@
} }
}, },
"node_modules/react-toastify": { "node_modules/react-toastify": {
"version": "7.0.4", "version": "9.1.3",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==",
"dependencies": { "dependencies": {
"clsx": "^1.1.1" "clsx": "^1.1.1"
}, },
@ -25789,9 +25789,9 @@
} }
}, },
"react-toastify": { "react-toastify": {
"version": "7.0.4", "version": "9.1.3",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz",
"integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==", "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==",
"requires": { "requires": {
"clsx": "^1.1.1" "clsx": "^1.1.1"
} }

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": "^17.0.2", "react-dom": "^17.0.2",
"react-toastify": "^7.0.4", "react-toastify": "^9.1.3",
"web-tree-sitter": "^0.20.8" "web-tree-sitter": "^0.20.8"
}, },
"browserslist": { "browserslist": {