[ci:force][auto-commit] Update JS-API to 4.12.0-191 for branch: update-js-api originated from JS-API PR: 32 (#7676)

This commit is contained in:
Alfresco Build
2022-06-27 15:03:57 +01:00
committed by GitHub
parent a4d9e94a2f
commit a6ed124005
12 changed files with 24 additions and 24 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.11.0.tgz",
"integrity": "sha512-K+WTlNtOQi42wJ8py24n3IjQt6C70DJXKyD0FjMjdu8gMHmkSffG+XoQ78NMFH1w64V5QcUoIWWmtNre67VOQQ==",
"version": "4.12.0-191",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.12.0-191.tgz",
"integrity": "sha512-gzaZ2DRToVANcsCvdWuB/QpV8HXhILF0GZ92xdy/+T9pPAP9oQZa/Ci/W+EKaBYZWZCtITop0sA2knhYndY+Dw==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
@@ -1928,9 +1928,9 @@
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
},
"qs": {
"version": "6.10.5",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz",
"integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
"requires": {
"side-channel": "^1.0.4"
}

View File

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