Skip to content

Commit 186258a

Browse files
committed
chore(deps): pin esm.sh version
1 parent 15d3b9f commit 186258a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_tools/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const makeOptions = (version: string): BuildOptions => ({
4848
},
4949
},
5050
mappings: {
51-
"https://esm.sh/[email protected]": {
51+
"https://esm.sh/[email protected]?pin=v111": {
5252
name: "compressible",
5353
version: "2.0.18",
5454
},

deno.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export { acceptsEncodings } from "https://deno.land/[email protected]/http/negotiation
1414
export { parseMediaType } from "https://deno.land/[email protected]/media_types/mod.ts";
1515
export { isNull } from "https://deno.land/x/[email protected]/is_null.ts";
1616
export { isIterable } from "https://deno.land/x/[email protected]/is_iterable.ts";
17-
export { default as compressible } from "https://esm.sh/[email protected]";
17+
export { default as compressible } from "https://esm.sh/[email protected]?pin=v111";
1818
export { vary } from "https://deno.land/x/[email protected]/mod.ts";

0 commit comments

Comments
 (0)