📦 Update dependencies and configuration in deno.json and deno.lock

This commit is contained in:
2026-04-11 11:24:55 +08:00
parent 84831a4fef
commit ade585db92
2 changed files with 12 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "@hatter/image-scale-cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"exports": "./cli.ts",
"nodeModulesDir": "auto",
"tasks": {
"start": "deno run --allow-read --allow-write --allow-env --allow-ffi cli.ts",
"test": "deno test --allow-read --allow-write --allow-ffi --allow-run --allow-env --no-check",
@@ -19,5 +20,9 @@
"@std/cli": "jsr:@std/cli@1",
"@std/assert": "jsr:@std/assert@1",
"sharp": "npm:sharp@^0.33.0"
},
"allowScripts": {
"allow": [],
"deny": ["npm:sharp@0.33.5"]
}
}

View File

@@ -4,6 +4,7 @@
"jsr:@std/assert@1": "1.0.18",
"jsr:@std/cli@*": "1.0.27",
"jsr:@std/cli@1": "1.0.27",
"jsr:@std/fmt@^1.0.9": "1.0.9",
"jsr:@std/fs@1": "1.0.22",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@1": "1.1.4",
@@ -20,12 +21,17 @@
"@std/cli@1.0.27": {
"integrity": "eba97edd0891871a7410e835dd94b3c260c709cca5983df2689c25a71fbe04de",
"dependencies": [
"jsr:@std/fmt",
"jsr:@std/internal"
]
},
"@std/fmt@1.0.9": {
"integrity": "2487343e8899fb2be5d0e3d35013e54477ada198854e52dd05ed0422eddcabe0"
},
"@std/fs@1.0.22": {
"integrity": "de0f277a58a867147a8a01bc1b181d0dfa80bfddba8c9cf2bacd6747bcec9308",
"dependencies": [
"jsr:@std/internal",
"jsr:@std/path@^1.1.4"
]
},