Skip to content

Commit

Permalink
Upgrade other dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Nov 8, 2024
1 parent 9bae05e commit ad2941d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit ad2941d

Please sign in to comment.