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:
@@ -3,7 +3,7 @@
|
||||
import { readFile, writeFile, copyFile } from 'fs/promises'
|
||||
import { existsSync } from 'fs'
|
||||
import walk from 'walk-sync'
|
||||
import mkdirp from 'mkdirp'
|
||||
import { mkdirp } from 'mkdirp'
|
||||
import { execSync } from 'child_process'
|
||||
import path from 'path'
|
||||
import matter from 'gray-matter'
|
||||
|
||||
Reference in New Issue
Block a user