Bump deps

This commit is contained in:
Lovell Fuller 2025-10-17 14:56:17 +01:00
parent 1bbee519aa
commit b7fda60a85
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",

View File

@ -140,8 +140,8 @@
],
"dependencies": {
"@img/colour": "^1.0.0",
"detect-libc": "^2.1.1",
"semver": "^7.7.2"
"detect-libc": "^2.1.2",
"semver": "^7.7.3"
},
"optionalDependencies": {
"@img/sharp-darwin-arm64": "0.34.4",
@ -168,7 +168,7 @@
"@img/sharp-win32-x64": "0.34.4"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@biomejs/biome": "^2.2.6",
"@cpplint/cli": "^0.1.0",
"@emnapi/runtime": "^1.5.0",
"@img/sharp-libvips-dev": "1.2.3",
@ -183,7 +183,7 @@
"icc": "^3.0.0",
"jsdoc-to-markdown": "^9.1.3",
"node-addon-api": "^8.5.0",
"node-gyp": "^11.4.2",
"node-gyp": "^11.5.0",
"tar-fs": "^3.1.1",
"tsd": "^0.33.0"
},