build(deps): bump react-toastify from 9.1.3 to 10.0.5

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 10.0.5.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...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-04-01 14:29:38 +00:00 committed by GitHub
parent 732b9a5bdc
commit d6cb817be1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -19,7 +19,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.51.2", "react-hook-form": "^7.51.2",
"react-select": "^5.8.0", "react-select": "^5.8.0",
"react-toastify": "^9.0.8", "react-toastify": "^10.0.5",
"spinners-react": "^1.0.7", "spinners-react": "^1.0.7",
"swr": "^2.2.5" "swr": "^2.2.5"
}, },
@ -1310,9 +1310,9 @@
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
}, },
"node_modules/clsx": { "node_modules/clsx": {
"version": "1.2.1", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==",
"engines": { "engines": {
"node": ">=6" "node": ">=6"
} }
@ -3777,15 +3777,15 @@
} }
}, },
"node_modules/react-toastify": { "node_modules/react-toastify": {
"version": "9.1.3", "version": "10.0.5",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz",
"integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", "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-transition-group": { "node_modules/react-transition-group": {

View file

@ -20,7 +20,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.51.2", "react-hook-form": "^7.51.2",
"react-select": "^5.8.0", "react-select": "^5.8.0",
"react-toastify": "^9.0.8", "react-toastify": "^10.0.5",
"spinners-react": "^1.0.7", "spinners-react": "^1.0.7",
"swr": "^2.2.5" "swr": "^2.2.5"
}, },