Skip to content

Commit

Permalink
[npm frontend] (deps): Bump react-textarea-autosize from 8.4.1 to 8.5…
Browse files Browse the repository at this point in the history
….2 in /frontend (#454)

[npm frontend] (deps): Bump react-textarea-autosize in /frontend

Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 8.4.1 to 8.5.2.
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/main/CHANGELOG.md)
- [Commits](Andarist/react-textarea-autosize@v8.4.1...v8.5.2)

---
updated-dependencies:
- dependency-name: react-textarea-autosize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent a5d0e3c commit 9548deb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"react-select-country-list": "^2.2.3",
"react-textarea-autosize": "^8.4.1",
"react-textarea-autosize": "^8.5.2",
"typescript": "^5.1.3",
"uuid": "^9.0.0",
"web-vitals": "^3.3.2"
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10461,10 +10461,10 @@ react-test-renderer@^18.2.0:
react-shallow-renderer "^16.15.0"
scheduler "^0.23.0"

react-textarea-autosize@^8.4.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.4.1.tgz#bcfc5462727014b808b14ee916c01e275e8a8335"
integrity sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==
react-textarea-autosize@^8.5.2:
version "8.5.2"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.2.tgz#6421df2b5b50b9ca8c5e96fd31be688ea7fa2f9d"
integrity sha512-uOkyjkEl0ByEK21eCJMHDGBAAd/BoFQBawYK5XItjAmCTeSbjxghd8qnt7nzsLYzidjnoObu6M26xts0YGKsGg==
dependencies:
"@babel/runtime" "^7.20.13"
use-composed-ref "^1.3.0"
Expand Down

0 comments on commit 9548deb

Please sign in to comment.