Skip to content
Open
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.8",
"@semantic-release/npm": "^7.1.0",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/fs-extra": "^5.1.0",
"@types/lodash": "^4.14.132",
Expand All @@ -94,7 +94,7 @@
"conventional-changelog": "^3.1.3",
"conventional-changelog-cli": "^2.1.0",
"esbuild": "^0.8.39",
"eslint": "^6.6.0",
"eslint": "^9.26.0",

Choose a reason for hiding this comment

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

P1 Badge Update lockfile to match bumped dependencies

The dependency bumps in package.json are not reflected in package-lock.json (e.g., the lockfile still pins eslint at 6.8.0). When CI uses npm ci for reproducible installs, it errors out if the lockfile doesn’t match package.json, so the build/test pipeline will fail until the lockfile is regenerated. Please update and commit package-lock.json alongside these version changes.

Useful? React with 👍 / 👎.

"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^17.1.1",
"eslint-plugin-no-null": "^1.0.2",
Expand All @@ -106,7 +106,7 @@
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"mdgator": "^1.1.2",
"mocha": "^6.1.4",
"mocha": "^10.6.0",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.12",
Expand Down