diff --git a/.changeset/big-brooms-call.md b/.changeset/big-brooms-call.md new file mode 100644 index 000000000..19171b471 --- /dev/null +++ b/.changeset/big-brooms-call.md @@ -0,0 +1,5 @@ +--- +"modular-scripts": patch +--- + +Bump shell-quote from 1.7.2 to 1.7.3 diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 183a5b205..266b210da 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -102,7 +102,7 @@ "sass-loader": "10.0.5", "semver": "7.3.5", "semver-regex": "3.1.3", - "shell-quote": "1.7.2", + "shell-quote": "1.7.3", "source-map-support": "0.5.21", "strip-ansi": "6.0.0", "style-loader": "1.3.0", diff --git a/yarn.lock b/yarn.lock index 37e393311..02a0f6162 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11824,10 +11824,10 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shell-quote@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== +shell-quote@1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" + integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== shellwords@^0.1.1: version "0.1.1"