Skip to content
Closed
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"algoliasearch": "^5.46.1",
"dotenv": "^17.2.3",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"js-yaml": "4.3.1",
"json-schema-merge-allof": "^0.8.1",
"lodash-es": "^4.17.21",
"lodash-es": "4.18.0",
Comment on lines +50 to +52

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Commit the regenerated pnpm lockfile

These dependency specifiers no longer match the root importer in pnpm-lock.yaml, which still records js-yaml: ^4.1.1 and lodash-es: ^4.17.21. The setup used by every PR-check job runs pnpm install in .github/actions/setup-pnpm/action.yml, and pnpm documents that frozen-lockfile mode is enabled by default in CI; reproducing that command with CI=true reports ERR_PNPM_OUTDATED_LOCKFILE for both dependencies before any checks run. Regenerate and commit pnpm-lock.yaml with these upgrades.

Useful? React with 👍 / 👎.

"remove-markdown": "^0.6.2"
},
"devDependencies": {
Expand Down
Loading