Skip to content

Commit 0253179

Browse files
authored
fix: use version 2.1.5 of csp_nonce_html_transformer which fixes a potential race condition with importing and instantiating the wasm instance (#113)
1 parent 888f95b commit 0253179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__csp-nonce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @ts-ignore
33
import type { Config, Context } from "netlify:edge";
44
// @ts-ignore
5-
import { csp } from "https://deno.land/x/[email protected].4/src/index.ts";
5+
import { csp } from "https://deno.land/x/[email protected].5/src/index.ts";
66
// @ts-ignore
77
import inputs from "./__csp-nonce-inputs.json" assert { type: "json" };
88

0 commit comments

Comments
 (0)