[ci:force][auto-commit] Update JS-API to 4.6.0-3694 for branch: update-js-api originated from JS-API PR: 3696 (#7174)

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-07-13 13:54:02 +01:00
committed by GitHub
parent 3d94711326
commit 182021a127
12 changed files with 60 additions and 30166 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.5.0-3672",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.5.0-3672.tgz",
"integrity": "sha512-nmeaMGZsFfnJTjHWQjcRlPM171TmLMuLvtB6X7w2ycSXXHDsynlDgSvas51eguqg2ZdVyBsQ6nWD9CDJRYc97A==",
"version": "4.6.0-3694",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.6.0-3694.tgz",
"integrity": "sha512-fgK2csttJMqK4zH7CL7I7+u2IbfFepCQSdYXeLoxjjtP8zG7uzIs6H5AXxsTEXUPo+x7sOihtymlckG3tuYzvg==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -1781,9 +1781,9 @@
}
},
"object-inspect": {
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
"integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw=="
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
"integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg=="
},
"object-visit": {
"version": "1.0.1",

View File

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