Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 1693f81

Browse files
committed
Update tap to version 14.3.1
Fixes `npm audit` warning for `handlebars`. Disable `esm` to allow tests to pass on Node.js 13 nightlies.
1 parent 96a1bed commit 1693f81

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ node-report*.txt
4343
npm-debug.log
4444
nodereport-*.tgz
4545
nodereport_test.log
46+
package-lock.json

.taprc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
esm: false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/nodejs/node-report/issues"
2525
},
2626
"devDependencies": {
27-
"tap": "~12.4.1"
27+
"tap": "^14.3.1"
2828
}
2929
}

0 commit comments

Comments
 (0)