You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two old versions were brought in by @sentry/ember
- `0.4.x` was brought in by the very specific, old version of ember-auto-import that the package depends on. It is only able to depend on `1.6.x` releases, which date back to June of 2020
- `0.37.0` was depended on specifically, but the latest is `0.47.1`. Because these are pre-major releases, they will not naturally fluctuate to a newer version
This PR updates both of these dependencies to the latest versions possible without making a breaking change.
0 commit comments