From 5564e38b5dbd817d362b523b76c66d423ba6700d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:16:46 +0000 Subject: [PATCH] Bump @floating-ui/dom from 1.7.3 to 1.7.4 Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.7.3 to 1.7.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.7.4/packages/dom) --- updated-dependencies: - dependency-name: "@floating-ui/dom" dependency-version: 1.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b38bf2e..6feed28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "my-app", "version": "0.0.1", "dependencies": { - "@floating-ui/dom": "^1.7.1", + "@floating-ui/dom": "^1.7.4", "@sveltejs/adapter-cloudflare": "^7.1.0", "@sveltejs/adapter-node": "^5.2.12", "d3": "^7.9.0" @@ -593,9 +593,9 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.3.tgz", - "integrity": "sha512-uZA413QEpNuhtb3/iIKoYMSK07keHPYeXF02Zhd6e213j+d1NamLix/mCLxBUDW/Gx52sPH2m+chlUsyaBs/Ag==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", "license": "MIT", "dependencies": { "@floating-ui/core": "^1.7.3", @@ -1826,6 +1826,17 @@ "@zag-js/utils": "1.21.6" } }, + "node_modules/@zag-js/popper/node_modules/@floating-ui/dom": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.3.tgz", + "integrity": "sha512-uZA413QEpNuhtb3/iIKoYMSK07keHPYeXF02Zhd6e213j+d1NamLix/mCLxBUDW/Gx52sPH2m+chlUsyaBs/Ag==", + "dev": true, + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" + } + }, "node_modules/@zag-js/progress": { "version": "1.21.6", "resolved": "https://registry.npmjs.org/@zag-js/progress/-/progress-1.21.6.tgz", diff --git a/package.json b/package.json index 9fdc0b3..97d56d9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "vite": "^6.2.6" }, "dependencies": { - "@floating-ui/dom": "^1.7.1", + "@floating-ui/dom": "^1.7.4", "@sveltejs/adapter-cloudflare": "^7.1.0", "@sveltejs/adapter-node": "^5.2.12", "d3": "^7.9.0"