[ci:force][auto-commit] Update JS-API to 5.2.0-401 for branch: update-js-api originated from JS-API PR: 401 (#7920)

This commit is contained in:
Alfresco Build
2022-11-03 14:42:40 +01:00
committed by GitHub
parent 26c1431815
commit 033307f2b9
12 changed files with 25 additions and 26 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0.tgz",
"integrity": "sha512-Oaqj9u1lyWCbZu4thcZvfXM70sqhGxFRGwc5OTEfs6Nk2jEPJLhOGyxlrMlImLB5OJpEdrslU0bm9VhkkWObSw==",
"version": "5.2.0-401",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.2.0-401.tgz",
"integrity": "sha512-3X5RN3LlH83UhFTGGi4C1EOj5qgiAl/dQPEtX0E6NO27UW02QHc0Cd8dKedbYwM7l5KQEKmPuCf+OieaWS0MKw==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
@@ -32,9 +32,9 @@
}
},
"tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
},

View File

@@ -5,7 +5,7 @@
"author": "Alfresco Software, Ltd.",
"scripts": {},
"dependencies": {
"@alfresco/js-api": "5.1.0",
"@alfresco/js-api": "5.2.0-401",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",