Skip to content

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.

2 participants