Bump shell-quote from 1.8.3 to 1.10.0 in /pulumi - #96
Conversation
🍹
|
minniemeierdev
left a comment
There was a problem hiding this comment.
Approved: the change is limited to the Pulumi lockfile dependency update for shell-quote 1.8.3 to 1.10.0, with benign lockfile duplicate-key cleanup. GitHub checks are green, and I also verified the PR lockfile is reproducible with npm install --package-lock-only plus npm ci and npm run check in pulumi. Release/advisory context looks security-positive because 1.9.0 includes the GHSA-395f-4hp3-45gv parse DoS fix; 1.10.0 keeps MIT licensing, no added dependencies, and node >= 0.4. Not merging as part of this review task.
1fccf5d to
b9c5f70
Compare
minniemeierdev
left a comment
There was a problem hiding this comment.
Approved current head b9c5f70: the diff is now limited to the shell-quote package-lock entry in pulumi, updating 1.8.3 to 1.10.0. GitHub Preview and Test checks are green. I also re-ran local verification on the current head: npm install --package-lock-only produced no changes, npm ci succeeded, and npm run check passed in pulumi. Release/advisory context remains security-positive because 1.9.0 includes the GHSA-395f-4hp3-45gv parse DoS fix, and 1.10.0 keeps MIT licensing, no added dependencies, and node >= 0.4. Not merging as part of this review task.
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.10.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.3...v1.10.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
b9c5f70 to
ff07911
Compare
|
Looks like shell-quote is up-to-date now, so this is no longer needed. |
Bumps shell-quote from 1.8.3 to 1.10.0.
Changelog
Sourced from shell-quote's changelog.
Commits
64988d9v1.10.0617d119[Tests]quote: the tilde test escapes every~, not just a leading one (#9)59bbf8b[types] fix an error TS v6 ignores but v7 fails on190e236[Tests]quote: pin that a backslash with whitespace is not doubled in singl...a04d475[Dev Deps] update@arethetypeswrong/cli,evalmdb9545b3[New]parse: add opt-insplitUnquotedoption for shell field-splitting of...1b36468[readme]quote: use output verbatim; do not re-quote it (#11)1c36f3f[Tests]quote: pin conservative escaping of=,@,^,,,:,!(#11)e1c75cd[readme] documentparse's supported parameter-expansion subsetc0842c8[Fix]parse: match nested${...}braces so nested parameter expansion is ...