From 2d3a24ab701126f52876b3a75d76d8e3d62583ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 08:34:03 +0000 Subject: [PATCH] chore(deps-dev): bump shelljs from 0.8.5 to 0.10.0 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.5 to 0.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: shelljs dependency-version: 0.10.0 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..d919962 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.10.0", "sinon": "19.0.2", "tape": "5.9.0", "tape-async": "2.3.0",