From ded27590bee2464ce118bef8b1370ec45653912f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:51:00 +0000 Subject: [PATCH] build(deps): bump @angular-architects/module-federation Bumps the angular group with 1 update in the / directory: [@angular-architects/module-federation](https://github.com/angular-architects/module-federation-plugin). Updates `@angular-architects/module-federation` from 18.0.4 to 18.0.6 - [Release notes](https://github.com/angular-architects/module-federation-plugin/releases) - [Changelog](https://github.com/angular-architects/module-federation-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular-architects/module-federation-plugin/commits) --- updated-dependencies: - dependency-name: "@angular-architects/module-federation" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) 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",