vscode-bazel
vscode-bazel copied to clipboard
upgrade path-parse explicitly
Any other changes to packages.json adds a downgrade (for some reason) to path-parse 1.0.6 to the packages-lock.json. That's not ideal and, on top of that, 1.0.6 has a vulnerability in it. https://github.com/advisories/GHSA-hj48-42vr-x3v9
To prevent that from happening, we upgrade to 1.0.7 explicitly in the lockfile.
This downgrade seems to happen anytime you run npm install at all.
Oh, I've also had to include #258 in order to get the CI past the pbjs and pbts permission problems.