We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A vulnerability in bbc-a11y has broken our deployment lifecycle due to us needing audit-ci -low to pass before we can deploy.
bbc-a11y
audit-ci -low
See bbc/bbc-a11y#289
Solution Once bbc/bbc-a11y#289 has been fixed and published we need to pull in the new version of bbc-a11y.
Testing
Dev insight: we should be able to run npm audit without any failures.
npm audit
The text was updated successfully, but these errors were encountered:
After the bbc-a11y fix has been published, we should pull in that change and also remove the --whitelist jquery added in this PR: #1632
--whitelist jquery
Sorry, something went wrong.
pjlee11
Successfully merging a pull request may close this issue.
Describe the bug
A vulnerability in
bbc-a11y
has broken our deployment lifecycle due to us needingaudit-ci -low
to pass before we can deploy.See bbc/bbc-a11y#289
Solution
Once bbc/bbc-a11y#289 has been fixed and published we need to pull in the new version of bbc-a11y.
Testing
Dev insight: we should be able to run
npm audit
without any failures.The text was updated successfully, but these errors were encountered: