From 35292fb72c3fbc873cb7c40c584e90efbaa68765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:21:34 +0000 Subject: [PATCH] Bump nanoid from 3.3.7 to 3.3.8 in /ui-frontend Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ui-frontend/package-lock.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui-frontend/package-lock.json b/ui-frontend/package-lock.json index c1a70f3..25c5146 100644 --- a/ui-frontend/package-lock.json +++ b/ui-frontend/package-lock.json @@ -9,9 +9,9 @@ "version": "0.9.0", "dependencies": { "@tabler/icons-vue": "3.22.0", - "@vueuse/core": "^11.2.0", + "@vueuse/core": "11.2.0", "chartist": "0.11.0", - "pinia": "^2.2.6", + "pinia": "2.2.6", "vue": "3.5.13", "vue-router": "4.4.5" }, @@ -1059,16 +1059,15 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" },