diff --git a/package-lock.json b/package-lock.json index ae4a1386..2e3114c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@angular/platform-browser-dynamic": "19.1.4", "@angular/platform-server": "19.1.4", "@angular/router": "19.1.4", - "@angular/ssr": "19.2.7", + "@angular/ssr": "20.3.6", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4", @@ -1607,18 +1607,18 @@ } }, "node_modules/@angular/ssr": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-19.2.7.tgz", - "integrity": "sha512-R8Z+lUW3GTSALrGbrINhTj+q/BABB9PEbZa6R4aggSiQVSS+Fq16T8yjztjrg/wtKF/7pRwG3T22FFg2lhIGSQ==", + "version": "20.3.6", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-20.3.6.tgz", + "integrity": "sha512-YABzCGfjwQ+WSUuInwBGS35pNO2zUHJeCzyj6CZ0sqRVR0qt3KvEzk1RVvR33X1bKePFHurn8NYPkcvLSpBvhQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^19.0.0 || ^19.2.0-next.0", - "@angular/core": "^19.0.0 || ^19.2.0-next.0", - "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0", - "@angular/router": "^19.0.0 || ^19.2.0-next.0" + "@angular/common": "^20.0.0", + "@angular/core": "^20.0.0", + "@angular/platform-server": "^20.0.0", + "@angular/router": "^20.0.0" }, "peerDependenciesMeta": { "@angular/platform-server": { diff --git a/package.json b/package.json index 92cf577e..7af804d0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@angular/platform-browser-dynamic": "19.1.4", "@angular/platform-server": "19.1.4", "@angular/router": "19.1.4", - "@angular/ssr": "19.2.7", + "@angular/ssr": "20.3.6", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4",