Closed lisbet-alvarez closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
boundary-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 23, 2024 8:02pm |
boundary-ui-desktop | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 23, 2024 8:02pm |
✅ Closes: https://hashicorp.atlassian.net/browse/ICU-14204
Description
NOTE: This PR is to be merged after ember-cli-mirage upgrade . I'll update this branch and run tests again just to make sure.
Fixes dependabot issue #149 Upgrade
jest
in rose addon which removed dependency thatjsdom
had onws
Note: jest was originally added to fix peer dependency missing warning. Upgrading to v28 removed downstream dependency on ws. After verifying that worked. I upgraded to latest version.
Forcing
socket.io-adapter
to resolve to v2.5.5 caused thews
dependency to update to~8.17.1
and that fixes the vulnerability.Dependency paths: use
yarn why <dependency name>
How to Test
Tested these changes in boundary-ui-releases. Here is the run.
To test locally:
yarn install
ui/admin
make sure app starts up properly withyarn start
ui/desktop
make sure app starts up properly withyarn start:desktop
Checklist