[ci:force][auto-commit] Update JS-API to 4.4.0-3449 for branch: update-js-api originated from JS-API PR: 3450 (#6991)

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build User
2021-05-08 14:06:48 +01:00
committed by GitHub
parent f54a29191e
commit e86d48b484
12 changed files with 27 additions and 27 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.4.0-3443",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3443.tgz",
"integrity": "sha512-h4ZxvQS6WLS/pT6QOex3y8qZZ4YcXHeiY5oiP9pK2imOKhQ2OP85bSgPsu0KSoqWGscM5B9YtXZL2g/CpR/itQ==",
"version": "4.4.0-3449",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3449.tgz",
"integrity": "sha512-o+WqjTL12zdKLYf9yWlCK5lPX6LKRzZbaWm15kFRA6rc0GwS9649R4IScKA5I3nJexJ7+lbxZFQ3DFNz+caUeA==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -1781,9 +1781,9 @@
}
},
"object-inspect": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.2.tgz",
"integrity": "sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA=="
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
"integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw=="
},
"object-visit": {
"version": "1.0.1",

View File

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