Bump @alfresco/adf-cli (#1546)

Bumps [@alfresco/adf-cli](https://github.com/Alfresco/alfresco-ng2-components) from 3.10.0-44c5472fa25d6c22226c8a86a332c3ea5bcfa359 to 3.10.0-52579172585e55e74638b199a122c61141647bfe.
- [Release notes](https://github.com/Alfresco/alfresco-ng2-components/releases)
- [Commits](https://github.com/Alfresco/alfresco-ng2-components/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-07-30 17:53:03 +01:00
committed by GitHub
parent 9596c692f6
commit a3343c98b0
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated
View File

@@ -5,12 +5,12 @@
"requires": true,
"dependencies": {
"@alfresco/adf-cli": {
"version": "3.10.0-44c5472fa25d6c22226c8a86a332c3ea5bcfa359",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-3.10.0-44c5472fa25d6c22226c8a86a332c3ea5bcfa359.tgz",
"integrity": "sha512-6CRnmCbJ3uOKPQvzKz/cwmlkvWhJL8apAwXRgVEIxqbdKXzfHoHrweFzRxXGIDvEBw0jQhXdVV2gPSfdhMcT3w==",
"version": "3.10.0-52579172585e55e74638b199a122c61141647bfe",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-3.10.0-52579172585e55e74638b199a122c61141647bfe.tgz",
"integrity": "sha512-fHCWd6pSYXmxLcEjiuZyBGqx5crlc/AFSiV0k97S+M3hzHKLDAMSCJIK5CTZhi8H4BXoPdpf5hJWoIcMJ37iRQ==",
"dev": true,
"requires": {
"@alfresco/js-api": "3.10.0-c1ad5d79a257f31a52ffd327022458da7926c211",
"@alfresco/js-api": "3.10.0-11dab5764e0caeb5387c911e5758e1d9b2c1caf3",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",
@@ -20,6 +20,17 @@
"spdx-license-list": "^5.0.0"
},
"dependencies": {
"@alfresco/js-api": {
"version": "3.10.0-11dab5764e0caeb5387c911e5758e1d9b2c1caf3",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.10.0-11dab5764e0caeb5387c911e5758e1d9b2c1caf3.tgz",
"integrity": "sha512-ijowA4WVFjC5joRj2KmCd3TbN1ccQ3onFn3vMhag94FNVybV9ZHHFjbMcLkOVNfFfgkjyRRwafJsqDnyzFBIpQ==",
"dev": true,
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
"superagent": "^5.1.2"
}
},
"commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",

View File

@@ -66,7 +66,7 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "3.10.0-44c5472fa25d6c22226c8a86a332c3ea5bcfa359",
"@alfresco/adf-cli": "3.10.0-52579172585e55e74638b199a122c61141647bfe",
"@alfresco/adf-testing": "3.10.0-90820a08dfb7de57e3b071f36ce8713bea1178c9",
"@angular-devkit/build-angular": "~0.1000.4",
"@angular-devkit/build-ng-packagr": "~0.1000.4",