diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 7f8c66bcaa3..c122cf8cd07 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -53,7 +53,6 @@ "resize-observer-polyfill": "1.5.1", "rxjs": "7.8.2", "sanitize-html": "^2.17.0", - "uuid": "13.0.0", "v3-infinite-loading": "1.3.2", "vue": "3.5.32", "vue-i18n": "11.3.2", @@ -11545,19 +11544,6 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, - "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist-node/bin/uuid" - } - }, "node_modules/v3-infinite-loading": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/v3-infinite-loading/-/v3-infinite-loading-1.3.2.tgz", diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 5e669d15bf4..92e1f7e5aea 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -64,7 +64,6 @@ "resize-observer-polyfill": "1.5.1", "rxjs": "7.8.2", "sanitize-html": "^2.17.0", - "uuid": "13.0.0", "v3-infinite-loading": "1.3.2", "vue": "3.5.32", "vue-i18n": "11.3.2",