-
-
Notifications
You must be signed in to change notification settings - Fork 20
Bump eslint-plugin-import-x
in lockfile
#267
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
base: main
Are you sure you want to change the base?
Conversation
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. Learn more about Socket for GitHub.
|
This fixes an issue in the compatibility tests workflow in CI (example here) since the latest version of
eslint-plugin-import-x
usesunrs-resolver
, which needs to be added to theallow-scripts
configuration. I've bumped it in the lockfile here and added theallow-scripts
configuration to resolve the CI error.