diff --git a/package-lock.json b/package-lock.json index 6014bed7bd..efa3fa9dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "rxjs": "7.8.1", "rxjs-compat": "6.6.7", "tslib": "2.8.0", - "zone.js": "0.15.0" + "zone.js": "0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "18.2.9", @@ -66,7 +66,7 @@ "ts-node": "10.9.2", "typescript": "5.4.5", "typescript-eslint": "^8.10.0", - "uuid": "10.0.0", + "uuid": "11.0.0", "yargs": "17.7.2" } }, @@ -16991,9 +16991,9 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -17001,7 +17001,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -18352,9 +18352,9 @@ } }, "node_modules/zone.js": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz", - "integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==", + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", "license": "MIT" } } diff --git a/package.json b/package.json index 4ce7d7b0ac..2d55b5fd69 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "ts-node": "10.9.2", "typescript": "5.4.5", "typescript-eslint": "^8.10.0", - "uuid": "10.0.0", + "uuid": "11.0.0", "yargs": "17.7.2" } }