From a28d0eeadda0f082b59653c2609103203b6e67a8 Mon Sep 17 00:00:00 2001 From: pranalidhanavade Date: Mon, 9 Dec 2024 15:29:16 +0530 Subject: [PATCH] fix: astro dependencies Signed-off-by: pranalidhanavade --- deno.lock | 176 ++++++++++++++++++++---------------------------------- 1 file changed, 65 insertions(+), 111 deletions(-) diff --git a/deno.lock b/deno.lock index dc4fd3ae..fb8ef4d6 100644 --- a/deno.lock +++ b/deno.lock @@ -1,105 +1,59 @@ { - "version": "4", - "specifiers": { - "jsr:@std/cli@^1.0.6": "1.0.6", - "jsr:@std/encoding@^1.0.5": "1.0.5", - "jsr:@std/fmt@^1.0.2": "1.0.2", - "jsr:@std/http@1.0": "1.0.8", - "jsr:@std/media-types@^1.0.3": "1.0.3", - "jsr:@std/net@^1.0.4": "1.0.4", - "jsr:@std/path@1.0": "1.0.6", - "jsr:@std/path@^1.0.6": "1.0.6", - "jsr:@std/streams@^1.0.7": "1.0.7" - }, - "jsr": { - "@std/cli@1.0.6": { - "integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d" - }, - "@std/encoding@1.0.5": { - "integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04" - }, - "@std/fmt@1.0.2": { - "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7" - }, - "@std/http@1.0.8": { - "integrity": "6ea1b2e8d33929967754a3b6d6c6f399ad6647d7bbb5a466c1eaf9b294a6ebcd", - "dependencies": [ - "jsr:@std/cli", - "jsr:@std/encoding", - "jsr:@std/fmt", - "jsr:@std/media-types", - "jsr:@std/net", - "jsr:@std/path@^1.0.6", - "jsr:@std/streams" - ] - }, - "@std/media-types@1.0.3": { - "integrity": "b12d30a7852f7578f4d210622df713bbfd1cbdd9b4ec2eaf5c1845ab70bab159" - }, - "@std/net@1.0.4": { - "integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852" - }, - "@std/path@1.0.6": { - "integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed" + "version": "3", + "packages": { + "specifiers": { + "jsr:@std/cli@^1.0.8": "jsr:@std/cli@1.0.8", + "jsr:@std/encoding@^1.0.5": "jsr:@std/encoding@1.0.5", + "jsr:@std/fmt@^1.0.3": "jsr:@std/fmt@1.0.3", + "jsr:@std/html@^1.0.3": "jsr:@std/html@1.0.3", + "jsr:@std/http@1.0": "jsr:@std/http@1.0.12", + "jsr:@std/media-types@^1.1.0": "jsr:@std/media-types@1.1.0", + "jsr:@std/net@^1.0.4": "jsr:@std/net@1.0.4", + "jsr:@std/path@1.0": "jsr:@std/path@1.0.8", + "jsr:@std/path@^1.0.8": "jsr:@std/path@1.0.8", + "jsr:@std/streams@^1.0.8": "jsr:@std/streams@1.0.8" }, - "@std/streams@1.0.7": { - "integrity": "1a93917ca0c58c01b2bfb93647189229b1702677f169b6fb61ad6241cd2e499b" + "jsr": { + "@std/cli@1.0.8": { + "integrity": "3762d8dc9a373715c08d871c38d45e637b25266f013a1d0bbe560bca409de94e" + }, + "@std/encoding@1.0.5": { + "integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04" + }, + "@std/fmt@1.0.3": { + "integrity": "97765c16aa32245ff4e2204ecf7d8562496a3cb8592340a80e7e554e0bb9149f" + }, + "@std/html@1.0.3": { + "integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988" + }, + "@std/http@1.0.12": { + "integrity": "85246d8bfe9c8e2538518725b158bdc31f616e0869255f4a8d9e3de919cab2aa", + "dependencies": [ + "jsr:@std/cli@^1.0.8", + "jsr:@std/encoding@^1.0.5", + "jsr:@std/fmt@^1.0.3", + "jsr:@std/html@^1.0.3", + "jsr:@std/media-types@^1.1.0", + "jsr:@std/net@^1.0.4", + "jsr:@std/path@^1.0.8", + "jsr:@std/streams@^1.0.8" + ] + }, + "@std/media-types@1.1.0": { + "integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4" + }, + "@std/net@1.0.4": { + "integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852" + }, + "@std/path@1.0.8": { + "integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be" + }, + "@std/streams@1.0.8": { + "integrity": "b41332d93d2cf6a82fe4ac2153b930adf1a859392931e2a19d9fabfb6f154fb3" + } } }, "remote": { - "https://deno.land/std@0.177.0/_util/asserts.ts": "178dfc49a464aee693a7e285567b3d0b555dc805ff490505a8aae34f9cfb1462", - "https://deno.land/std@0.177.0/_util/os.ts": "d932f56d41e4f6a6093d56044e29ce637f8dcc43c5a90af43504a889cf1775e3", - "https://deno.land/std@0.177.0/async/abortable.ts": "73acfb3ed7261ce0d930dbe89e43db8d34e017b063cf0eaa7d215477bf53442e", - "https://deno.land/std@0.177.0/async/deadline.ts": "c5facb0b404eede83e38bd2717ea8ab34faa2ffb20ef87fd261fcba32ba307aa", - "https://deno.land/std@0.177.0/async/debounce.ts": "adab11d04ca38d699444ac8a9d9856b4155e8dda2afd07ce78276c01ea5a4332", - "https://deno.land/std@0.177.0/async/deferred.ts": "42790112f36a75a57db4a96d33974a936deb7b04d25c6084a9fa8a49f135def8", - "https://deno.land/std@0.177.0/async/delay.ts": "73aa04cec034c84fc748c7be49bb15cac3dd43a57174bfdb7a4aec22c248f0dd", - "https://deno.land/std@0.177.0/async/mod.ts": "f04344fa21738e5ad6bea37a6bfffd57c617c2d372bb9f9dcfd118a1b622e576", - "https://deno.land/std@0.177.0/async/mux_async_iterator.ts": "70c7f2ee4e9466161350473ad61cac0b9f115cff4c552eaa7ef9d50c4cbb4cc9", - "https://deno.land/std@0.177.0/async/pool.ts": "fd082bd4aaf26445909889435a5c74334c017847842ec035739b4ae637ae8260", - "https://deno.land/std@0.177.0/async/retry.ts": "5efa3ba450ac0c07a40a82e2df296287b5013755d232049efd7ea2244f15b20f", - "https://deno.land/std@0.177.0/async/tee.ts": "47e42d35f622650b02234d43803d0383a89eb4387e1b83b5a40106d18ae36757", - "https://deno.land/std@0.177.0/collections/_utils.ts": "5114abc026ddef71207a79609b984614e66a63a4bda17d819d56b0e72c51527e", - "https://deno.land/std@0.177.0/collections/deep_merge.ts": "5a8ed29030f4471a5272785c57c3455fa79697b9a8f306013a8feae12bafc99a", - "https://deno.land/std@0.177.0/crypto/_fnv/fnv32.ts": "e4649dfdefc5c987ed53c3c25db62db771a06d9d1b9c36d2b5cf0853b8e82153", - "https://deno.land/std@0.177.0/crypto/_fnv/fnv64.ts": "bfa0e4702061fdb490a14e6bf5f9168a22fb022b307c5723499469bfefca555e", - "https://deno.land/std@0.177.0/crypto/_fnv/index.ts": "169c213eb75de2d6738c1ed66a8e5782bd222b70b187cc4e7fb7b73edfcf0927", - "https://deno.land/std@0.177.0/crypto/_fnv/util.ts": "accba12bfd80a352e32a872f87df2a195e75561f1b1304a4cb4f5a4648d288f9", - "https://deno.land/std@0.177.0/crypto/_util.ts": "0522d1466e3c92df84cea94da85dbb7bd93e629dacb2aa5b39cab432ab7cb3d6", - "https://deno.land/std@0.177.0/crypto/_wasm/lib/deno_std_wasm_crypto.generated.mjs": "5dedb7f9aa05f0e18ed017691c58df5f4686e4cbbd70368c6f896e5cca03f2b4", - "https://deno.land/std@0.177.0/crypto/_wasm/mod.ts": "e2df88236fc061eac7a89e8cb0b97843f5280b08b2a990e473b7397a3e566003", - "https://deno.land/std@0.177.0/crypto/crypto.ts": "d5ce53784ab7b1348095389426a7ea98536223fb143812ecb50724a0aa1ec657", - "https://deno.land/std@0.177.0/crypto/keystack.ts": "877ab0f19eb7d37ad6495190d3c3e39f58e9c52e0b6a966f82fd6df67ca55f90", - "https://deno.land/std@0.177.0/crypto/mod.ts": "885738e710868202d7328305b0c0c134e36a2d9c98ceab9513ea2442863c00eb", - "https://deno.land/std@0.177.0/crypto/timing_safe_equal.ts": "8d69ab611c67fe51b6127d97fcfb4d8e7d0e1b6b4f3e0cc4ab86744c3691f965", - "https://deno.land/std@0.177.0/crypto/to_hash_string.ts": "fe4e95239d7afb617f469bc2f76ff20f888ddb8d1385e0d92276f6e4d5a809d1", - "https://deno.land/std@0.177.0/encoding/base64.ts": "7de04c2f8aeeb41453b09b186480be90f2ff357613b988e99fabb91d2eeceba1", - "https://deno.land/std@0.177.0/encoding/base64url.ts": "3f1178f6446834457b16bfde8b559c1cd3481727fe384d3385e4a9995dc2d851", - "https://deno.land/std@0.177.0/encoding/hex.ts": "50f8c95b52eae24395d3dfcb5ec1ced37c5fe7610ef6fffdcc8b0fdc38e3b32f", - "https://deno.land/std@0.177.0/flags/mod.ts": "d1cdefa18472ef69858a17df5cf7c98445ed27ac10e1460183081303b0ebc270", - "https://deno.land/std@0.177.0/fmt/colors.ts": "938c5d44d889fb82eff6c358bea8baa7e85950a16c9f6dae3ec3a7a729164471", - "https://deno.land/std@0.177.0/http/file_server.ts": "86d624c0c908a4a377090668ee872cf5c064245da71b3e8f8f7df888cac869d5", - "https://deno.land/std@0.177.0/http/http_status.ts": "8a7bcfe3ac025199ad804075385e57f63d055b2aed539d943ccc277616d6f932", - "https://deno.land/std@0.177.0/http/server.ts": "cbb17b594651215ba95c01a395700684e569c165a567e4e04bba327f41197433", - "https://deno.land/std@0.177.0/http/util.ts": "36c0b60c031f9e2ba024353ed11693f76c714551f9e766b36cdaacda54f25a21", - "https://deno.land/std@0.177.0/media_types/_db.ts": "7606d83e31f23ce1a7968cbaee852810c2cf477903a095696cdc62eaab7ce570", - "https://deno.land/std@0.177.0/media_types/_util.ts": "916efbd30b6148a716f110e67a4db29d6949bf4048997b754415dd7e42c52378", - "https://deno.land/std@0.177.0/media_types/content_type.ts": "c682589a0aeb016bfed355cc1ed6fbb3ead2ea48fc0000ac5de6a5730613ad1c", - "https://deno.land/std@0.177.0/media_types/format_media_type.ts": "1e35e16562e5c417401ffc388a9f8f421f97f0ee06259cbe990c51bae4e6c7a8", - "https://deno.land/std@0.177.0/media_types/get_charset.ts": "8be15a1fd31a545736b91ace56d0e4c66ea0d7b3fdc5c90760e8202e7b4b1fad", - "https://deno.land/std@0.177.0/media_types/parse_media_type.ts": "bed260d868ea271445ae41d748e7afed9b5a7f407d2777ead08cecf73e9278de", - "https://deno.land/std@0.177.0/media_types/type_by_extension.ts": "6076a7fc63181d70f92ec582fdea2c927eb2cfc7f9c9bee9d6add2aca86f2355", - "https://deno.land/std@0.177.0/media_types/vendor/mime-db.v1.52.0.ts": "6925bbcae81ca37241e3f55908d0505724358cda3384eaea707773b2c7e99586", - "https://deno.land/std@0.177.0/path/_constants.ts": "e49961f6f4f48039c0dfed3c3f93e963ca3d92791c9d478ac5b43183413136e0", - "https://deno.land/std@0.177.0/path/_interface.ts": "6471159dfbbc357e03882c2266d21ef9afdb1e4aa771b0545e90db58a0ba314b", - "https://deno.land/std@0.177.0/path/_util.ts": "d7abb1e0dea065f427b89156e28cdeb32b045870acdf865833ba808a73b576d0", - "https://deno.land/std@0.177.0/path/common.ts": "ee7505ab01fd22de3963b64e46cff31f40de34f9f8de1fff6a1bd2fe79380000", - "https://deno.land/std@0.177.0/path/glob.ts": "d479e0a695621c94d3fd7fe7abd4f9499caf32a8de13f25073451c6ef420a4e1", - "https://deno.land/std@0.177.0/path/mod.ts": "4b83694ac500d7d31b0cdafc927080a53dc0c3027eb2895790fb155082b0d232", - "https://deno.land/std@0.177.0/path/posix.ts": "8b7c67ac338714b30c816079303d0285dd24af6b284f7ad63da5b27372a2c94d", - "https://deno.land/std@0.177.0/path/separator.ts": "0fb679739d0d1d7bf45b68dacfb4ec7563597a902edbaf3c59b50d5bcadd93b1", - "https://deno.land/std@0.177.0/path/win32.ts": "d186344e5583bcbf8b18af416d13d82b35a317116e6460a5a3953508c3de5bba", - "https://deno.land/std@0.177.0/version.ts": "259c8866ec257c3511b437baa95205a86761abaef852a9b2199072accb2ef046", "https://deno.land/std@0.197.0/collections/filter_values.ts": "16e1fc456a7969e770ec5b89edf5ac97b295ca534b47c1a83f061b409aad7814", "https://deno.land/std@0.197.0/collections/without_all.ts": "1e3cccb1ed0659455b473c0766d9414b7710d8cef48862c899f445178f66b779", "https://deno.land/std@0.197.0/dotenv/load.ts": "0636983549b98f29ab75c9a22a42d9723f0a389ece5498fe971e7bb2556a12e2", @@ -108,27 +62,27 @@ "workspace": { "packageJson": { "dependencies": [ - "npm:@astrojs/react@4", + "npm:@astrojs/react@^4.0.0", "npm:@astrojs/sitemap@^3.2.1", - "npm:@astrojs/starlight@~0.22.4", + "npm:@astrojs/starlight@^0.22.4", "npm:@astrojs/tailwind@^5.1.3", "npm:@babel/runtime-corejs3@^7.24.5", "npm:@babel/runtime@^7.24.5", - "npm:@deno/astro-adapter@~0.1.5", + "npm:@deno/astro-adapter@^0.1.5", "npm:@faker-js/faker@^8.4.1", "npm:@radix-ui/react-avatar@^1.0.4", "npm:@shadcn/ui@^0.0.4", "npm:@simplewebauthn/browser@^9.0.1", "npm:@supabase/supabase-js@^2.43.2", - "npm:@tanstack/react-form@~0.19.5", - "npm:@types/cookie@0.6", + "npm:@tanstack/react-form@^0.19.5", + "npm:@types/cookie@^0.6.0", "npm:@types/crypto-js@^4.2.2", "npm:@types/dom-to-image@^2.6.7", "npm:@types/downloadjs@^1.4.6", "npm:@types/eslint@^8.56.10", "npm:@types/react-dom@^18.3.0", "npm:@types/react@^18.3.2", - "npm:@types/secure-random-password@~0.2.3", + "npm:@types/secure-random-password@^0.2.3", "npm:@types/uuid@^9.0.8", "npm:@typescript-eslint/eslint-plugin@^7.9.0", "npm:@typescript-eslint/parser@^7.9.0", @@ -138,26 +92,26 @@ "npm:autoprefixer@^10.4.19", "npm:axios@^1.6.8", "npm:babel-eslint@^10.1.0", - "npm:cookie@0.6", + "npm:cookie@^0.6.0", "npm:crypto-js@^4.2.0", "npm:dom-to-image@^2.6.0", "npm:downloadjs@^1.4.7", - "npm:eslint-config-airbnb-base@15", - "npm:eslint-config-airbnb-typescript@18", + "npm:eslint-config-airbnb-base@^15.0.0", + "npm:eslint-config-airbnb-typescript@^18.0.0", "npm:eslint-config-prettier@^9.1.0", "npm:eslint-import-resolver-typescript@^3.6.1", "npm:eslint-plugin-astro@^1.2.0", "npm:eslint-plugin-import@^2.29.1", "npm:eslint-plugin-prettier@^5.1.3", - "npm:eslint-plugin-tsdoc@~0.2.17", + "npm:eslint-plugin-tsdoc@^0.2.17", "npm:eslint@^8.57.0", "npm:ethers@^6.12.1", - "npm:flowbite-react@~0.4.11", + "npm:flowbite-react@^0.4.11", "npm:flowbite-typography@^1.0.3", "npm:flowbite@^2.3.0", "npm:formik@^2.4.6", "npm:html2canvas@^1.4.1", - "npm:i@~0.3.7", + "npm:i@^0.3.7", "npm:moment@^2.30.1", "npm:nanoid@^5.0.7", "npm:npm@^10.8.0", @@ -170,8 +124,8 @@ "npm:react-select@^5.8.0", "npm:react-toastify@^10.0.5", "npm:react@^18.3.1", - "npm:secure-random-password@~0.2.3", - "npm:sharp@~0.33.3", + "npm:secure-random-password@^0.2.3", + "npm:sharp@^0.33.3", "npm:shiki@^1.5.2", "npm:socket.io-client@^4.7.5", "npm:tailwind-scrollbar@^3.1.0",