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
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"babel-eslint": "8.0.3",
"chalk": "^2.4.1",
"cross-spawn": "^5.1.0",
"eslint": "^4.19.1",
"jest": "^23.6.0",
"eslint": "^9.0.0",
"jest": "^26.0.0",
Comment on lines +40 to +41

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 Regenerate lockfile for eslint/jest version bumps

These dependency range changes are not accompanied by a package-lock.json update, and the lockfile in this commit still pins @wordpress/scripts to eslint ^4.19.1 / jest ^23.6.0 with resolved entries at 4.19.1 and 23.6.0, so lockfile-based installs will continue using the vulnerable versions and the security fix will not actually be applied in reproducible environments.

Useful? React with 👍 / 👎.

"npm-package-json-lint": "^3.3.1",
"read-pkg-up": "^1.0.1",
"resolve-bin": "^0.4.0"
Expand Down