From bc59449ed3b540c5b78fb6324cb7f1e6973ea6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 05:22:32 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 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.3...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53d5cfd..4de5a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -904,11 +904,6 @@ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", "dev": true }, - "angular": { - "version": ">=1.7.9", - "resolved": "https://registry.npm.taobao.org/angular/download/angular-1.7.8.tgz", - "integrity": "sha1-t37eJyzhsmHjvjDBRRoLNGkFo8k=" - }, "angular-hammer": { "version": "2.2.0", "resolved": "https://registry.npm.taobao.org/angular-hammer/download/angular-hammer-2.2.0.tgz", @@ -916,6 +911,13 @@ "requires": { "angular": ">=1.7.9", "hammerjs": ">=2.0.0" + }, + "dependencies": { + "angular": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz", + "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw==" + } } }, "ansi-colors": { @@ -7857,9 +7859,9 @@ "dev": true }, "shelljs": { - "version": "0.8.3", - "resolved": "https://registry.npm.taobao.org/shelljs/download/shelljs-0.8.3.tgz", - "integrity": "sha1-p/MxlSDr8J7oEnWyNorbKGZZsJc=", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, "requires": { "glob": "^7.0.0",