diff --git a/package-lock.json b/package-lock.json index ae4a1386..65407b6e 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": "19.2.16", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4", @@ -1607,9 +1607,9 @@ } }, "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": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-19.2.16.tgz", + "integrity": "sha512-6nUBQxz6vi1epIAKTGptEbQGTe4wr0vqLwwszBpXiw8DwAX0hYbAubUnnYz3rgCVIy8ekcOZlf13SO5/Gb0o7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 92cf577e..36e629c0 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": "19.2.16", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", "happy-dom": "17.4.4",