openvsx
openvsx copied to clipboard
Update glob and jws transitive dependencies
This PR updates some transitive dependencies.
instead of adding a resolution we could also just bump the vsce and rimraf dependencies.
Though jws is a transitive dependency of vsce and would resolve to 4.0.0 without a resolution afaict.
We want 4.0.1 though.
The yarn.lock file has been updated when creating the PR:
tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ git status .
On branch update-glob-dep
Your branch is up to date with 'origin/update-glob-dep'.
nothing to commit, working tree clean
tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ yarn install
➤ YN0000: · Yarn 4.9.1
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Post-resolution validation
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 0s 266ms
tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ git status .
On branch update-glob-dep
Your branch is up to date with 'origin/update-glob-dep'.
nothing to commit, working tree clean