Commit 6726f4f
authored
fix(deps): raise JS test-harness CVE floors for the 2026-08-19 Dependabot alerts (#65)
Five new HIGH alerts landed against kotlin-js-store/yarn.lock, all in the
karma/webpack/mocha test harness for the JS target — dev-time only, nothing
here ships in published artifacts. Renovate cannot fix these (the lockfile is
generated by the Kotlin Gradle plugin; no package.json exists for its npm
manager) and Dependabot is deliberately disabled for this directory, so the
floors are raised as yarn resolutions, same as the previous two rounds (#5,
#21):
- brace-expansion 2.1.2 -> 2.1.4 (GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895)
- fast-uri 3.1.4 -> 3.1.5 (GHSA-7p8r-x3mc-p8w7)
- js-yaml 4.3.0 -> 4.3.1 (GHSA-5p4m-2wfm-xmqj)
- socket.io-parser new floor 4.2.7 (GHSA-2m8v-j782-fhvr)
Lockfile regenerated with the kotlinUpgradeYarnLock Gradle task; jsTest
passes.
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>1 parent 6555e2a commit 6726f4f
2 files changed
Lines changed: 20 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
| |||
1155 | 1155 | | |
1156 | 1156 | | |
1157 | 1157 | | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | | - | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
| |||
1743 | 1743 | | |
1744 | 1744 | | |
1745 | 1745 | | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
1749 | | - | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
1750 | 1750 | | |
1751 | 1751 | | |
1752 | 1752 | | |
| |||
0 commit comments