Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 46 additions & 72 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"preinstall": "node src/index.cjs"
},
"dependencies": {
"tar": "^6.2.0",
"tar": "^7.5.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: The tar package upgrade from v6 to v7 requires Node.js >=18 (previously >=10). Check that all environments where this npm package is installed meet this requirement. Your CI uses Node 20 (/github/infisical/cli/.github/workflows/release_build_infisical_cli.yml:60), which is compatible.

"yauzl": "^3.2.0"
}
}