chore(deps): bump nanoid from 2.1.11 to 3.1.20 (#2581)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panayiotis Lipiridis <lipiridis@gmail.com>
This commit is contained in:
dependabot[bot] 2021-01-11 12:47:10 +02:00 committed by GitHub
parent 001880ba88
commit f1fc308a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 14 deletions

View file

@ -1,5 +1,5 @@
import { Random } from "roughjs/bin/math";
import nanoid from "nanoid";
import { nanoid } from "nanoid";
let random = new Random(Date.now());
let testIdBase = 0;