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

chore: update meow package to address security vulnerability #1694

Closed
wants to merge 1 commit into from
Closed

Conversation

amelcharai
Copy link

Updating a package to address this issue: #1691

Description

Update package.json and yarn.lock files

Motivation and Context

The old version is having a security vulnerability: https://www.npmjs.com/advisories/1500

Usage examples

Please see issue description.

How Has This Been Tested?

Test failed. yarn start command is stopping there

:commitlint t930303$ yarn start
yarn run v1.22.4
$ lerna run start --stream --parallel --include-dependencies
lerna notice cli v3.20.2
lerna info cli using local version of lerna
lerna notice filter including dependencies
lerna info Executing command in 3 packages: "yarn run start"
@commitlint/cli: $ yarn run watch
@commitlint/travis-cli: $ yarn run watch
@commitlint/prompt: $ yarn run watch
@commitlint/cli: $ babel src --out-dir lib --watch --source-maps
@commitlint/travis-cli: $ babel src --out-dir lib --watch --source-maps
@commitlint/prompt: $ babel src --out-dir lib --watch  --source-maps
@commitlint/travis-cli: Successfully compiled 1 file with Babel.
@commitlint/cli: Successfully compiled 2 files with Babel.
@commitlint/prompt: Successfully compiled 13 files with Babel.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@escapedcat
Copy link
Member

escapedcat commented Jun 27, 2020

This could be fixed by #978
There's a change to just get rid of meow.

Official renovate-bot PR is #1939

@amelcharai amelcharai closed this Jul 13, 2020
@amelcharai amelcharai deleted the security/meow branch July 13, 2020 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants