Skip to content

Commit

Permalink
Update packages/angular/build/src/utils/index-file/auto-csp.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Charles <19598772+clydin@users.noreply.github.com>
  • Loading branch information
aaronshim and clydin authored Oct 21, 2024
1 parent 7d3fb75 commit 9a9e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/build/src/utils/index-file/auto-csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { RewritingStream } from 'parse5-html-rewriting-stream';
import { StartTag } from 'parse5-sax-parser';
import { htmlRewritingStream } from './html-rewriting-stream';
import * as crypto from 'crypto';
import * as crypto from 'node:crypto';

/**
* The hash function to use for hash directives to use in the CSP.
Expand Down

0 comments on commit 9a9e84d

Please sign in to comment.