From 26363888d7f3a7f3a1875643af12a1700a55f3e6 Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Fri, 31 May 2024 23:03:38 +0200 Subject: [PATCH] bump dependency --- deno.json | 2 +- deno.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/deno.json b/deno.json index d0c7d92..e6fe026 100644 --- a/deno.json +++ b/deno.json @@ -4,6 +4,6 @@ "build": "deno compile --allow-read --allow-write main.ts" }, "imports": { - "flags": "https://deno.land/std@0.202.0/flags/mod.ts" + "flags": "https://deno.land/std@0.224.0/flags/mod.ts" } } \ No newline at end of file diff --git a/deno.lock b/deno.lock index d11698c..8a62dfa 100644 --- a/deno.lock +++ b/deno.lock @@ -1,15 +1,11 @@ { - "version": "2", - "remote": { - "https://deno.land/std@0.178.0/_util/asserts.ts": "178dfc49a464aee693a7e285567b3d0b555dc805ff490505a8aae34f9cfb1462", - "https://deno.land/std@0.178.0/flags/mod.ts": "d1cdefa18472ef69858a17df5cf7c98445ed27ac10e1460183081303b0ebc270" - }, - "npm": { + "version": "3", + "packages": { "specifiers": { - "fast-xml-parser": "fast-xml-parser@4.1.2", - "html-entities": "html-entities@2.3.3" + "npm:fast-xml-parser": "npm:fast-xml-parser@4.1.2", + "npm:html-entities": "npm:html-entities@2.3.3" }, - "packages": { + "npm": { "fast-xml-parser@4.1.2": { "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", "dependencies": { @@ -25,5 +21,15 @@ "dependencies": {} } } + }, + "remote": { + "https://deno.land/std@0.178.0/_util/asserts.ts": "178dfc49a464aee693a7e285567b3d0b555dc805ff490505a8aae34f9cfb1462", + "https://deno.land/std@0.178.0/flags/mod.ts": "d1cdefa18472ef69858a17df5cf7c98445ed27ac10e1460183081303b0ebc270", + "https://deno.land/std@0.202.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee", + "https://deno.land/std@0.202.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56", + "https://deno.land/std@0.202.0/flags/mod.ts": "0948466fc437f017f00c0b972a422b3dc3317a790bcf326429d23182977eaf9f", + "https://deno.land/std@0.224.0/assert/assert_exists.ts": "43420cf7f956748ae6ed1230646567b3593cb7a36c5a5327269279c870c5ddfd", + "https://deno.land/std@0.224.0/assert/assertion_error.ts": "ba8752bd27ebc51f723702fac2f54d3e94447598f54264a6653d6413738a8917", + "https://deno.land/std@0.224.0/flags/mod.ts": "88553267f34519c8982212185339efdb2d2e62c159ec558f47eb50c8952a6be3" } }