Update branch for JS-API PR#3674 (#7154)

* [ci:force][auto-commit] Update JS-API to 4.5.0-3672 for branch: update-js-api originated from JS-API PR: 3674

* Update search-filters.e2e.ts

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Alfresco Build User
2021-07-07 10:36:29 +01:00
committed by GitHub
parent 7e4954bd80
commit d6499792bd
13 changed files with 19 additions and 19 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.5.0-3650",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.5.0-3650.tgz",
"integrity": "sha512-2RDWphLMAlDLGe5E3IbepsCm/hJ9bZDNq57EgWeIucdgy4Z6u/6WlyKbfBSPsofcx6hk1qIIbABeIQcPv2B8rw==",
"version": "4.5.0-3672",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.5.0-3672.tgz",
"integrity": "sha512-nmeaMGZsFfnJTjHWQjcRlPM171TmLMuLvtB6X7w2ycSXXHDsynlDgSvas51eguqg2ZdVyBsQ6nWD9CDJRYc97A==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",

View File

@@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "4.5.0-3650",
"@alfresco/js-api": "4.5.0-3672",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",