From ba44c759b33a2ded502ff8e72f2df83bcb4e6ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:40:07 +0000 Subject: [PATCH] build(deps): bump @db-ui/base from 0.18.0 to 0.19.0 Bumps [@db-ui/base](https://github.com/db-ui/base) from 0.18.0 to 0.19.0. - [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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: "@db-ui/base" dependency-type: direct:production update-type: version-update:semver-minor ... 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 056ba93e98..915f280540 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.18.0" + "@db-ui/base": "^0.19.0" }, "devDependencies": { "@babel/cli": "^7.19.3", @@ -2209,9 +2209,9 @@ } }, "node_modules/@db-ui/base": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.18.0.tgz", - "integrity": "sha512-+jlw28zMwXAuovqW8+lU+SNrkQcUxyHWyCbjiyrLH9QGMfXbPxPNDq5IvPE2CnuCN3Uuzah2AGTqI5yV21B5wA==" + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.19.0.tgz", + "integrity": "sha512-GuyRNOsNyEnrmRRfGFeupzqMWIFbVHDrhaRhx4sRwzGuoE4D6iyanfiUFBaGJGXCG9H1WcUnfbQJDF0HG0sxLw==" }, "node_modules/@eslint/eslintrc": { "version": "1.3.3", @@ -18228,9 +18228,9 @@ "requires": {} }, "@db-ui/base": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.18.0.tgz", - "integrity": "sha512-+jlw28zMwXAuovqW8+lU+SNrkQcUxyHWyCbjiyrLH9QGMfXbPxPNDq5IvPE2CnuCN3Uuzah2AGTqI5yV21B5wA==" + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.19.0.tgz", + "integrity": "sha512-GuyRNOsNyEnrmRRfGFeupzqMWIFbVHDrhaRhx4sRwzGuoE4D6iyanfiUFBaGJGXCG9H1WcUnfbQJDF0HG0sxLw==" }, "@eslint/eslintrc": { "version": "1.3.3", diff --git a/package.json b/package.json index 2c71c10d6f..0ca8a93f6a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.0.0", - "@db-ui/base": "^0.18.0" + "@db-ui/base": "^0.19.0" }, "devDependencies": { "@babel/cli": "^7.19.3",