Skip to content

Commit

Permalink
package.json: update webpack&webpack-cli dev dependencies
Browse files Browse the repository at this point in the history
The original goal was to update 'ssri' to the latest version that includes
security fixes.

[email protected]
  [email protected]
    [email protected]
      [email protected]

We don't directly depend on ssri, so updated webpack, which has implicit
dependency with webpack-cli. So, updated webpack & webpack-cli using

npm install --save-dev webpack-cli@latest
npm install --save-dev webpack@latest

Now there is no dependency on ssri.
ssri was only on the dev dependency tree, so this shouldn't affect the extension.

Change-Id: Ieb5ecd1537cbb47757c66cc8a3ca4ca92f5ed7ca
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/303989
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
  • Loading branch information
hyangah committed Mar 23, 2021
1 parent caf19fa commit 1410561
Show file tree
Hide file tree
Showing 2 changed files with 1,101 additions and 7,111 deletions.
Loading

0 comments on commit 1410561

Please sign in to comment.