Skip to content

Commit

Permalink
Update tap version to address dependency security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcooper committed Apr 18, 2019
1 parent e1bf9b7 commit 7fd90b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeunit-x",
"version": "0.12.1",
"version": "0.12.2",
"description": "Easy unit testing for node.js and the browser.",
"maintainers": [
{
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"ejs": "^2.5.2",
"tap": "^12.0.1"
"tap": "^12.6.2"
},
"scripts": {
"test": "node ./bin/nodeunit"
Expand Down

0 comments on commit 7fd90b1

Please sign in to comment.