Update branch for JS-API PR#4064 (#7438)

* [ci:force][auto-commit] Update JS-API to 4.8.0-4062 for branch: update-js-api originated from JS-API PR: 4064

* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4075

* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4076

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build
2022-01-12 17:19:18 +01:00
committed by GitHub
parent 0bf6eae731
commit c206bc22cd
12 changed files with 24 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.8.0-4045",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0-4045.tgz",
"integrity": "sha512-B8zwmabPq662v6ZWcy4/QR5dEOuOBDGTnkyxCQTqED6xB+oj1fTh1EKx1Wb+utLECkfKYF7OwYBPISrnKpL+FA==",
"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==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -1910,9 +1910,9 @@
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
},
"qs": {
"version": "6.10.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.2.tgz",
"integrity": "sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==",
"version": "6.10.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz",
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
"requires": {
"side-channel": "^1.0.4"
}

View File

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