[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",
@@ -1218,9 +1218,9 @@
"integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
},
"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=="
},
"once": {
"version": "1.4.0",

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": "4.4.0-3443",
"@alfresco/js-api": "4.4.0-3449",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",