From 7199725c2f8cf8a62a362d37ff2c30d82b0adeed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 02:23:09 +0000 Subject: [PATCH] fix(deps): bump shelljs from 0.9.1 to 0.9.2 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.9.1 to 0.9.2. - [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.9.1...v0.9.2) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c1996ae..da7dbc58 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "chai": "^4.5.0", "debug": "^4.4.0", "fast-glob": "^3.3.3", - "shelljs": "^0.9.1", + "shelljs": "^0.9.2", "sinon": "^10.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 427ec826..6c036f7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4869,10 +4869,10 @@ shelljs@^0.8.4, shelljs@^0.8.5: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.1.tgz#aab9426a54c27c093d5eca428b5fa559944460d6" - integrity sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q== +shelljs@^0.9.2: + version "0.9.2" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.2.tgz#a8ac724434520cd7ae24d52071e37a18ac2bb183" + integrity sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw== dependencies: execa "^1.0.0" fast-glob "^3.3.2"