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": {