chore: fix path-parse vulnerability

This commit is contained in:
Joe Previte
2021-08-10 11:08:49 -07:00
parent cde28a0a0e
commit 3c4e720fe5
2 changed files with 6 additions and 5 deletions

View File

@@ -80,7 +80,8 @@
"browserslist": "^4.16.5",
"safe-buffer": "^5.1.1",
"vfile-message": "^2.0.2",
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3"
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.3",
"path-parse": "^1.0.7"
},
"dependencies": {
"@coder/logger": "1.1.16",