diff --git a/editor/package-lock.json b/editor/package-lock.json index 133dc84d..46f993ce 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", - "@angular/common": "^20.3.3", + "@angular/common": "^20.3.14", "@angular/compiler": "^20.3.3", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3", @@ -720,9 +720,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.3.tgz", - "integrity": "sha512-iArFCXvgYJCpxLZv8o6rV7Cxuqv1hbndoeUmQgL7ekXwVS6BA49VErXbTPM+pfhAJ+v1fc/DG3rzBwXk3eW2lw==", + "version": "20.3.14", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", + "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", "license": "MIT", "peer": true, "dependencies": { @@ -732,7 +732,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.3", + "@angular/core": "20.3.14", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/editor/package.json b/editor/package.json index 4c1a0857..b71d7c04 100644 --- a/editor/package.json +++ b/editor/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", - "@angular/common": "^20.3.3", + "@angular/common": "^20.3.14", "@angular/compiler": "^20.3.3", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3",