fix(deps): update dependency react-tag-autocomplete to v7.5.0

This commit is contained in:
renovate[bot] 2025-01-15 21:43:24 +00:00 committed by GitHub
parent b0293968a6
commit 9cbde8b0ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3521,14 +3521,15 @@
} }
}, },
"node_modules/react-tag-autocomplete": { "node_modules/react-tag-autocomplete": {
"version": "7.3.0", "version": "7.5.0",
"resolved": "https://registry.npmjs.org/react-tag-autocomplete/-/react-tag-autocomplete-7.3.0.tgz", "resolved": "https://registry.npmjs.org/react-tag-autocomplete/-/react-tag-autocomplete-7.5.0.tgz",
"integrity": "sha512-YgbGlZ4ZkfQw23yMIvw0gCsex0LtYojLiVsfAb8w05r1npMo5+Q699KXfrUZ3W01U7mrxvd/YcMcw7WVkDdZQA==", "integrity": "sha512-uy6ncusMKr6p3ip7xb4DTYtF22g7cSRyZq0IeFpgmrQipTbKz4RVFDB5QnnqstN6HTs9cdTtIb3vVuOuOdzH3w==",
"license": "ISC",
"engines": { "engines": {
"node": ">= 16.12.0" "node": ">= 16.12.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0" "react": "^18.0.0 || ^19.0.0"
} }
}, },
"node_modules/react-tooltip": { "node_modules/react-tooltip": {