Skip to content

Commit d0ba3b1

Browse files
bundoleeclaude
andcommitted
chore: fix high-severity minimatch ReDoS and update dependencies
Fix two high-severity Dependabot alerts for minimatch ReDoS (CVEs #14, #15): - Update pnpm override from `<10.2.1` to `<10.2.3` (patched version is 10.2.3) - minimatch is now resolved to 10.2.4 Also update other dependencies: - Node.js: @types/node, @typescript-eslint/*, eslint, globals (minor/patch) - Java: commons-cli 1.10.0 → 1.11.0 - Python: python-multipart minimum version >=0.0.6 → >=0.0.22 (security patch) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1473162 commit d0ba3b1

4 files changed

Lines changed: 129 additions & 129 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<verapdf.version>[1.31.0,1.32.0-RC)</verapdf.version>
5454
<junit.jupiter.version>5.14.2</junit.jupiter.version>
5555
<assertj.version>3.27.7</assertj.version>
56-
<commons.cli.version>1.10.0</commons.cli.version>
56+
<commons.cli.version>1.11.0</commons.cli.version>
5757
<maven-compiler.plugin.version>3.14.1</maven-compiler.plugin.version>
5858
<flatten.plugin.version>1.7.3</flatten.plugin.version>
5959
<jacoco.plugin.version>0.8.14</jacoco.plugin.version>

node/opendataloader-pdf/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"devDependencies": {
5858
"@eslint/js": "^10.0.1",
59-
"@types/node": "^25.3.0",
60-
"@typescript-eslint/eslint-plugin": "^8.56.0",
61-
"@typescript-eslint/parser": "^8.56.0",
62-
"eslint": "^10.0.1",
59+
"@types/node": "^25.3.3",
60+
"@typescript-eslint/eslint-plugin": "^8.56.1",
61+
"@typescript-eslint/parser": "^8.56.1",
62+
"eslint": "^10.0.2",
6363
"glob": "^13.0.6",
64-
"globals": "^17.3.0",
64+
"globals": "^17.4.0",
6565
"prettier": "^3.8.1",
6666
"tsup": "^8.5.1",
6767
"typescript": "^5.9.3",
@@ -70,7 +70,7 @@
7070
},
7171
"pnpm": {
7272
"overrides": {
73-
"minimatch@<10.2.1": ">=10.2.1"
73+
"minimatch@<10.2.3": ">=10.2.3"
7474
}
7575
},
7676
"files": [

0 commit comments

Comments
 (0)