[ci:force][auto-commit] Update JS-API to 5.1.0-313 for branch: update-js-api originated from JS-API PR: 313 (#7743)

This commit is contained in:
Alfresco Build
2022-09-12 17:02:05 +02:00
committed by GitHub
parent fff475e592
commit 88beaf3535
12 changed files with 29 additions and 28 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.12.0-236",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.12.0-236.tgz",
"integrity": "sha512-9NVFHCTiwsBT02dGjjjoI1pNFyv9U+1K67S2v+Nksy2qcSYGvfTs6l2KmQOQNeqMVIh2AnETvmuC2oaNogQ0/w==",
"version": "5.1.0-313",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.1.0-313.tgz",
"integrity": "sha512-oNd6CfNN5hntH+JcmBv1q1Z0LjOgNgQRKYhLaWmx+LvvLwhSr4p/GD8pybO3gE5SN4dKjXoR9LyRqCj4akECxQ==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
@@ -665,17 +665,17 @@
}
},
"ext": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz",
"integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
"integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
"requires": {
"type": "^2.5.0"
"type": "^2.7.2"
},
"dependencies": {
"type": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/type/-/type-2.6.1.tgz",
"integrity": "sha512-OvgH5rB0XM+iDZGQ1Eg/o7IZn0XYJFVrN/9FQ4OWIYILyJJgVP2s1hLTOFn6UOZoDUI/HctGa0PFlE2n2HW3NQ=="
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz",
"integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw=="
}
}
},

View File

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