-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(buyers): document guest buyer #214
Conversation
You can probably add those two vulnerability codes to |
I think they should probably be fixed to meet security requirements. I tried creating a PR for axios but another one just popped up... |
Usually we try to fix it by upgrading the dependency itself or any parent ones, although that might be hard. Sometimes it's enough to just resolve to the fixed version using yarn resolutions (we do that too). Not sure if this would solve it:
(then run |
I had a quick look but couldn't get webpack to update. There are lots of upgrades based on the PRs open for this repo - perhaps they need to be tackled first. |
🚀 PR was released in |
Description
TA-7931
Adds documentation for
buyer
prop.Checklist
yarn lint
to make sure my changes pass all testsyarn test
to make sure my changes pass all lintersmain
branchmain
(e.g.release
andpatch
)Contribution guidelines
For contribution guidelines, styleguide, and other helpful information please
see the
CONTRIBUTING.md
file in the root of this project.