diff --git a/examples/angular-component/package-lock.json b/examples/angular-component/package-lock.json index 3cc406c..02b34d3 100644 --- a/examples/angular-component/package-lock.json +++ b/examples/angular-component/package-lock.json @@ -18,7 +18,7 @@ "@angular/router": "~17.1.2", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "zone.js": "~0.14.3" + "zone.js": "^0.14.4" }, "devDependencies": { "@angular-builders/custom-webpack": "^17.0.0", @@ -12809,9 +12809,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.3.tgz", - "integrity": "sha512-jYoNqF046Q+JfcZSItRSt+oXFcpXL88yq7XAZjb/NKTS7w2hHpKjRJ3VlFD1k75wMaRRXNUt5vrZVlygiMyHbA==", + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.4.tgz", + "integrity": "sha512-NtTUvIlNELez7Q1DzKVIFZBzNb646boQMgpATo9z3Ftuu/gWvzxCW7jdjcUDoRGxRikrhVHB/zLXh1hxeJawvw==", "dependencies": { "tslib": "^2.3.0" } diff --git a/examples/angular-component/package.json b/examples/angular-component/package.json index 76ac426..778c469 100644 --- a/examples/angular-component/package.json +++ b/examples/angular-component/package.json @@ -22,7 +22,7 @@ "@angular/router": "~17.1.2", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "zone.js": "~0.14.3" + "zone.js": "~0.14.4" }, "devDependencies": { "@angular-builders/custom-webpack": "^17.0.0",