Bump deps

This commit is contained in:
Lovell Fuller 2025-09-10 08:43:47 +01:00
parent 1835288ab8
commit c270455007
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
"node": "^18.17.0 || ^20.3.0 || >=21.0.0" "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
}, },
"dependencies": { "dependencies": {
"@emnapi/runtime": "^1.4.5" "@emnapi/runtime": "^1.5.0"
}, },
"cpu": [ "cpu": [
"wasm32" "wasm32"

View File

@ -166,7 +166,7 @@
"@img/sharp-win32-x64": "0.34.4-rc.1" "@img/sharp-win32-x64": "0.34.4-rc.1"
}, },
"devDependencies": { "devDependencies": {
"@emnapi/runtime": "^1.4.5", "@emnapi/runtime": "^1.5.0",
"@img/sharp-libvips-dev": "1.2.1", "@img/sharp-libvips-dev": "1.2.1",
"@img/sharp-libvips-dev-wasm32": "1.2.1", "@img/sharp-libvips-dev-wasm32": "1.2.1",
"@img/sharp-libvips-win32-arm64": "1.2.1", "@img/sharp-libvips-win32-arm64": "1.2.1",
@ -174,15 +174,15 @@
"@img/sharp-libvips-win32-x64": "1.2.1", "@img/sharp-libvips-win32-x64": "1.2.1",
"@types/node": "*", "@types/node": "*",
"cc": "^3.0.1", "cc": "^3.0.1",
"emnapi": "^1.4.5", "emnapi": "^1.5.0",
"exif-reader": "^2.0.2", "exif-reader": "^2.0.2",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"icc": "^3.0.0", "icc": "^3.0.0",
"jsdoc-to-markdown": "^9.1.2", "jsdoc-to-markdown": "^9.1.2",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"mocha": "^11.7.1", "mocha": "^11.7.2",
"node-addon-api": "^8.5.0", "node-addon-api": "^8.5.0",
"node-gyp": "^11.4.1", "node-gyp": "^11.4.2",
"nyc": "^17.1.0", "nyc": "^17.1.0",
"semistandard": "^17.0.0", "semistandard": "^17.0.0",
"tar-fs": "^3.1.0", "tar-fs": "^3.1.0",