diff --git a/SBOLCanvasFrontend/package-lock.json b/SBOLCanvasFrontend/package-lock.json index b3a3cc82..e342f1b7 100644 --- a/SBOLCanvasFrontend/package-lock.json +++ b/SBOLCanvasFrontend/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/flex-layout": "^15.0.0-beta.42", @@ -571,18 +571,18 @@ } }, "node_modules/@angular/common": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.14.tgz", - "integrity": "sha512-ZPRswzaVRiqcfZoowuAM22Hr2/z10ajWOUoFDoQ9tWqz/fH/773kJv2F9VvePIekgNPCzaizqv9gF6tGNqaAwg==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", + "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.2.14", + "@angular/core": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/SBOLCanvasFrontend/package.json b/SBOLCanvasFrontend/package.json index 6355db32..93d29b71 100644 --- a/SBOLCanvasFrontend/package.json +++ b/SBOLCanvasFrontend/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^20.3.25", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/flex-layout": "^15.0.0-beta.42",