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
2 changes: 1 addition & 1 deletion packages/frontend/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"flatted": "catalog:",
"highlight.js": "catalog:frontend",
"humanize-duration": "^3.27.2",
"jsonpath": "^1.1.1",
"jsonpath": "^1.2.1",

Choose a reason for hiding this comment

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

JAS Confidence Score: 100%

JAS - Just a suggestion
Dependency Version Pinning

I noticed the jsonpath dependency is using a caret (^) version range. While the pnpm-lock.yaml file mitigates this for CI/CD, using ranged dependencies can sometimes lead to inconsistent builds across different environments if the lock file is ignored or regenerated. For maximum build reproducibility, let's consider pinning the dependency to an exact version.

Suggested change
"jsonpath": "^1.2.1",
"jsonpath": "1.2.1",

"lodash": "catalog:",
"luxon": "catalog:",
"n8n-workflow": "workspace:*",
Expand Down
Loading