[ci:force][auto-commit] Update JS-API to 4.11.0 for branch: update-js-api originated from JS-API PR: 173 (#7675)

This commit is contained in:
Alfresco Build
2022-06-13 18:03:54 +02:00
committed by GitHub
parent 9c134ba100
commit 92e06ea86a
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.11.0-169",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.11.0-169.tgz",
"integrity": "sha512-4A2BbWkeO2R4R0XwKztntI50orp5EztK03KUmdeaNh34KIc3irFJ5chr1l6r1+hU/npdHIM4I7sDXKslVULo+w==",
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.11.0.tgz",
"integrity": "sha512-K+WTlNtOQi42wJ8py24n3IjQt6C70DJXKyD0FjMjdu8gMHmkSffG+XoQ78NMFH1w64V5QcUoIWWmtNre67VOQQ==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",

View File

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