diff --git a/package-lock.json b/package-lock.json index 68365cc47..d7658933c 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.9.0", - "@ng-web-apis/universal": "4.9.0", + "@ng-web-apis/common": "4.11.1", + "@ng-web-apis/universal": "4.11.1", "@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.9.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.9.0.tgz", - "integrity": "sha512-LtjCUugZKAV5svJ0QCmkUa5MU5jipnCXiBXIX95ux7r4m9LGAOY6wtKtRvb0l7CMLLflOiaAmlOlJE/vhxteoA==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.11.1.tgz", + "integrity": "sha512-fXbcMrd/+L+9j9knbgXbDwYe30H4Wt0hQzvqyhpXTVrc0jYwlk3MJTYrnazKz5HvP9318caEv5n4qt3HMf5uPQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7134,9 +7134,9 @@ } }, "node_modules/@ng-web-apis/universal": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.9.0.tgz", - "integrity": "sha512-pL/0UCHQVlspuHXM8NXM1PclJBh46Q0JX7nTEEqQYiQyOLyywEDEHsK3S7hacfBWekm9Lj0vB5ye+DPWwIheNQ==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-4.11.1.tgz", + "integrity": "sha512-aKlx5r7PaBwxutw21Ukxz6j0ABYIEW969lxIUzy/GQ2pYToUpXlF4nfLjsllKKOYsnKyiY+ckE43kiNtE0QzaQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7144,7 +7144,7 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.9.0", + "@ng-web-apis/common": ">=4.11.1", "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" } diff --git a/package.json b/package.json index 57fe2616c..9690444f9 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.9.0", - "@ng-web-apis/universal": "4.9.0", + "@ng-web-apis/common": "4.11.1", + "@ng-web-apis/universal": "4.11.1", "@nguniversal/builders": "16.2.0", "@nguniversal/express-engine": "16.2.0", "@nx/angular": "20.0.0",