diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package-lock.json b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package-lock.json index b3b089168..8ac265bc2 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package-lock.json +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package-lock.json @@ -31,7 +31,7 @@ "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1", "@types/node": "^24.9.1", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^6.0.1", "@vitest/browser": "^3.2.4", "@vitest/coverage-v8": "^3.2.4", @@ -3923,11 +3923,15 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@types/web-bluetooth": { "version": "0.0.21", diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package.json b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package.json index e2e5305a6..7e3b3e2c8 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package.json +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package.json @@ -44,7 +44,7 @@ "@types/lodash": "^4.17.20", "@types/luxon": "^3.7.1", "@types/node": "^24.9.1", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-vue": "^6.0.1", "@vitest/browser": "^3.2.4", "@vitest/coverage-v8": "^3.2.4",