Skip to content

Commit

Permalink
Bump glob from 9.3.2 to 10.0.0 (#36325)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <[email protected]>
  • Loading branch information
dependabot[bot] and gracepark authored Apr 12, 2023
1 parent a8656b2 commit 5429974
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 46 deletions.
91 changes: 47 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"file-type": "18.2.1",
"flat": "^5.0.2",
"github-slugger": "^2.0.0",
"glob": "9.3.2",
"glob": "10.0.0",
"got": "^12.5.3",
"gray-matter": "^4.0.3",
"hast-util-from-parse5": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/content/secure-files.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs/promises'

import glob from 'glob'
import { glob } from 'glob'

/*
* Verify that a list of file paths are present and optionally have a CODEOWNERS entry
Expand Down

0 comments on commit 5429974

Please sign in to comment.