Bump glob from 9.2.1 to 10.2.6 (#9668)

Bumps [glob](https://github.com/isaacs/node-glob) from 9.2.1 to 10.2.6.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v9.2.1...v10.2.6)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
dependabot[bot]
2023-05-31 19:48:42 +02:00
committed by GitHub
parent 4b567b25c5
commit 9b5f168575
3 changed files with 395 additions and 49 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function buildCSS() {
return _currBuild =
Promise.resolve()
.then(() => glob('css/**/*.css'))
.then(() => glob.globSync('css/**/*.css'))
.then(files => doConcat(files.sort(), 'dist/iD.css'))
.then(() => {
const css = fs.readFileSync('dist/iD.css', 'utf8');