[ci:force][auto-commit] Update JS-API to 5.2.0-409 for branch: update-js-api originated from JS-API PR: 409 (#7964)

This commit is contained in:
Alfresco Build
2022-11-09 04:19:58 -05:00
committed by GitHub
parent a2205850ce
commit a82147cf13
12 changed files with 18 additions and 18 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.2.0-408",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.2.0-408.tgz",
"integrity": "sha512-3gejdzcxDhbgb7gKkskdjU+CImOzLiEAraXURAZH9MBe6u3d/JC8dKRzMSdJnJPVJRJlpZtIKdlO57DZZPxbhA==",
"version": "5.2.0-409",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.2.0-409.tgz",
"integrity": "sha512-10GpjlJhs+rhBRXoBT6xxEFRhUNBd6+NFNK/7Q6eQHcAEctZYy9D0VuBYxTaK+TKumaG8KcRSlQNbTNobbByug==",
"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": "5.2.0-408",
"@alfresco/js-api": "5.2.0-409",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",