build(deps): bump react-toastify from 10.0.6 to 11.0.5

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.6 to 11.0.5.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.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]
2025-03-03 03:57:26 +00:00
committed by GitHub
parent 6d91970be5
commit fce7ce99ec
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -20,7 +20,7 @@
"react-dom": "18.3.1",
"react-kofi": "0.0.2",
"react-select": "^5.10.0",
"react-toastify": "10.0.6"
"react-toastify": "11.0.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",
@@ -17365,16 +17365,16 @@
}
},
"node_modules/react-toastify": {
"version": "10.0.6",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz",
"integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==",
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
"integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
"license": "MIT",
"dependencies": {
"clsx": "^2.1.0"
"clsx": "^2.1.1"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
},
"node_modules/react-transition-group": {
+1 -1
View File
@@ -30,7 +30,7 @@
"react-dom": "18.3.1",
"react-kofi": "0.0.2",
"react-select": "^5.10.0",
"react-toastify": "10.0.6"
"react-toastify": "11.0.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",