From 8d1153b2a4e3f0f72f5ed3d195e74ac8dd9a11a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:13:21 +0000 Subject: [PATCH] Bump react_ujs from 2.6.1 to 2.6.2 Bumps [react_ujs](https://github.com/reactjs/react-rails) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/reactjs/react-rails/releases) - [Changelog](https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactjs/react-rails/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: react_ujs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index af25e4133a..e79eb23db6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "publiclab-editor": "^3.1.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "react_ujs": "^2.6.1", + "react_ujs": "^2.6.2", "short-code-forms": "jywarren/short-code-forms#~0.0.1", "simple-data-grapher": "^2.0.0", "tocbot": "^4.18.2", diff --git a/yarn.lock b/yarn.lock index b2eb0e6115..5f84832c11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11051,12 +11051,12 @@ react@^18.0.0: dependencies: loose-envify "^1.1.0" -react_ujs@^2.6.0, react_ujs@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.6.1.tgz#a202a33c95c9e2bb18ab56926b7e79f3325ec855" - integrity sha512-9M33/A8cubStkZ2cpJSimcTD0RlCWiqXF6e90IQmMw/Caf/W0dtAzOtHtiQE3JjLbt/nhRR7NLPxMfnlm141ig== +react_ujs@^2.6.1, react_ujs@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.6.2.tgz#28230c4082c6e99ecfe8cf59a8a95f3562fe89c5" + integrity sha512-4WH91hVZp0533LsTjbcd9uI9xS/7/e4QkFbDpDjy8Pr7GuUt1gE+cM0zml7Ii9aSUDl2A/zzkUrLN5X9akmViQ== dependencies: - react_ujs "^2.6.0" + react_ujs "^2.6.1" read-cache@^1.0.0: version "1.0.0"