Skip to content

Commit 1b26c5d

Browse files
committed
Update mocha,ts-node,typescript
1 parent b5e8e06 commit 1b26c5d

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

package-lock.json

Lines changed: 22 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"eslint-plugin-standard": "4.1.0",
247247
"express": "4.17.1",
248248
"fs-extra": "10.0.0",
249-
"mocha": "9.1.2",
249+
"mocha": "^9.1.3",
250250
"mustache": "4.2.0",
251251
"nyc": "15.1.0",
252252
"prettier": "2.4.1",
@@ -256,9 +256,9 @@
256256
"sinon-chai": "3.7.0",
257257
"stream-buffers": "3.0.2",
258258
"stream-to-string": "1.2.0",
259-
"ts-node": "10.2.1",
259+
"ts-node": "^10.3.0",
260260
"tsd": "0.17.0",
261-
"typescript": "4.4.3"
261+
"typescript": "^4.4.4"
262262
},
263263
"scripts": {
264264
"build-local": "tsc --build tsconfig.node.json && cp src/importer.js lib/ && cp src/wrapper.mjs lib/",

0 commit comments

Comments
 (0)