From 1260ee281eb1abb0d79a0ead149d2e4ab29df4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:11:30 +0000 Subject: [PATCH] chore(deps): bump @floating-ui/dom from 1.6.2 to 1.6.3 Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.3/packages/dom) --- updated-dependencies: - dependency-name: "@floating-ui/dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 82a00868e2..873c88bff3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ] }, "dependencies": { - "@floating-ui/dom": "^1.6.2", + "@floating-ui/dom": "^1.6.3", "@hotwired/turbo": "^8.0.2", "@rails/webpacker": "5.4.4", "cable_ready": "5.0.2", diff --git a/yarn.lock b/yarn.lock index 22357ee7ad..966d460acf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1099,10 +1099,10 @@ dependencies: "@floating-ui/utils" "^0.2.1" -"@floating-ui/dom@^1.6.2": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.2.tgz#08eb5dd8da69582eeff26144f366b96f131fbd18" - integrity sha512-xymkSSowKdGqo0SRr2Mp4czH5A8o2Pum35PAD0ftb3gCcPacWzwhvtUeUqmVXm9EVtm2hThD/lRrFNcahMOaSQ== +"@floating-ui/dom@^1.6.3": + version "1.6.3" + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.3.tgz#954e46c1dd3ad48e49db9ada7218b0985cee75ef" + integrity sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw== dependencies: "@floating-ui/core" "^1.0.0" "@floating-ui/utils" "^0.2.0"