diff --git a/package-lock.json b/package-lock.json index 7d4256bbd..ff1d46a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "ng-apexcharts": "1.7.1", "ng-flex-layout": "^17.1.3-beta.1", "rxjs": "^7.8.1", - "short-uuid": "4.2.0", + "short-uuid": "4.2.2", "tslib": "^2.4.0", "utility-types": "^3.10.0", "zone.js": "~0.14.3" @@ -17438,9 +17438,10 @@ } }, "node_modules/short-uuid": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.2.0.tgz", - "integrity": "sha512-r3cxuPPZSuF0QkKsK9bBR7u+7cwuCRzWzgjPh07F5N2iIUNgblnMHepBY16xgj5t1lG9iOP9k/TEafY1qhRzaw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.2.2.tgz", + "integrity": "sha512-IE7hDSGV2U/VZoCsjctKX6l5t5ak2jE0+aeGJi3KtvjIUNuZVmHVYUjNBhmo369FIWGDtaieRaO8A83Lvwfpqw==", + "license": "MIT", "dependencies": { "any-base": "^1.1.0", "uuid": "^8.3.2" diff --git a/package.json b/package.json index ee47233b8..15d5d9340 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "ng-apexcharts": "1.7.1", "ng-flex-layout": "^17.1.3-beta.1", "rxjs": "^7.8.1", - "short-uuid": "4.2.0", + "short-uuid": "4.2.2", "tslib": "^2.4.0", "utility-types": "^3.10.0", "zone.js": "~0.14.3"