From 0415b645abaacc1dbc5c44dcd920068e1febf7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 06:35:25 +0000 Subject: [PATCH] Bump shelljs from 0.8.3 to 0.8.5 in /www 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: direct:production ... Signed-off-by: dependabot[bot] --- www/package-lock.json | 6 +++--- www/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index 99726e4..839277c 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -15215,9 +15215,9 @@ "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" }, "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==", "requires": { "glob": "^7.0.0", "interpret": "^1.0.0", diff --git a/www/package.json b/www/package.json index 366c4d2..cc11f00 100644 --- a/www/package.json +++ b/www/package.json @@ -49,7 +49,7 @@ "redux-saga": "1.1.3", "sanitize.css": "11.0.0", "serve": "11.3.0", - "shelljs": "0.8.3", + "shelljs": "0.8.5", "styled-components": "5.0.1", "stylelint": "13.2.1", "stylelint-config-recommended": "3.0.0",