From c1a597c903ddc3c668950db90e3af1f41222006e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:51:12 +0100 Subject: [PATCH] Bump shx from 0.3.4 to 0.4.0 (#10886) Bumps [shx](https://github.com/shelljs/shx) from 0.3.4 to 0.4.0. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0) --- updated-dependencies: - dependency-name: shx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 55 +++++++---------------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a0671db9..9c528c357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "postcss-prefix-selector": "^2.1.0", "serve-handler": "^6.1.6", "shelljs": "^0.9.2", - "shx": "^0.3.0", + "shx": "^0.4.0", "sinon": "^11.1.2", "sinon-chai": "^4.0.0", "smash": "0.0", @@ -23001,59 +23001,20 @@ } }, "node_modules/shx": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz", - "integrity": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/shx/-/shx-0.4.0.tgz", + "integrity": "sha512-Z0KixSIlGPpijKgcH6oCMCbltPImvaKy0sGH8AkLRXw1KyzpKtaCTizP2xen+hNDqVF4xxgvA0KXSb9o4Q6hnA==", "dev": true, + "license": "MIT", "dependencies": { - "minimist": "^1.2.3", - "shelljs": "^0.8.5" + "minimist": "^1.2.8", + "shelljs": "^0.9.2" }, "bin": { "shx": "lib/cli.js" }, "engines": { - "node": ">=6" - } - }, - "node_modules/shx/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/shx/node_modules/shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" + "node": ">=18" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index e00563137..7426cb030 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "postcss-prefix-selector": "^2.1.0", "serve-handler": "^6.1.6", "shelljs": "^0.9.2", - "shx": "^0.3.0", + "shx": "^0.4.0", "sinon": "^11.1.2", "sinon-chai": "^4.0.0", "smash": "0.0",