From 88a5bfb99aa4817b63896fead4a4e5a93b8dcbe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:20:58 +0000 Subject: [PATCH] build(deps): bump bits-ui in /src/Exceptionless.Web/ClientApp Bumps [bits-ui](https://github.com/huntabyte/bits-ui) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/huntabyte/bits-ui/releases) - [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@1.5.1...bits-ui@1.5.2) --- updated-dependencies: - dependency-name: bits-ui dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Exceptionless.Web/ClientApp/package-lock.json | 8 ++++---- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index f0e574c81..782075df5 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@8c9ce9", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.5.1", + "bits-ui": "^1.5.2", "class-validator": "^0.14.2", "clsx": "^2.1.1", "dompurify": "^3.2.5", @@ -2811,9 +2811,9 @@ } }, "node_modules/bits-ui": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.5.1.tgz", - "integrity": "sha512-ZJjdHWUkhUJAaJqiZ/Q6YougEoQe90ORrzjRPaRuOsgMlDZZONcPah4OjUbaJA5gaAtI/i/1gs7uVdEn7KcA4Q==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.5.2.tgz", + "integrity": "sha512-6Dbx9BENvvEz7RDRsQn5C6pAO/75g40F4SMv6sNQXPhi0OyAe0ZMxRDGv+uqqr8ylJVkjkciSCrx062UniqyRg==", "license": "MIT", "dependencies": { "@floating-ui/core": "^1.6.4", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index cef4aeec1..bf66be7c9 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -74,7 +74,7 @@ "@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@8c9ce9", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.5.1", + "bits-ui": "^1.5.2", "class-validator": "^0.14.2", "clsx": "^2.1.1", "dompurify": "^3.2.5",