[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",
@@ -596,9 +596,9 @@
"integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
},
"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

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