smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Update dependencies #14

Closed srchase closed 3 years ago

srchase commented 3 years ago

Updates dependencies, including y81n to resolve CVE-2020-7774.

Steps to update dependencies:

  1. Upgrade to latest npm: npm install -g npm
  2. Review outdated dependencies: npm outdated
  3. Upgrade dependencies: npm update

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.