fix(deps): update dependency react-textarea-autosize to v8.5.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-11 02:05:51 +00:00
parent e4c3f44b38
commit c55500c277
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"react-textarea-autosize": "8.5.6",
"react-textarea-autosize": "8.5.7",
"tailwindcss": "3.4.17"
},
"devDependencies": {

View File

@ -5085,10 +5085,10 @@ react-redux@9.2.0:
"@types/use-sync-external-store" "^0.0.6"
use-sync-external-store "^1.4.0"
react-textarea-autosize@8.5.6:
version "8.5.6"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.6.tgz#e9205fb215eea7cbb6cba8f57dd874ab5d44a241"
integrity sha512-aT3ioKXMa8f6zHYGebhbdMD2L00tKeRX1zuVuDx9YQK/JLLRSaSxq3ugECEmUB9z2kvk6bFSIoRHLkkUv0RJiw==
react-textarea-autosize@8.5.7:
version "8.5.7"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.7.tgz#b2bf1913383a05ffef7fbc89c2ea21ba8133b023"
integrity sha512-2MqJ3p0Jh69yt9ktFIaZmORHXw4c4bxSIhCeWiFwmJ9EYKgLmuNII3e9c9b2UO+ijl4StnpZdqpxNIhTdHvqtQ==
dependencies:
"@babel/runtime" "^7.20.13"
use-composed-ref "^1.3.0"