We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f660df commit 2c494a2Copy full SHA for 2c494a2
packages/blinks-core/src/api/Action/Action.ts
@@ -1,4 +1,4 @@
1
-import { nanoid } from 'nanoid';
+import { nanoid } from 'nanoid/non-secure';
2
import { proxify, proxifyImage } from '../../utils';
3
import { isUrlSameOrigin } from '../../utils/security.ts';
4
import type { ActionAdapter } from '../ActionConfig.ts';
0 commit comments