Update branch for JS-API PR#3889 (#7271)

* [ci:force][auto-commit] Update JS-API to 4.7.0-3886 for branch: update-js-api originated from JS-API PR: 3889

* [ci:force][auto-commit] Update JS-API to 4.7.0-3897 for branch: update-js-api originated from JS-API PR: 3898

Co-authored-by: Travis CI User <travis@example.org>
This commit is contained in:
Alfresco Build
2021-10-06 09:35:22 +01:00
committed by GitHub
parent 2bb7586f93
commit a5c48ba71e
12 changed files with 162 additions and 31533 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.6.0-3790",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.6.0-3790.tgz",
"integrity": "sha512-FQEq/qfzEIaYxShLUgPmyBcJ8tzUaWllcx59uRoMPuJliu/AX9DkAjGWlC3n0wlMHHSEPyhzDTCdAmtfmLDIEA==",
"version": "4.7.0-3897",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.7.0-3897.tgz",
"integrity": "sha512-H5HVAGzxvNujpCRjVp7OjDZikkBGtERmXdj9FG5wa3G8LyHZeR3e84kJTgG0POT2Nmti6cYEoEzbrKDkn29L/g==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -448,9 +448,9 @@
}
},
"cookiejar": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz",
"integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA=="
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz",
"integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ=="
},
"copy-descriptor": {
"version": "0.1.1",
@@ -647,9 +647,9 @@
}
},
"ext": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/ext/-/ext-1.5.0.tgz",
"integrity": "sha512-+ONcYoWj/SoQwUofMr94aGu05Ou4FepKi7N7b+O8T4jVfyIsZQV1/xeS8jpaBzF0csAk0KLXoHCxU7cKYZjo1Q==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz",
"integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==",
"requires": {
"type": "^2.5.0"
},
@@ -712,9 +712,9 @@
}
},
"fast-safe-stringify": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz",
"integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag=="
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
},
"fastest-levenshtein": {
"version": "1.0.12",

View File

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