Skip to content

Commit

Permalink
[Deps] update tsconfig-paths
Browse files Browse the repository at this point in the history
Security fix.
See dividab/tsconfig-paths#197
Weaknesses CWE-1321
CVE ID CVE-2021-44906

> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).

(This currently triggers cascade alerts in many packages using eslint-plugin-import)
  • Loading branch information
Alkarex committed Apr 1, 2022
1 parent d8633c3 commit 28dfe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -111,6 +111,6 @@
"minimatch": "^3.1.2",
"object.values": "^1.1.5",
"resolve": "^1.22.0",
"tsconfig-paths": "^3.13.0"
"tsconfig-paths": "^3.14.1"
}
}

0 comments on commit 28dfe88

Please sign in to comment.