From c34c3d8305f15d6680cd7f4e2a95bf560eb4e832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:50:29 +0000 Subject: [PATCH] Bump uikit from 3.21.16 to 3.22.1 in /frontend Bumps [uikit](https://github.com/uikit/uikit) from 3.21.16 to 3.22.1. - [Release notes](https://github.com/uikit/uikit/releases) - [Changelog](https://github.com/uikit/uikit/blob/develop/CHANGELOG.md) - [Commits](https://github.com/uikit/uikit/compare/v3.21.16...v3.22.1) --- updated-dependencies: - dependency-name: uikit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 919a0714..1ddba470 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "ngx-owl-carousel-o": "^18.0.0", "ngx-toastr": "19.0.0", "rxjs": "^7.8.1", - "uikit": "^3.21.16", + "uikit": "^3.22.1", "zone.js": "^0.14.10" }, "devDependencies": { @@ -18465,10 +18465,9 @@ } }, "node_modules/uikit": { - "version": "3.21.16", - "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.21.16.tgz", - "integrity": "sha512-2spSziLkschoka/vv7tmLInCMrwFWxJ5t4cWop8XytXexSH1WIt/h1GFk9WhsDD9UQIe/FzUZ4axO4EeMtEd5w==", - "license": "MIT" + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/uikit/-/uikit-3.22.1.tgz", + "integrity": "sha512-pUPUPPgWYfqgN5lVft4iVAzrhiy0qzBi9uZ9+aYuzzo5n5rY/oEJf6ANdkmQoGbVRui44tUIgm209ZYLF36lIA==" }, "node_modules/undici-types": { "version": "6.19.8", diff --git a/frontend/package.json b/frontend/package.json index 48e4b28b..621afd22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "ngx-owl-carousel-o": "^18.0.0", "ngx-toastr": "19.0.0", "rxjs": "^7.8.1", - "uikit": "^3.21.16", + "uikit": "^3.22.1", "zone.js": "^0.14.10" }, "devDependencies": {