diff --git a/package.json b/package.json index 90204ca..2f06e97 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "import": "./index.js" }, "dependencies": { - "@types/node": "^12.20.55", + "@types/node": "*", "@types/through2": "^2.0.38", "b3b": "^0.0.1", "buffer-to-vinyl": "^1.0.0", "code-points": "^2.0.0-1", "concat-stream": "^2.0.0", "fonteditor-core": "^2.4.0", - "get-stdin": "^8.0.0", + "get-stdin": "^9.0.0", "is-otf": "^0.1.2", "is-svg": "^5.1.0", "is-ttf": "^0.2.2", @@ -63,16 +63,16 @@ "replace-ext": "^2.0.0", "stream-combiner": "^0.2.1", "through2": "^4.0.2", - "ttf2woff2": "^4.0.1", + "ttf2woff2": "^6.0.1", "vinyl-fs": "^4.0.0" }, "devDependencies": { "c8": "^10.1.2", - "chai": "^4.1.2", + "chai": "^5.1.2", "gulp-clean": "^0.4.0", "is-eot": "^1.0.0", "is-woff": "^1.0.1", "is-woff2": "^1.0.0", - "mocha": "^9.1.1" + "mocha": "^10.8.2" } }