From 41e8421c78114e4c8fd4f776cf9b00a4846a12cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 12:13:49 +0200 Subject: [PATCH] Bump shelljs from 0.8.4 to 0.8.5 in /lib/cli (#8538) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/cli/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index 24bb065127..e9c0e43d4d 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@alfresco/js-api": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.5.0.tgz", - "integrity": "sha512-JypBqL2n45+RZNxWsjaDEx+ajZ2Hg6yDxDTXZZn3xlldv7AKhm3rH6mUFbkJM79aBowthDccrk3jkwwR57ZinQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.0.0.tgz", + "integrity": "sha512-GoDsZp6RPp3eOnF6heeM2FCfNEsrSrj5PyqNMrbTYDcAE8tFErBbquzaDXq5ZvNLCNpQUtEQ9XfjWHBxkon8uA==", "requires": { "event-emitter": "^0.3.5", "superagent": "^6.0.0", @@ -1434,7 +1434,7 @@ "rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", "requires": { "resolve": "^1.1.6" } @@ -1547,9 +1547,9 @@ } }, "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "requires": { "glob": "^7.0.0", "interpret": "^1.0.0",