We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5cbc9 commit abae6d0Copy full SHA for abae6d0
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v4.0.1 (Mars 5, 2021)
4
+
5
+* Fix potential command injection vulnerability
6
7
## v4.0.0 (Jan 5, 2021)
8
9
* Upgrade core dependencies and require Node.js 10.13 (Thanks to @realityking)
package.json
@@ -1,6 +1,6 @@
{
"name": "madge",
- "version": "4.0.0",
+ "version": "4.0.1",
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",
"repository": "git://github.com/pahen/madge",
"homepage": "https://github.com/pahen/madge",
0 commit comments