Skip to content

Commit

Permalink
chore(deps): update deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and wax911 committed Oct 14, 2024
1 parent cda886f commit 4e71cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"x/optic": "https://deno.land/x/[email protected]/mod.ts",
"x/optic/formatters": "https://deno.land/x/[email protected]/formatters/mod.ts",
"x/optic/profiler": "https://deno.land/x/[email protected]/logger/profileMeasure.ts",
"x/oak": "https://deno.land/x/oak@v17.0.0/mod.ts",
"x/oak": "https://deno.land/x/oak@v17.1.0/mod.ts",
"x/xml": "https://deno.land/x/[email protected]/mod.ts",
"x/deepmerge": "https://deno.land/x/[email protected]/dist/deno/index.ts",
"deepmerge": "jsr:@rebeccastevens/deepmerge",
"x/fest": "https://deno.land/x/[email protected]/mod.ts",
"esm/growthbook": "https://esm.sh/@growthbook/[email protected].0",
"esm/logtail": "https://esm.sh/@logtail/[email protected].0",
"esm/growthbook": "https://esm.sh/@growthbook/[email protected].1",
"esm/logtail": "https://esm.sh/@logtail/[email protected].2",
"npm/mongodb": "npm:[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/series/repository/season.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { zip } from 'std/collections';
import { deepmerge } from 'x/deepmerge';
import { deepmerge } from 'deepmerge';
import { getTmdbSeason } from '../service/tmdb/index.ts';
import { isMovie } from '../utils/index.ts';
import { NotifyAnime } from '../service/notify/types.d.ts';
Expand Down

0 comments on commit 4e71cd2

Please sign in to comment.