From 3a25cd4144c99d2acd930829752390927b5400cf Mon Sep 17 00:00:00 2001 From: DenysVuika Date: Thu, 5 Oct 2023 21:06:25 +0000 Subject: [PATCH] [ci:force][auto-commit] Update dependencies ADF:6.4.0-6423873645 JS:7.1.0-1372 --- package-lock.json | 8 ++++---- package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0417f9da72..cd125ee99b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@alfresco/adf-core": "6.4.0-6377399867", "@alfresco/adf-extensions": "6.4.0-6377399867", "@alfresco/eslint-plugin-eslint-angular": "6.4.0-6377399867", - "@alfresco/js-api": "7.1.0-1371", + "@alfresco/js-api": "7.1.0-1372", "@angular/animations": "14.1.3", "@angular/cdk": "14.1.3", "@angular/common": "14.1.3", @@ -239,9 +239,9 @@ "integrity": "sha512-ZKiinjfISK1C4g3cBn+w0HH04DrAzEuSapT03VdHcNtHk4LLjhOeKPrnMoYr3ozWtUwJtXBVa+R31FxNfiP9oA==" }, "node_modules/@alfresco/js-api": { - "version": "7.1.0-1371", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.1.0-1371.tgz", - "integrity": "sha512-6BSKyg6xyXRcKr+6P6srbelaXQ23d5BVGgvTxtJnJitaQnJhU12u/lyZy7bGGJOW8cAksw63Tx4ty2rLfJAcZA==", + "version": "7.1.0-1372", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.1.0-1372.tgz", + "integrity": "sha512-jaJaZr7unhdKvcG5wzr2ZNfUR0+/74BHDbpdzZJ8Edp77JnhQrQCtXcIzvw2qDzM84PT7PELUe6x4Ys0h6FzJA==", "dependencies": { "event-emitter": "^0.3.5", "superagent": "^8.0.9", diff --git a/package.json b/package.json index 3c665ea34d..22157e280f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@alfresco/adf-core": "6.4.0-6377399867", "@alfresco/adf-extensions": "6.4.0-6377399867", "@alfresco/eslint-plugin-eslint-angular": "6.4.0-6377399867", - "@alfresco/js-api": "7.1.0-1371", + "@alfresco/js-api": "7.1.0-1372", "@angular/animations": "14.1.3", "@angular/cdk": "14.1.3", "@angular/common": "14.1.3", @@ -83,6 +83,9 @@ "@angular/compiler-cli": "14.1.3", "@angular/language-service": "14.1.3", "@cspell/eslint-plugin": "^7.3.6", + "@nx/angular": "16.10.0", + "@nx/eslint-plugin": "16.10.0", + "@nx/workspace": "16.10.0", "@playwright/test": "^1.37.1", "@schematics/angular": "14.1.2", "@types/event-emitter": "^0.3.3", @@ -130,9 +133,6 @@ "ts-node": "^10.9.1", "tsconfig-paths": "4.2.0", "typescript": "4.7.4", - "webdriver-manager": "12.1.8", - "@nx/workspace": "16.10.0", - "@nx/eslint-plugin": "16.10.0", - "@nx/angular": "16.10.0" + "webdriver-manager": "12.1.8" } }