From e7b5935861f4f94bd0a3407f6be0086d819b2e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:04:25 +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 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7aa552f..be58a755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9054,6 +9054,14 @@ "tslib": "^1.9.0" } }, + "ngx-countdown": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ngx-countdown/-/ngx-countdown-3.2.0.tgz", + "integrity": "sha512-syyXjGslLaRZ/6/7oSDokHtc/XgBrYxxUDMIxMcu2e/g968u21QbEvo3saiW7TSpRar0htmR84Shg+jUakl8KA==", + "requires": { + "tslib": "^1.9.0" + } + }, "ngx-device-detector": { "version": "1.3.9", "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-1.3.9.tgz", @@ -11579,9 +11587,9 @@ "dev": true }, "shelljs": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz", - "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", + "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",