From bcd7612b399fb3883851c140d16392797844d06a Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 14 May 2025 01:39:48 +0000 Subject: [PATCH] :arrow_up: update deno dependencies --- deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index dda9c0f..50ab3e5 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -import 'https://deno.land/x/dotenv@v3.2.0/load.ts'; -export { assertString } from 'https://deno.land/x/unknownutil@v2.0.0/mod.ts'; -export * from 'https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/rest/page-data.ts'; +import 'https://deno.land/x/dotenv@v3.2.2/load.ts'; +export { assertString } from 'https://deno.land/x/unknownutil@v3.18.1/mod.ts'; +export * from 'https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.29.14/rest/page-data.ts';