From a445cad12b4e5985ac4885da10c4c3a0e627bf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:11:42 +0000 Subject: [PATCH] build(deps): bump @db-ui/base from 0.23.1 to 0.23.2 Bumps [@db-ui/base](https://github.com/db-ui/base) from 0.23.1 to 0.23.2. - [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.1...v0.23.2) --- 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 e4f431a782..3cd84fca0b 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.1" + "@db-ui/base": "^0.23.2" }, "devDependencies": { "@babel/cli": "^7.23.0", @@ -2304,9 +2304,9 @@ } }, "node_modules/@db-ui/base": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.1.tgz", - "integrity": "sha512-RiPvBRcqHjnY8nmuwBn2kJQ69yOwknezcz59pcY7G+YU/hU9UQW4TMKysuu1RkWu8IxWH3hdrAf37ucWu3JbWA==" + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.2.tgz", + "integrity": "sha512-9NTGTkQnbrj06f8rSWy41cHiUn9D3xdjLbhCYmyAs6cVc2ViaOdsBPMgiY+Zxlnv9JMHNjxOC5iIwFpwcsznMg==" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", @@ -20836,9 +20836,9 @@ "requires": {} }, "@db-ui/base": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.1.tgz", - "integrity": "sha512-RiPvBRcqHjnY8nmuwBn2kJQ69yOwknezcz59pcY7G+YU/hU9UQW4TMKysuu1RkWu8IxWH3hdrAf37ucWu3JbWA==" + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.23.2.tgz", + "integrity": "sha512-9NTGTkQnbrj06f8rSWy41cHiUn9D3xdjLbhCYmyAs6cVc2ViaOdsBPMgiY+Zxlnv9JMHNjxOC5iIwFpwcsznMg==" }, "@eslint-community/eslint-utils": { "version": "4.4.0", diff --git a/package.json b/package.json index f2fd28d0f4..efedfa582d 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.1" + "@db-ui/base": "^0.23.2" }, "devDependencies": { "@babel/cli": "^7.23.0",