1
0
mirror of synced 2025-12-19 18:10:59 -05:00

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:
dependabot[bot]
2023-04-12 12:34:37 -07:00
committed by GitHub
parent 5429974b7f
commit df49799c02
14 changed files with 20 additions and 17 deletions

View File

@@ -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'