[ci:force][auto-commit] Update JS-API to 5.1.0-378 for branch: update-js-api originated from JS-API PR: 378 (#7905)

This commit is contained in:
Alfresco Build
2022-10-24 10:02:08 +02:00
committed by GitHub
parent 9ac5055276
commit 2d57ca31ca
12 changed files with 34 additions and 21 deletions

View File

@@ -5,13 +5,14 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.1.0-369",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0-369.tgz",
"integrity": "sha512-zWS+2Euy9oyhEc1kq8SFuBvAAC7X8ex+IMO6XxWj2qIaNodpXSgfmh2xYwnYKLHzqdpiRmjyBZkXH6FUEIlxEw==",
"version": "5.1.0-378",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0-378.tgz",
"integrity": "sha512-kAV8EDLQCwysKRBhJuocsZ1NoGwUFdoBTldtDZV/5tMoDUstnQ4SFTtscBpWVPATLYZgl+A+2Gf9VsDyzftHQA==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
"superagent": "^6.0.0"
"superagent": "^6.0.0",
"tslib": "^2.0.0"
},
"dependencies": {
"brace-expansion": {
@@ -29,6 +30,11 @@
"requires": {
"brace-expansion": "^2.0.1"
}
},
"tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
}
}
},

View File

@@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "5.1.0-369",
"@alfresco/js-api": "5.1.0-378",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",