From ca445d5033a3fb488c9a9080a0da95e138bd1cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:21:41 +0000 Subject: [PATCH] build(deps): bump @db-ui/base from 0.23.0 to 0.23.1 Bumps [@db-ui/base](https://github.com/db-ui/base) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/db-ui/base/releases) - [Changelog](https://github.com/db-ui/base/blob/main/CHANGELOG.md) - [Commits](https://github.com/db-ui/base/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: "@db-ui/base" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 455d8e4085..e4f431a782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.0.0", - "@db-ui/base": "^0.23.0" + "@db-ui/base": "^0.23.1" }, "devDependencies": { "@babel/cli": "^7.23.0", @@ -2304,9 +2304,9 @@ } }, "node_modules/@db-ui/base": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.0.tgz", - "integrity": "sha512-g1lJqWz7G87z2igvDRxtBrl9tVNoVVvT3el2If+iKEC6hwkcAEzpjhpdWSF7v34J7x8+GOi0X7XvrPxhPmvuBQ==" + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.1.tgz", + "integrity": "sha512-RiPvBRcqHjnY8nmuwBn2kJQ69yOwknezcz59pcY7G+YU/hU9UQW4TMKysuu1RkWu8IxWH3hdrAf37ucWu3JbWA==" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", @@ -20836,9 +20836,9 @@ "requires": {} }, "@db-ui/base": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.0.tgz", - "integrity": "sha512-g1lJqWz7G87z2igvDRxtBrl9tVNoVVvT3el2If+iKEC6hwkcAEzpjhpdWSF7v34J7x8+GOi0X7XvrPxhPmvuBQ==" + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.1.tgz", + "integrity": "sha512-RiPvBRcqHjnY8nmuwBn2kJQ69yOwknezcz59pcY7G+YU/hU9UQW4TMKysuu1RkWu8IxWH3hdrAf37ucWu3JbWA==" }, "@eslint-community/eslint-utils": { "version": "4.4.0", diff --git a/package.json b/package.json index d8ff267461..f2fd28d0f4 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.0.0", - "@db-ui/base": "^0.23.0" + "@db-ui/base": "^0.23.1" }, "devDependencies": { "@babel/cli": "^7.23.0",