From 20093a07b44ef6502024d69283f2dcf76e27786b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:43:43 +0000 Subject: [PATCH] build(deps-dev): bump shelljs from 0.9.2 to 0.10.0 in /source Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.9.2 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.9.2...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] --- source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/package.json b/source/package.json index a82b591..77a1336 100644 --- a/source/package.json +++ b/source/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "license-checker-rseidelsohn": "^4.4.2", - "shelljs": "^0.9.2", + "shelljs": "^0.10.0", "spdx-license-list": "^6.10.0", "uglify-js": "^3.19.3", "unocss": "^66.0.0"