Update branch for JS-API PR#4011 (#7383)

* [ci:force][auto-commit] Update JS-API to 4.8.0-4010 for branch: update-js-api originated from JS-API PR: 4011

* [ci:force][auto-commit] Update JS-API to 4.8.0-4010 for branch: update-js-api originated from JS-API PR: 4017

* [ci:force][auto-commit] Update JS-API to 4.8.0-4021 for branch: update-js-api originated from JS-API PR: 4022

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build
2021-12-01 08:42:48 +00:00
committed by GitHub
parent 2b25b50720
commit 577be72c6e
12 changed files with 24 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.8.0-3998",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0-3998.tgz",
"integrity": "sha512-/eMypI/JmgRQWI9U9fjxSwkSvFxeJIwAPK/jNP2wgpjZrwrRxZgRFw6birtOEDE/K9nvDErXKYV9dV64Gj9MpA==",
"version": "4.8.0-4021",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0-4021.tgz",
"integrity": "sha512-i4sc1XWGFwHhEY3khfBzDyZrVbdzOqPIFtLRWj29Xp1xcYGAj6woGCDzhDaa3pvQtXA5UY7gk6o3tAQYx/w4nQ==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -2689,9 +2689,9 @@
},
"dependencies": {
"debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"requires": {
"ms": "2.1.2"
}

View File

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