diff --git a/package-lock.json b/package-lock.json index d807494bb..edf8654b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12362,9 +12362,12 @@ "dev": true }, "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/compressible": { "version": "2.0.18", diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 9137c6022..6d46ac400 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,9 +5,9 @@ "peerDependencies": { "@angular/common": ">=14.1.0", "@angular/core": ">=14.1.0", - "@alfresco/adf-core": ">=6.6.0-7017572520", - "@alfresco/adf-content-services": ">=6.6.0-7017572520", - "@alfresco/adf-extensions": ">=6.6.0-7017572520", + "@alfresco/adf-core": ">=6.7.0-7666806313", + "@alfresco/adf-content-services": ">=6.7.0-7666806313", + "@alfresco/adf-extensions": ">=6.7.0-7666806313", "@alfresco/js-api": ">=7.5.0-7004095144", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.3", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index f8e3b5f5b..9e2bab3bc 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,9 +5,9 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=6.6.0-7017572520", - "@alfresco/adf-core": ">=6.6.0-7017572520", - "@alfresco/adf-extensions": ">=6.6.0-7017572520", + "@alfresco/adf-content-services": ">=6.7.0-7666806313", + "@alfresco/adf-core": ">=6.7.0-7666806313", + "@alfresco/adf-extensions": ">=6.7.0-7666806313", "@alfresco/js-api": ">=7.5.0-7004095144", "@angular/animations": ">=14.1.3", "@angular/common": ">=14.1.3",