From 6f3e735c88e312ee6d32b02a60758c940e8a2542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:16:15 +0700 Subject: [PATCH] Bump react-textarea-autosize from 8.4.1 to 8.5.2 in /website (#3579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) from 8.4.1 to 8.5.2.
Release notes

Sourced from react-textarea-autosize's releases.

v8.5.2

Patch Changes

v8.5.1

Patch Changes

v8.5.0

Minor Changes

Patch Changes

Changelog

Sourced from react-textarea-autosize's changelog.

8.5.2

Patch Changes

8.5.1

Patch Changes

8.5.0

Minor Changes

Patch Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-textarea-autosize&package-manager=npm_and_yarn&previous-version=8.4.1&new-version=8.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 56618c6849..51775a03f3 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -57,7 +57,7 @@ "react-i18next": "^12.2.2", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", - "react-textarea-autosize": "^8.4.1", + "react-textarea-autosize": "^8.5.2", "rehype-katex": "^6.0.3", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", @@ -28188,9 +28188,9 @@ } }, "node_modules/react-textarea-autosize": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.4.1.tgz", - "integrity": "sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.2.tgz", + "integrity": "sha512-uOkyjkEl0ByEK21eCJMHDGBAAd/BoFQBawYK5XItjAmCTeSbjxghd8qnt7nzsLYzidjnoObu6M26xts0YGKsGg==", "dependencies": { "@babel/runtime": "^7.20.13", "use-composed-ref": "^1.3.0", diff --git a/website/package.json b/website/package.json index 8f2e117cf3..abb15a871b 100644 --- a/website/package.json +++ b/website/package.json @@ -78,7 +78,7 @@ "react-i18next": "^12.2.2", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", - "react-textarea-autosize": "^8.4.1", + "react-textarea-autosize": "^8.5.2", "rehype-katex": "^6.0.3", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1",