Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies, now at version 1.2.4 #50

Merged
merged 1 commit into from Apr 7, 2021

Conversation

pmuellr
Copy link
Member

@pmuellr pmuellr commented Apr 3, 2021

  • upgrade most dependencies, but not CoffeeScript, since the latest
    version generates code that can't be run in older versions of node

  • change to call yaml.load() instead of yaml.safeLoad() since it's no
    longer supported, noticed via an error message:

    Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
    

- upgrade most dependencies, but not CoffeeScript, since the latest
  version generates code that can't be run in older versions of node

- change to call `yaml.load()` instead of `yaml.safeLoad()` since it's no
  longer supported, noticed via an error message:

  ```
  Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
  ```
@Tapishnu
Copy link

Tapishnu commented Apr 6, 2021

When is this PR getting merged? Need to resolve underscore vulnerability issues for whitesource.

@pmuellr pmuellr merged commit fb0a2aa into master Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants