Skip to content

Commit a175a73

Browse files
committed
fix(DEPS): bump diff override to 8.0.4 for sinon compatibility
Bugbot caught that sinon@21.1.2 (pulled in by the lockfile regen in the previous commit) declares diff@^8.0.4, while the existing override was still pinned to 8.0.3 — outside that range. Bump to 8.0.4, which: - satisfies sinon@21.1.2's ^8.0.4 requirement - still keeps mocha above the vulnerable diff@7.0.0 (GHSA-73rr-hh4g-fpgx, fixed in 8.0.3) - has no known advisories `npm audit` remains clean (0 vulns).
1 parent 2328365 commit a175a73

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"supertest": "^7.2.2"
122122
},
123123
"overrides": {
124-
"diff": "8.0.3",
124+
"diff": "8.0.4",
125125
"mocha": {
126126
"serialize-javascript": "7.0.5"
127127
}

0 commit comments

Comments
 (0)