-
Notifications
You must be signed in to change notification settings - Fork 29
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: update packages #32
Conversation
BES-91 Update dependencies
Dependabot has flagged a few packages as vulnerable. Let's update them to avoid propagating the vulnerabilities and alerts to the repositories created from the boilerplate. Screenshot 2023-10-17 at 22.09.03.png Also, update those:
Also do we really need |
@@ -38,9 +38,9 @@ jobs: | |||
uses: actions/setup-node@v3 | |||
with: | |||
node-version: ${{ matrix.node-version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node-version: ${{ matrix.node-version }} | |
node-version: 18.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in the next PR 🐸👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in #33
delete ^ from the version Co-authored-by: Disco <[email protected]>
Closes BES-91