diff --git a/package-lock.json b/package-lock.json index a1d10bf8..924316e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@angular/platform-server": "18.2.7", "@angular/router": "18.2.7", "@angular/ssr": "18.2.7", - "@ng-web-apis/universal": "4.7.0", + "@ng-web-apis/universal": "4.8.0", "@nx/angular": "20.0.0", "@nx/node": "20.0.0", "@nx/workspace": "20.0.0", @@ -6241,9 +6241,9 @@ } }, "node_modules/@ng-web-apis/common": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.7.0.tgz", - "integrity": "sha512-9SQSA5N/2AiHVoFuF0NSrVA+sg+g9dS84o8eLQsmzylJkKRzv+dBPvcIIG+F3VmjzhRNyA6LqSVhMqXr9Ty2/w==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.8.0.tgz", + "integrity": "sha512-nZd+8t9q35q20C7iyycyzdy1x4ff2/lqJ7nZkpaRcMXHjsXSqvHdMsc7yc54pMbi+4/qnwL2/0h8Br4qbof0Jw==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -6302,9 +6302,9 @@ } }, "node_modules/@ng-web-apis/universal": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.7.0.tgz", - "integrity": "sha512-jl9XUuWesStLqQ1ii3WxJbofSQFkVrVDbaX+z0TFidpNSd298fm+0ZO9CmEgTLBB8hkbOVQUQ5iUtGfvQ0+okw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.8.0.tgz", + "integrity": "sha512-p3NxDVq/7VjArLNbPANqptv5pk28BcgLtpf0xCa9Yk6/Jy2sQu0lzyp+RV0KgRg9sje5u0munTiHcnAhXrTjyg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -6312,7 +6312,7 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.7.0", + "@ng-web-apis/common": ">=4.8.0", "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" } diff --git a/package.json b/package.json index 914d8b26..58f6a04a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@angular/platform-server": "18.2.7", "@angular/router": "18.2.7", "@angular/ssr": "18.2.7", - "@ng-web-apis/universal": "4.7.0", + "@ng-web-apis/universal": "4.8.0", "@nx/angular": "20.0.0", "@nx/node": "20.0.0", "@nx/workspace": "20.0.0",