[ci:force][auto-commit] Update JS-API to 4.10.0-78 for branch: update-js-api originated from JS-API PR: 78 (#7589)

This commit is contained in:
Alfresco Build
2022-04-21 10:11:54 +02:00
committed by GitHub
parent b205ab1ffd
commit 23d3ca6f75
12 changed files with 24 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.10.0-77",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.10.0-77.tgz",
"integrity": "sha512-oWlufvUZeG10V4RxX31d+kr7H783aKWngBtDTUPR2VYvBZLi6SYxO3SlVTJhyyd+LA46ycuHJS+cFT7HEyhWxw==",
"version": "4.10.0-78",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.10.0-78.tgz",
"integrity": "sha512-bcATi1heOq76PV+shP8WVAy6Qi2NPt+U2jG1TtF1+gbKylnmAlCWDPtgZhNx2YSGdPPEXddR6r0u6/H4PnPV9w==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
@@ -489,9 +489,9 @@
"integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA="
},
"es5-ext": {
"version": "0.10.60",
"resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.60.tgz",
"integrity": "sha512-jpKNXIt60htYG59/9FGf2PYT3pwMpnEbNKysU+k/4FGwyGtMotOvcZOuW+EmXXYASRqYSXQfGL5cVIthOTgbkg==",
"version": "0.10.61",
"resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz",
"integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==",
"requires": {
"es6-iterator": "^2.0.3",
"es6-symbol": "^3.1.3",

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.10.0-77",
"@alfresco/js-api": "4.10.0-78",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",