Skip to content

Commit 9a9e84d

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

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)