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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^7.27.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"netlify-cli": "^3.31.16",
"netlify-cli": "^4.0.0",

Choose a reason for hiding this comment

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

P2 Badge Update lockfile to match netlify-cli bump

The change bumps netlify-cli to ^4.0.0 in package.json, but package-lock.json still pins it at ^3.31.16 (see package-lock.json lines 10–21). Any environment that installs strictly from the lockfile will continue using 3.31.16 and miss the intended upgrade, so the security fix won’t actually apply until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
Expand Down