1
0
mirror of synced 2026-01-01 00:04:41 -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

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