From e9a83fe90f291baa1c2e561f50c86d3f28fede5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:49:05 +0000 Subject: [PATCH] build(deps): bump @db-ui/core from 2.22.0 to 3.2.7 Bumps [@db-ui/core](https://github.com/db-ui/core) from 2.22.0 to 3.2.7. - [Release notes](https://github.com/db-ui/core/releases) - [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/db-ui/core/compare/v2.22.0...v3.2.7) --- updated-dependencies: - dependency-name: "@db-ui/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/db-ui-elements-stencil/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 934869340..d2336347f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4601,12 +4601,12 @@ "integrity": "sha512-7rTfXIFcrZ5bb8x80nDMd87GPSMgI8qWEBZOa/jPq3mYkClS+ljOxTt6bLTw16EAjvmrkS93ZY56y9Q2Y/LWZA==" }, "node_modules/@db-ui/core": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/@db-ui/core/-/core-2.22.0.tgz", - "integrity": "sha512-oahjAzwV0pb45rf0xisjmDY16dI4pO7THfn4mfpdmIdCQFelnzZu1PLR8Lic/5Zjc+PkxTtnNPUnI3emYGO30Q==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@db-ui/core/-/core-3.2.7.tgz", + "integrity": "sha512-gTqzM+ubPXDHwn1WVUpudqRR+GAk9a+L+WDwhOcRdffz+Q4q3xt0F2kTO6QoLU9C6xoQ6GhNJjwatCTGSjkLjQ==", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.28.1" + "@db-ui/base": "^0.28.4" } }, "node_modules/@db-ui/elements": { @@ -33018,7 +33018,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@db-ui/core": "^2.22.0" + "@db-ui/core": "^3.2.7" }, "devDependencies": { "@faker-js/faker": "^9.2.0", diff --git a/packages/db-ui-elements-stencil/package.json b/packages/db-ui-elements-stencil/package.json index a8a399fa0..f99bb9426 100644 --- a/packages/db-ui-elements-stencil/package.json +++ b/packages/db-ui-elements-stencil/package.json @@ -45,7 +45,7 @@ "puppeteer": "^23.8.0" }, "dependencies": { - "@db-ui/core": "^2.22.0" + "@db-ui/core": "^3.2.7" }, "license": "Apache-2.0", "publishConfig": {