Skip to content

Commit 2c494a2

Browse files
authored
replace nanoid with nanoid/non-secure (#24)
1 parent 7f660df commit 2c494a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blinks-core/src/api/Action/Action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { nanoid } from 'nanoid';
1+
import { nanoid } from 'nanoid/non-secure';
22
import { proxify, proxifyImage } from '../../utils';
33
import { isUrlSameOrigin } from '../../utils/security.ts';
44
import type { ActionAdapter } from '../ActionConfig.ts';

0 commit comments

Comments
 (0)