Skip to content

Commit 7a3a900

Browse files
aaronshimclydin
andcommitted
Update packages/angular/build/src/utils/index-file/auto-csp.ts
Co-authored-by: Charles <[email protected]>
1 parent 24534c9 commit 7a3a900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/build/src/utils/index-file/auto-csp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import { RewritingStream } from 'parse5-html-rewriting-stream';
1010
import { StartTag } from 'parse5-sax-parser';
1111
import { htmlRewritingStream } from './html-rewriting-stream';
12-
import * as crypto from 'crypto';
12+
import * as crypto from 'node:crypto';
1313

1414
/**
1515
* The hash function to use for hash directives to use in the CSP.

0 commit comments

Comments
 (0)