Update branch for JS-API PR#4215 (#7523)

* [ci:force][auto-commit] Update JS-API to 4.9.0-4202 for branch: update-js-api originated from JS-API PR: 4215

* [ci:force][auto-commit] Update JS-API to 4.9.0-4221 for branch: update-js-api originated from JS-API PR: 4224

Signed-off-by: eromano <eugenioromano16@gmail.com>

* [ci:force][auto-commit] Update JS-API to 4.9.0-4239 for branch: update-js-api originated from JS-API PR: 4238

Signed-off-by: eromano <eugenioromano16@gmail.com>

* Use js api 4245

* Use js api 4253

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
This commit is contained in:
Alfresco Build
2022-03-01 19:07:20 +01:00
committed by GitHub
parent 12aefbd9e0
commit 62f189d9df
12 changed files with 122 additions and 68 deletions

View File

@@ -5,13 +5,31 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.8.0-4074",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0-4074.tgz",
"integrity": "sha512-TJiQoB6Eb/vO1qPi1BUZhG1iEvKiCBy/33kMjhVVBndSESPvPkGcPvfxVj25dXfl6NTxadb69uKhybi32lD/sQ==",
"version": "4.9.0-4253",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.9.0-4253.tgz",
"integrity": "sha512-3Li5nF5umr3PykmPJjxdxrGEqkDPle5FJkA5pEeSCRpt1vfqNzdaDFRvc1SOKGI8I+88mpLMRDVis1g3msIusg==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
"minimatch": "5.0.1",
"superagent": "^6.0.0"
},
"dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"requires": {
"balanced-match": "^1.0.0"
}
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"requires": {
"brace-expansion": "^2.0.1"
}
}
}
},
"@paperist/types-remark": {
@@ -655,9 +673,9 @@
},
"dependencies": {
"type": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz",
"integrity": "sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw=="
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz",
"integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ=="
}
}
},

View File

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