Skip to content

Commit ab14d7e

Browse files
committed
Update per audit --fix and add tmp as dev dep
We want tmp because the validation_spec.js files were failing due to file collisions in the way that it now runs (asynchronously)
1 parent f177bf5 commit ab14d7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
"kramed": "fchasen/kramed#autoIds",
2626
"optparse": "1.0.4",
2727
"string": "1.6.0",
28-
"underscore": "1.5.2"
28+
"underscore": "^1.13.7"
2929
},
3030
"devDependencies": {
31-
"xml2js": "0.2.8",
32-
"jasmine-node": "1.11.0"
31+
"jasmine": "^5.6.0",
32+
"marked": "^15.0.7",
33+
"tmp": "^0.2.3"
3334
}
3435
}

0 commit comments

Comments
 (0)