From caf4502051cd55f797bd0c9ae68bca772c56390c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:47:12 +0000 Subject: [PATCH] chore(deps): Bump @floating-ui/dom from 1.6.3 to 1.6.4 in the prod group Bumps the prod group with 1 update: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom). Updates `@floating-ui/dom` from 1.6.3 to 1.6.4 - [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.4/packages/dom) --- updated-dependencies: - dependency-name: "@floating-ui/dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bec12d41..02c97d80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.5", "license": "BSD-3-Clause", "dependencies": { - "@floating-ui/dom": "^1.6.3", + "@floating-ui/dom": "^1.6.4", "@types/css-tree": "^2.3.7", "css-tree": "^2.3.1", "nanoid": "^5.0.7" @@ -1111,9 +1111,9 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz", - "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.4.tgz", + "integrity": "sha512-0G8R+zOvQsAG1pg2Q99P21jiqxqGBW1iRe/iXHsBRBxnpXKFI8QwbB4x5KmYLggNO5m34IQgOIu9SCRfR/WWiQ==", "dependencies": { "@floating-ui/core": "^1.0.0", "@floating-ui/utils": "^0.2.0" diff --git a/package.json b/package.json index ae7c8ae8..0b454fa7 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "test:wpt": "node --loader ts-node/esm ./tests/wpt.ts" }, "dependencies": { - "@floating-ui/dom": "^1.6.3", + "@floating-ui/dom": "^1.6.4", "@types/css-tree": "^2.3.7", "css-tree": "^2.3.1", "nanoid": "^5.0.7"