From 557ea0052f6c9bb20e042bc546c5efd062298e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:48:34 +0100 Subject: [PATCH] Bump shelljs from 0.9.1 to 0.9.2 (#10887) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8002efe57..6a0671db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "postcss": "^8.5.3", "postcss-prefix-selector": "^2.1.0", "serve-handler": "^6.1.6", - "shelljs": "^0.9.1", + "shelljs": "^0.9.2", "shx": "^0.3.0", "sinon": "^11.1.2", "sinon-chai": "^4.0.0", @@ -22982,9 +22982,9 @@ } }, "node_modules/shelljs": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.1.tgz", - "integrity": "sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz", + "integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index c5b8518c7..e00563137 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "postcss": "^8.5.3", "postcss-prefix-selector": "^2.1.0", "serve-handler": "^6.1.6", - "shelljs": "^0.9.1", + "shelljs": "^0.9.2", "shx": "^0.3.0", "sinon": "^11.1.2", "sinon-chai": "^4.0.0",