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

Installed respec package depends on a compromised version of colors #3951

Closed
kaelig opened this issue Jan 10, 2022 · 1 comment · Fixed by #3952
Closed

Installed respec package depends on a compromised version of colors #3951

kaelig opened this issue Jan 10, 2022 · 1 comment · Fixed by #3952

Comments

@kaelig
Copy link

kaelig commented Jan 10, 2022

As shown in these logs: https://github.com/design-tokens/community-group/runs/4757732944?check_suite_focus=true#step:3:670

Screen Shot 2022-01-09 at 10 32 03 PM

I tried to overcome this issue by adding these lines to package.json:

  // For npm
  "overrides": {
    "colors": "1.4.0"
  },
  // For yarn
  "resolutions": {
    "colors": "1.4.0"
  }

But this didn't only solved the issue locally, and not with the w3c/spec-prod@v2 action.

Is there a workaround someone can provide?

@sidvishnoi
Copy link
Member

sidvishnoi commented Jan 10, 2022

Released new ReSpec version (28.2.0) with colors locked at a safe version. Re-running spec-prod action should work as expected now without any changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants