Skip to content

Commit a8687bf

Browse files
Bump shx from 0.3.3 to 0.3.4
Bumps [shx](https://github.com/shelljs/shx) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md) - [Commits](shelljs/shx@v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: shx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ca0d98 commit a8687bf

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"globby": "^11",
3535
"mocha": "^9",
3636
"oclif": "^3",
37-
"shx": "^0.3.3",
37+
"shx": "^0.3.4",
3838
"ts-node": "^10.2.1",
3939
"tslib": "^2.3.1",
4040
"typescript": "^4.4.3"

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4728,15 +4728,6 @@ shell-quote@^1.7.3:
47284728
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
47294729
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
47304730

4731-
shelljs@^0.8.4:
4732-
version "0.8.4"
4733-
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz"
4734-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
4735-
dependencies:
4736-
glob "^7.0.0"
4737-
interpret "^1.0.0"
4738-
rechoir "^0.6.2"
4739-
47404731
shelljs@^0.8.5:
47414732
version "0.8.5"
47424733
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
@@ -4746,13 +4737,13 @@ shelljs@^0.8.5:
47464737
interpret "^1.0.0"
47474738
rechoir "^0.6.2"
47484739

4749-
shx@^0.3.3:
4750-
version "0.3.3"
4751-
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.3.tgz#681a88c7c10db15abe18525349ed474f0f1e7b9f"
4752-
integrity sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==
4740+
shx@^0.3.4:
4741+
version "0.3.4"
4742+
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02"
4743+
integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==
47534744
dependencies:
47544745
minimist "^1.2.3"
4755-
shelljs "^0.8.4"
4746+
shelljs "^0.8.5"
47564747

47574748
side-channel@^1.0.4:
47584749
version "1.0.4"

0 commit comments

Comments
 (0)