From f54bdf55101c5c3b087ef22bc46fac0cebf3df08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 04:38:49 +0000 Subject: [PATCH] build(deps): bump shellwords from 0.1.1 to 1.1.1 Bumps [shellwords](https://github.com/jimmycuadra/shellwords) from 0.1.1 to 1.1.1. - [Release notes](https://github.com/jimmycuadra/shellwords/releases) - [Commits](https://github.com/jimmycuadra/shellwords/compare/v0.1.1...1.1.1) --- updated-dependencies: - dependency-name: shellwords dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b80c2f..e7a1fda 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.1.1", "which": "^2.0.2" }, "devDependencies": { @@ -8808,9 +8808,9 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-1.1.1.tgz", + "integrity": "sha512-LzESUkEHUuFbjaE7j8uyIjKvySfSFvCF6G4WOygjwSwQj3VuX8hr+v4M252B3twEct6XTWrrNSFu74mTlx4uAQ==" }, "node_modules/side-channel": { "version": "1.0.6", @@ -16325,9 +16325,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.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-1.1.1.tgz", + "integrity": "sha512-LzESUkEHUuFbjaE7j8uyIjKvySfSFvCF6G4WOygjwSwQj3VuX8hr+v4M252B3twEct6XTWrrNSFu74mTlx4uAQ==" }, "side-channel": { "version": "1.0.6", diff --git a/package.json b/package.json index 5bc7a1d..d0ab519 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.1.1", "which": "^2.0.2" }, "lint-staged": {