diff --git a/package-lock.json b/package-lock.json index 446176fa9..1bf2ab1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "@angular/platform-browser-dynamic": "16.2.12", "@angular/platform-server": "16.2.12", "@angular/router": "16.2.12", - "@ng-web-apis/common": "4.8.0", - "@ng-web-apis/universal": "4.8.0", + "@ng-web-apis/common": "4.9.0", + "@ng-web-apis/universal": "4.9.0", "@nguniversal/builders": "16.2.0", "@nguniversal/express-engine": "16.2.0", "@nx/angular": "20.0.0", @@ -7074,9 +7074,9 @@ } }, "node_modules/@ng-web-apis/common": { - "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==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.9.0.tgz", + "integrity": "sha512-LtjCUugZKAV5svJ0QCmkUa5MU5jipnCXiBXIX95ux7r4m9LGAOY6wtKtRvb0l7CMLLflOiaAmlOlJE/vhxteoA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7134,9 +7134,9 @@ } }, "node_modules/@ng-web-apis/universal": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.8.0.tgz", - "integrity": "sha512-p3NxDVq/7VjArLNbPANqptv5pk28BcgLtpf0xCa9Yk6/Jy2sQu0lzyp+RV0KgRg9sje5u0munTiHcnAhXrTjyg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.9.0.tgz", + "integrity": "sha512-pL/0UCHQVlspuHXM8NXM1PclJBh46Q0JX7nTEEqQYiQyOLyywEDEHsK3S7hacfBWekm9Lj0vB5ye+DPWwIheNQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7144,7 +7144,7 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.8.0", + "@ng-web-apis/common": ">=4.9.0", "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" } diff --git a/package.json b/package.json index 184d81cd9..e31bc0d19 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "@angular/platform-browser-dynamic": "16.2.12", "@angular/platform-server": "16.2.12", "@angular/router": "16.2.12", - "@ng-web-apis/common": "4.8.0", - "@ng-web-apis/universal": "4.8.0", + "@ng-web-apis/common": "4.9.0", + "@ng-web-apis/universal": "4.9.0", "@nguniversal/builders": "16.2.0", "@nguniversal/express-engine": "16.2.0", "@nx/angular": "20.0.0",