diff --git a/console/package-lock.json b/console/package-lock.json index c598a0cb4a..04f23d8201 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -2614,9 +2614,9 @@ "dev": true }, "@types/uuid": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-7.0.0.tgz", - "integrity": "sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.0.0.tgz", + "integrity": "sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==" }, "@types/webpack-sources": { "version": "0.1.7", diff --git a/console/package.json b/console/package.json index 1c24754ed3..18016948c2 100644 --- a/console/package.json +++ b/console/package.json @@ -28,7 +28,7 @@ "@ngx-translate/core": "^12.1.2", "@ngx-translate/http-loader": "^4.0.0", "@types/google-protobuf": "^3.7.2", - "@types/uuid": "^7.0.0", + "@types/uuid": "^8.0.0", "angular-oauth2-oidc": "^8.0.4", "angularx-qrcode": "^2.1.0", "cors": "^2.8.5",