From 6421d04ff762bf17abf0817172cfa726a5671e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 06:10:09 -0700 Subject: [PATCH] chore(deps): bump react-avatar-editor from 13.0.0 to 13.0.2 (#6780) Bumps [react-avatar-editor](https://github.com/mosch/react-avatar-editor) from 13.0.0 to 13.0.2. - [Release notes](https://github.com/mosch/react-avatar-editor/releases) - [Commits](https://github.com/mosch/react-avatar-editor/compare/v13.0.0...v13.0.2) --- updated-dependencies: - dependency-name: react-avatar-editor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19b2c77e2..257a05076 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "randomstring": "1.3.0", "rate-limiter-flexible": "^2.4.2", "react": "^17.0.2", - "react-avatar-editor": "^13.0.0", + "react-avatar-editor": "^13.0.2", "react-color": "^2.17.3", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", diff --git a/yarn.lock b/yarn.lock index 66843ccbe..40bdb81eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11415,10 +11415,10 @@ raw-body@^2.3.3: iconv-lite "0.4.24" unpipe "1.0.0" -react-avatar-editor@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/react-avatar-editor/-/react-avatar-editor-13.0.0.tgz#55013625ee9ae715c1fe2dc553b8079994d8a5f2" - integrity "sha1-VQE2Je6a5xXB/i3FU7gHmZTYpfI= sha512-0xw63MbRRQdDy7YI1IXU9+7tTFxYEFLV8CABvryYOGjZmXRTH2/UA0mafe57ns62uaEFX181kA4XlGlxCaeXKA==" +react-avatar-editor@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/react-avatar-editor/-/react-avatar-editor-13.0.2.tgz#7ed5a1fd7a9e7bd4b320a3a65df32d3d0e21eb10" + integrity sha512-a4ajbi7lwDh98kgEtSEeKMu0vs0CHTczkq4Xcxr1EiwMFH1GlgHCEtwGU8q/H5W8SeLnH4KPK8LUjEEaZXklxQ== dependencies: "@babel/plugin-transform-runtime" "^7.12.1" "@babel/runtime" "^7.12.5"