Upgrade dependencies to address security vulnerabilities#48
Merged
ryanmcafee merged 3 commits intomainfrom Jan 15, 2026
Merged
Conversation
- Upgrade jest and babel-jest from 29.7.0 to 30.2.0 - Upgrade lint-staged from 15.5.2 to 16.2.7 - Upgrade yargs from 17.7.2 to 18.0.0 - Migrate from yarn to npm package manager - Update GitHub Actions workflow to use npm and latest action versions - Fix .eslintrc by removing invalid tsconfigRootDir setting - Add .nvmrc for consistent Node.js version
- Migrate from legacy .eslintrc to eslint.config.mjs (flat config) - Use FlatCompat to bridge @jupiterone/eslint-config with ESLint 9 - Remove deprecated --ext flag from lint script - Upgrade @typescript-eslint packages to v8 for ESLint 9 compatibility - Upgrade eslint-plugin-jest to v28 for ESLint 9 compatibility - Add @eslint/eslintrc and @eslint/js for flat config support
tokio-on-jupiter
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Dependency Upgrades
Breaking Changes Addressed
.eslintrctoeslint.config.mjs(flat config format)Test plan
npm run build)tsc --noEmit)npm run lint)JIRA: https://jupiterone.atlassian.net/browse/PLATENG-880