Minor packages bump and security updates #3184
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description and Related Issue(s)
This PR updates dev dependencies to resolve security alerts and removes unused packages. It also updates GitHub Actions workflow permissions to follow best practices.
Proposed Changes
@tanstack/eslint-plugin-query: 5.60.1 → 5.91.2eslint: 9.14.0 → 9.39.2eslint-config-next: 15.0.3 → 15.4.10eslint-plugin-react: 7.37.2 → 7.37.5eslint/**/brace-expansion: 1.1.12swagger-ui-react/**/js-yaml: 4.1.1contents: readpermission to the version job in the pre-release workflowNo environment variable changes were made in this PR.
Breaking or Incompatible Changes
None. All updates are minor version bumps that maintain backward compatibility.
Additional Information
These updates address security vulnerabilities identified in dev dependencies while maintaining compatibility with the existing codebase.
Checklist for PR author