From 2dd4efa2ae5661cdfc00b2bfc91878053ebcdaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:49:00 +0000 Subject: [PATCH] build(deps): bump shellwords from 0.1.1 to 1.0.1 Bumps [shellwords](https://github.com/jimmycuadra/shellwords) from 0.1.1 to 1.0.1. - [Release notes](https://github.com/jimmycuadra/shellwords/releases) - [Commits](https://github.com/jimmycuadra/shellwords/compare/v0.1.1...1.0.1) --- updated-dependencies: - dependency-name: shellwords dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b80c2f..b4ff134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "growly": "^1.3.0", "is-wsl": "^2.2.0", "semver": "^7.7.2", - "shellwords": "^0.1.1", + "shellwords": "^1.0.1", "which": "^2.0.2" }, "devDependencies": { @@ -8808,9 +8808,10 @@ } }, "node_modules/shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-1.0.1.tgz", + "integrity": "sha512-Fd5KAbmR0kf6GL4bYJTeHdSKW1mCu6rMxdZcZ4l/hD9wRpBB6RxA01TdmegXWzIhJARyYDFs8EAdnpAsRaDGWw==", + "license": "MIT" }, "node_modules/side-channel": { "version": "1.0.6", @@ -16325,9 +16326,9 @@ "dev": true }, "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-1.0.1.tgz", + "integrity": "sha512-Fd5KAbmR0kf6GL4bYJTeHdSKW1mCu6rMxdZcZ4l/hD9wRpBB6RxA01TdmegXWzIhJARyYDFs8EAdnpAsRaDGWw==" }, "side-channel": { "version": "1.0.6", diff --git a/package.json b/package.json index 5bc7a1d..a3249a8 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "growly": "^1.3.0", "is-wsl": "^2.2.0", "semver": "^7.7.2", - "shellwords": "^0.1.1", + "shellwords": "^1.0.1", "which": "^2.0.2" }, "lint-staged": {