From 46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 6 Jan 2022 13:20:42 +0100 Subject: chore: forward 1.17.2 to main (#13295) --- cli/tests/testdata/compat/import_map_https_imports.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/compat/import_map_https_imports.mjs') diff --git a/cli/tests/testdata/compat/import_map_https_imports.mjs b/cli/tests/testdata/compat/import_map_https_imports.mjs index bfea1e0ed..9ba7dd81f 100644 --- a/cli/tests/testdata/compat/import_map_https_imports.mjs +++ b/cli/tests/testdata/compat/import_map_https_imports.mjs @@ -1,5 +1,5 @@ import { sortBy } from "std/collections/sort_by.ts"; -import { findSingle } from "https://deno.land/std@0.119.0/collections/find_single.ts"; +import { findSingle } from "https://deno.land/std@0.120.0/collections/find_single.ts"; import os from "node:os"; console.log(sortBy([2, 3, 1], (it) => it)); -- cgit v1.2.3