From 1870e7e2c77e8783ce1a915a2927c4f82abd8c18 Mon Sep 17 00:00:00 2001 From: Pavlo Liapin Date: Mon, 2 Sep 2024 15:33:41 -0500 Subject: [PATCH] update dashboard version --- 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 1fc28e5..7a0111b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "zax-dashboard": "^1.0.8" + "zax-dashboard": "^1.0.9" } }, "node_modules/@angular/animations": { @@ -336,9 +336,9 @@ "license": "Unlicense" }, "node_modules/zax-dashboard": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/zax-dashboard/-/zax-dashboard-1.0.8.tgz", - "integrity": "sha512-BjZm6LmqdN1UWxmMbuMKQ4kKRn74rCcRJttHrAS39kebiB6z9inSpGvSGNDIH7x2kUPyhuMzoiyYK53co9Idgw==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/zax-dashboard/-/zax-dashboard-1.0.9.tgz", + "integrity": "sha512-YctbEr/A8a6cER835hVbpn7QBXFrD7Gw26mLbq6zhze8VeTwVaYcg6DDV5xr9dqGIanLCD/GiPbfYS2EeEpSgg==", "license": "MIT", "dependencies": { "@angular/animations": "18.2.2", @@ -549,9 +549,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "zax-dashboard": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/zax-dashboard/-/zax-dashboard-1.0.8.tgz", - "integrity": "sha512-BjZm6LmqdN1UWxmMbuMKQ4kKRn74rCcRJttHrAS39kebiB6z9inSpGvSGNDIH7x2kUPyhuMzoiyYK53co9Idgw==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/zax-dashboard/-/zax-dashboard-1.0.9.tgz", + "integrity": "sha512-YctbEr/A8a6cER835hVbpn7QBXFrD7Gw26mLbq6zhze8VeTwVaYcg6DDV5xr9dqGIanLCD/GiPbfYS2EeEpSgg==", "requires": { "@angular/animations": "18.2.2", "@angular/common": "18.2.2", diff --git a/package.json b/package.json index b00327e..1484111 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "zax-dashboard": "^1.0.8" + "zax-dashboard": "^1.0.9" } }