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/kolibri-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"kolibri-logging": "workspace:*",
"lodash": "catalog:",
"recast": "^0.23.11",
"smol-toml": "^1.6.1",
"smol-toml": "^1.7.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

blocking: smol-toml is declared twice; line 36 still pins ^1.6.1, and JSON parsers keep the last key. Only pnpm-lock.yaml delivers 1.7.1, and ^1.6.1 re-admits vulnerable 1.6.x on the next regeneration. Delete line 36, re-run pnpm install.

"smol-toml": "^1.6.1",
"vue-sfc-descriptor-to-string": "1.0.0"
},
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

Loading