Bump mkdirp from 2.1.3 to 3.0.0 (#36327)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import { existsSync } from 'fs'
|
||||
import mkdirp from 'mkdirp'
|
||||
import { mkdirp } from 'mkdirp'
|
||||
import { readFile, writeFile } from 'fs/promises'
|
||||
import path from 'path'
|
||||
import { slug } from 'github-slugger'
|
||||
|
||||
Reference in New Issue
Block a user