From 5f66ac87367fdc8ea957798f9eac2252d92c8090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 07:20:22 +0000 Subject: [PATCH] Bump shelljs from 0.8.1 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.1 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.1...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4019ef4f54..e24c5ec1678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8442,9 +8442,9 @@ "integrity": "sha1-C8ZXVyduvZIMASzpIOJ0F3V2Nz4=" }, "cordova-plugin-customurlscheme-ng": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-customurlscheme-ng/-/cordova-plugin-customurlscheme-ng-12.0.0.tgz", - "integrity": "sha512-EL6bA4hyh/WCM8YTIYjFyvOEB8W3aGC/yDECfDQiLgj3HxAyE6UspEb/QU4DxHDXf2ybZyMBVLCPgoyBM7fMKA==" + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-customurlscheme-ng/-/cordova-plugin-customurlscheme-ng-13.0.0.tgz", + "integrity": "sha512-0lrmga8AlxNYnQwfQINvBXGHFRlt1FwOXIHFZvbzro2d59i3Dce3vuZ6e9XcrViKswBeIOjiIOrXj3cMASrEOw==" }, "cordova-plugin-device": { "version": "2.0.1", @@ -18714,9 +18714,9 @@ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" }, "shelljs": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.1.tgz", - "integrity": "sha512-YA/iYtZpzFe5HyWVGrb02FjPxc4EMCfpoU/Phg9fQoyMC72u9598OUBrsU8IrtwAKG0tO8IYaqbaLIw+k3IRGA==", + "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", diff --git a/package.json b/package.json index 035332f7e5e..040774be54a 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "karma-spec-reporter": "0.0.32", "mini-css-extract-plugin": "0.8.0", "prettier": "2.1.2", - "shelljs": "0.8.1", + "shelljs": "0.8.5", "ts-node": "5.0.0", "tslint": "5.8.0", "tslint-config-prettier": "1.18.0",