diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index e297ffded..1d022a85e 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@ccce0b8", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.0.0-next.57", + "bits-ui": "^1.0.0-next.59", "class-validator": "^0.14.1", "clsx": "^2.1.1", "formsnap": "^2.0.0-next.1", @@ -2263,10 +2263,9 @@ } }, "node_modules/bits-ui": { - "version": "1.0.0-next.57", - "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.0.0-next.57.tgz", - "integrity": "sha512-meXdwUM/fQv5bq6OgZCtGLAZjhBS1adVOu8rty5gLZ71bIbnK8/VHLX8FVSzIP99d0BglybxD7eAyjnZoelZJg==", - "license": "MIT", + "version": "1.0.0-next.59", + "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.0.0-next.59.tgz", + "integrity": "sha512-MbrHC+ieHI5efe3N+KF4o865nGKKMX9yiUMgVrzX8TLKYw9Q+w0ueZzbenstB2g+yuNALTuNg/2wh6StB+lV+A==", "dependencies": { "@floating-ui/core": "^1.6.4", "@floating-ui/dom": "^1.6.7", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 4e5c1d80e..1448a3522 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -59,7 +59,7 @@ "@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@ccce0b8", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.0.0-next.57", + "bits-ui": "^1.0.0-next.59", "class-validator": "^0.14.1", "clsx": "^2.1.1", "formsnap": "^2.0.0-next.1",