Skip to content

Commit 13e91de

Browse files
authored
chore(deps): fix security vulnerabilities (#4428)
1 parent 0cbf1ca commit 13e91de

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

test/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"ansi-regex": "^5.0.1",
2323
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",
2424
"set-value": "^4.0.1",
25-
"tmpl": "^1.0.5"
25+
"tmpl": "^1.0.5",
26+
"path-parse": "^1.0.7"
2627
}
2728
}

test/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3467,10 +3467,10 @@ path-key@^3.0.0, path-key@^3.1.0:
34673467
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
34683468
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
34693469

3470-
path-parse@^1.0.6:
3471-
version "1.0.6"
3472-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3473-
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
3470+
path-parse@^1.0.6, path-parse@^1.0.7:
3471+
version "1.0.7"
3472+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
3473+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
34743474

34753475
pend@~1.2.0:
34763476
version "1.2.0"

0 commit comments

Comments
 (0)