dicomweb-proxy
dicomweb-proxy copied to clipboard
[Snyk] Upgrade shelljs from 0.8.5 to 0.10.0
Snyk has created this PR to upgrade shelljs from 0.8.5 to 0.10.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
-
The recommended version is 4 versions ahead of your current version.
-
The recommended version was released 24 days ago.
Release notes
Package name: shelljs
-
0.10.0 - 2025-05-09
What's Changed
- chore: update deps by @ nfischer in #1201
- chore: rename master -> main by @ nfischer in #1203
- refactor: avoid dependency cycle by @ nfischer in #1204
- Enforce single quotes by @ abluescarab in #1207
- chore: update deps by @ nfischer in #1209
- refactor: use require instead of import by @ nfischer in #1212
- refactor: use promises for utils.runScript by @ nfischer in #1211
- refactor: use expectations for t.throws by @ nfischer in #1213
- refactor: prefer promises over test.cb by @ nfischer in #1214
- refactor: allow es6 language features by @ nfischer in #1215
- refactor: use es6 class syntax for CommandError by @ nfischer in #1217
- chore: update ava by @ nfischer in #1218
- fix: cmd is compatible with node 22.10 by @ nfischer in #1219
- refactor: explicit handling for execa errors by @ nfischer in #1220
- Add -B, -A, and -C options to grep by @ abluescarab in #1206
- refactor: change how internal errors are handled by @ nfischer in #1222
- Deprecate the shjs binary by @ nfischer in #1225
- bump execa dependency version by @ y-nk in #1216
New Contributors
- @ abluescarab made their first contribution in #1207
- @ y-nk made their first contribution in #1216
Full Changelog: v0.9.2...v0.10.0
-
0.9.2 - 2025-03-17
What's Changed
- test: add tests for shelljs glob expansion by @ nfischer in #1198
- chore: remove unused env var by @ nfischer in #1199
- fix: add package.json to exports list by @ nfischer in #1200
Full Changelog: v0.9.1...v0.9.2
-
0.9.1 - 2025-03-08
What's Changed
- fix: add global.js and plugin.js to exports list by @ nfischer in #1196
Full Changelog: v0.9.0...v0.9.1
-
0.9.0 - 2025-03-08
What's Changed
- fix: Exit 1 with empty string if no match by @ wyardley in #901
- feat(cp): support update flag when recursing by @ joshi-sh in #889
- ci: change language to node_js and remove obsolete scripts by @ DanielRuf in #910
- chore: remove gitter integration by @ nfischer in #907
- chore(npm): remove lockfile by @ nfischer in #911
- chore: script to bump supported node versions by @ nfischer in #913
- chore(node): drop node v4 and v5 by @ nfischer in #917
- fix(exec): consistent error message for maxBuffer by @ nfischer in #919
- chore(test): no coverage by default by @ nfischer in #920
- chore(node): add v10 and v11 to CI by @ nfischer in #921
- test(touch): add coverage for -d option by @ nfischer in #925
- feat(options): initial support for long options by @ nfischer in #926
- docs: clarify which methods return ShellStrings by @ nfischer in #934
- docs: fix typo by @ Jason-Cooke in #943
- chore(lint): alphabetize lint rules by @ nfischer in #946
- chore(lint): upgrade eslint by @ nfischer in #947
- docs(sed): clarify using
sedwith newlines in #949 - docs(exec): document security concerns by @ nfischer in #950
- docs(exec): minor wording changes on security doc by @ nfischer in #951
- chore(lint): update lint dependencies by @ nfischer in #948
- Add boolean
fataloption toexec()function by @ WesCossick in #961 - test: misc test changes by @ nfischer in #970
- chore: update dev deps by @ nfischer in #971
- Silence potentially upcoming circular dependency warning by @ addaleax in #973
- fix(exec): join paths correctly by @ nfischer in #975
- feat: add shell.cmd to replace exec by @ nfischer in #866
- Update “OS X” to “macOS” by @ sonicdoe in #977
- chore: support up to node v13 by @ nfischer in #978
- fix(mv): Fix moving files across volumes by @ christopherthielen in #982
- Update ls with glob example. by @ smack0007 in #1006
- chore: change supported node versions by @ nfischer in #1011
- Cleanup LICENSE by @ reviewher in #966
- test(cmd): add test for caret char by @ nfischer in #1017
- fix(mkdir): mitigate directory creation race condition by @ rivy in #1019
- Added mkdir -p tests for subdirectories by @ JessieFrance in #1026
- remove file extension by @ JessieFrance in #1033
- Fix test command example by @ wafuwafu13 in #1043
- chore: set up GitHub Actions CI by @ nfischer in #1055
- Removed mentions of documentup website by @ fineon in #1056
- fix(exec): lockdown file permissions by @ nfischer in #1060
- chore: add SECURITY.md by @ nfischer in #1061
- docs(ls): document the toString() override by @ nfischer in #1065
- docs(chmod): briefly mention Windows file perms by @ nfischer in #1066
- sed with -i option now runs silently by @ joshi-sh in #959
- Feature: Expose Error Code by @ JessieFrance in #1036
- Feature/grep n by @ fhanrath in #1057
- Added support for -n +NUM in tail.js (with sign) by @ A-725-K in #1027
- chore: remove codecov devDependency by @ nfischer in #1069
- chore: update deps by @ nfischer in #1072
- test(cp): fix cp -Ru test cases by @ nfischer in #1073
- Add preserve option to cp by @ nfischer in #869
- docs(import): document es6 import command by @ nfischer in #1077
- docs(touch): clarify docs for touch() command by @ nfischer in #1078
- Added -L to find to visit symlinked folders too. by @ mperrando in #1080
- chore: update CI to include v18 by @ nfischer in #1099
- chore: add codecov token by @ nfischer in #1125
- chore: update CI to test against node v20 by @ nfischer in #1123
- fix: shell.errorCode() honors shell.exit(code) by @ nfischer in #1122
- docs: fix typo in security policy by @ nfischer in #1134
- chore: update nyc to v15 by @ nfischer in #1139
- chore: keep node < 16 around longer by @ nfischer in #1141
- chore: remove codecov token by @ nfischer in #1138
- test: add coverage for exit function by @ nfischer in #1142
- Bump GitHub workflow actions to latest versions by @ deining in #1136
- Fixing typos by @ deining in #1137
- Exports shell.js and make.js on package.json by @ alexojegu in #1135
- test: make a test more forgiving for systems with non-standard bash and sh paths by @ skeet70 in #1144
- docs: change GitHub Actions README badge by @ nfischer in #1145
- chore: try codecov token again by @ nfischer in #1151
- test: create test files inside temp directory by @ nfischer in #1150
- chore: remove unsupported node configs from CI by @ nfischer in #1159
- test: add test coverage for some globOptions by @ nfischer in #1163
- test: add more coverage for globOptions by @ nfischer in #1164
- deprecate config.globOptions by @ nfischer in