From 9bfb3024acf3b08e6f2136dea9ebe34addcff542 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 8 Oct 2024 15:36:36 +0000 Subject: [PATCH] chore(deps): update dependency @ng-web-apis/universal to v4.7.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31ec598a..a1d10bf8 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.6.5", + "@ng-web-apis/universal": "4.7.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.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.6.5.tgz", - "integrity": "sha512-a3JLQ8FFzlN5tFDOQF55O0fUxrjKCVLfFWocYeEv/+BXH1GxHsLN9EZWiU9QWyhwDMug6rh1VcMgTM+wJ9vAvQ==", + "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==", "dev": true, "license": "Apache-2.0", "peer": true, @@ -6302,9 +6302,9 @@ } }, "node_modules/@ng-web-apis/universal": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.6.5.tgz", - "integrity": "sha512-5USXPX4g6aWfa42sETOcRnfCR6O0kb+V6L1jnOyCeOAwvpNH9S+m+VxirOS7ndo/3H5UqpD+iQvm/hQU+UC0GA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.7.0.tgz", + "integrity": "sha512-jl9XUuWesStLqQ1ii3WxJbofSQFkVrVDbaX+z0TFidpNSd298fm+0ZO9CmEgTLBB8hkbOVQUQ5iUtGfvQ0+okw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -6312,8 +6312,8 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.6.5", - "@types/node": ">=22.7.4", + "@ng-web-apis/common": ">=4.7.0", + "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" } }, diff --git a/package.json b/package.json index 1c9a5e03..914d8b26 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.6.5", + "@ng-web-apis/universal": "4.7.0", "@nx/angular": "20.0.0", "@nx/node": "20.0.0", "@nx/workspace": "20.0.0",