From 3086bb4740ce5fe2190bf249f2a70be78c8ef73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 08:26:55 +0000 Subject: [PATCH] chore(deps-dev): bump shelljs from 0.8.5 to 0.9.2 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.5 to 0.9.2. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.5...v0.9.2) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d3c0a7..d57c2ea 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "nyc": "17.1.0", "selenium-webdriver": "4.25.0", "serve-static": "1.16.2", - "shelljs": "0.8.5", + "shelljs": "0.9.2", "sinon": "19.0.2", "tape": "5.9.0", "tape-async": "2.3.0",