📦 Update dependencies and configuration in deno.json and deno.lock
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "@hatter/image-scale-cli",
|
"name": "@hatter/image-scale-cli",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./cli.ts",
|
"exports": "./cli.ts",
|
||||||
|
"nodeModulesDir": "auto",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"start": "deno run --allow-read --allow-write --allow-env --allow-ffi cli.ts",
|
"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",
|
"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/cli": "jsr:@std/cli@1",
|
||||||
"@std/assert": "jsr:@std/assert@1",
|
"@std/assert": "jsr:@std/assert@1",
|
||||||
"sharp": "npm:sharp@^0.33.0"
|
"sharp": "npm:sharp@^0.33.0"
|
||||||
|
},
|
||||||
|
"allowScripts": {
|
||||||
|
"allow": [],
|
||||||
|
"deny": ["npm:sharp@0.33.5"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+6
@@ -4,6 +4,7 @@
|
|||||||
"jsr:@std/assert@1": "1.0.18",
|
"jsr:@std/assert@1": "1.0.18",
|
||||||
"jsr:@std/cli@*": "1.0.27",
|
"jsr:@std/cli@*": "1.0.27",
|
||||||
"jsr:@std/cli@1": "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/fs@1": "1.0.22",
|
||||||
"jsr:@std/internal@^1.0.12": "1.0.12",
|
"jsr:@std/internal@^1.0.12": "1.0.12",
|
||||||
"jsr:@std/path@1": "1.1.4",
|
"jsr:@std/path@1": "1.1.4",
|
||||||
@@ -20,12 +21,17 @@
|
|||||||
"@std/cli@1.0.27": {
|
"@std/cli@1.0.27": {
|
||||||
"integrity": "eba97edd0891871a7410e835dd94b3c260c709cca5983df2689c25a71fbe04de",
|
"integrity": "eba97edd0891871a7410e835dd94b3c260c709cca5983df2689c25a71fbe04de",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"jsr:@std/fmt",
|
||||||
"jsr:@std/internal"
|
"jsr:@std/internal"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"@std/fmt@1.0.9": {
|
||||||
|
"integrity": "2487343e8899fb2be5d0e3d35013e54477ada198854e52dd05ed0422eddcabe0"
|
||||||
|
},
|
||||||
"@std/fs@1.0.22": {
|
"@std/fs@1.0.22": {
|
||||||
"integrity": "de0f277a58a867147a8a01bc1b181d0dfa80bfddba8c9cf2bacd6747bcec9308",
|
"integrity": "de0f277a58a867147a8a01bc1b181d0dfa80bfddba8c9cf2bacd6747bcec9308",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"jsr:@std/internal",
|
||||||
"jsr:@std/path@^1.1.4"
|
"jsr:@std/path@^1.1.4"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user