From cfead690ef64250c278466ccfba6e706bc81b03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:39:07 +0100 Subject: [PATCH] build(deps-dev): bump @db-ui/core from 3.2.6 to 3.2.7 (#291) --- 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 ca897e8..bb85d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { - "@db-ui/core": "^3.2.6", + "@db-ui/core": "^3.2.7", "cpr": "^3.0.1", "http-server": "^14.1.1", "husky": "^9.1.6", @@ -47,9 +47,9 @@ "dev": true }, "node_modules/@db-ui/core": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/@db-ui/core/-/core-3.2.6.tgz", - "integrity": "sha512-EG6xzVaVBiMRh4CbsQPqr2PW6DWRaJSb1t0O4RUVUF5/DzWQIUwHYda41V10RcAM+bDV8I6YBNfeeZ+2I+Ie/A==", + "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==", "dev": true, "dependencies": { "@csstools/normalize.css": "^12.1.1", @@ -2457,9 +2457,9 @@ "dev": true }, "@db-ui/core": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/@db-ui/core/-/core-3.2.6.tgz", - "integrity": "sha512-EG6xzVaVBiMRh4CbsQPqr2PW6DWRaJSb1t0O4RUVUF5/DzWQIUwHYda41V10RcAM+bDV8I6YBNfeeZ+2I+Ie/A==", + "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==", "dev": true, "requires": { "@csstools/normalize.css": "^12.1.1", diff --git a/package.json b/package.json index ead5491..1649bba 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "Kai Zwier", "license": "Apache-2.0", "devDependencies": { - "@db-ui/core": "^3.2.6", + "@db-ui/core": "^3.2.7", "cpr": "^3.0.1", "http-server": "^14.1.1", "husky": "^9.1.6",