1
0
mirror of synced 2026-01-20 21:02:43 -05:00

Bump rimraf from 4.1.2 to 5.0.0 (#36328)

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 13:19:14 -07:00
committed by GitHub
parent b74819e999
commit 50dcd77129
9 changed files with 106 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { mkdirp } from 'mkdirp'
import { execSync } from 'child_process'
import path from 'path'
import matter from 'gray-matter'
import rimraf from 'rimraf'
import { rimraf } from 'rimraf'
import { updateContentDirectory } from '../../automated-pipelines/lib/update-markdown.js'
import { convertContentToDocs } from './convert-markdown-for-docs.js'