diff --git a/package-lock.json b/package-lock.json index a6d6ee1..712b005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@angular-architects/module-federation": "18.0.4", + "@angular-architects/module-federation": "18.0.6", "@angular/animations": "^18.2.2", "@angular/cdk": "^18.2.2", "@angular/common": "^18.2.2", @@ -111,12 +111,11 @@ } }, "node_modules/@angular-architects/module-federation": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@angular-architects/module-federation/-/module-federation-18.0.4.tgz", - "integrity": "sha512-L73xfndHLKjWdGQ//m1H1Vt2Qsu/zerbdYfpekLFRUH7uWLFakkzA+W3IFGGnYQgONVjyGifAfCl8xwzdtLfsA==", - "license": "MIT", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular-architects/module-federation/-/module-federation-18.0.6.tgz", + "integrity": "sha512-uI7Yqs8OM4leakD7sdnk2Pt+bIt9nLGbo6xcYGpLoTWpS0OnCQRQJinNCynAL+F+4NEzNToeNSXXKgffDuQtCQ==", "dependencies": { - "@angular-architects/module-federation-runtime": "18.0.4", + "@angular-architects/module-federation-runtime": "18.0.6", "callsite": "^1.0.0", "node-fetch": "^2.6.7", "semver": "^7.3.5", @@ -124,10 +123,9 @@ } }, "node_modules/@angular-architects/module-federation-runtime": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/@angular-architects/module-federation-runtime/-/module-federation-runtime-18.0.4.tgz", - "integrity": "sha512-26iGE5s2qjfPsGkq7hAKIfaTKFq/Nt57cOnozBFkJaFGVI5Vwbw8AwNdYsy8RBF5yQamsb8kK7/0zK8OFtdmjA==", - "license": "MIT", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@angular-architects/module-federation-runtime/-/module-federation-runtime-18.0.6.tgz", + "integrity": "sha512-rOpuNxg48Lk9ZrNRMcCvMu1D3MhnKPqLw7xhtX8Qva5BOuaQ3gMtBZI4NM5eI8WqPlZNbzVxMNrVzSKaxDApZQ==", "dependencies": { "tslib": "^2.0.0" }, diff --git a/package.json b/package.json index 4d4a894..8d2e108 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ } }, "dependencies": { - "@angular-architects/module-federation": "18.0.4", + "@angular-architects/module-federation": "18.0.6", "@angular/animations": "^18.2.2", "@angular/cdk": "^18.2.2", "@angular/common": "^18.2.2",