Skip to content

Commit

Permalink
deps: bump glob from 9.3.5 to 10.1.0 (#300)
Browse files Browse the repository at this point in the history
* deps: bump glob from 9.3.5 to 10.1.0

Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.1.0.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v9.3.5...v10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix usage of glob@10

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nlf <quitlahok@gmail.com>
  • Loading branch information
dependabot[bot] and nlf committed Apr 17, 2023
1 parent a3e0f85 commit d17e7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { join } = require('path')
const { defaultsDeep } = require('lodash')
const merge = require('./merge.js')
const deepMapValues = require('just-deep-map-values')
const glob = require('glob')
const { glob } = require('glob')
const Parser = require('./parser.js')
const template = require('./template.js')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@npmcli/package-json": "^3.0.0",
"@octokit/rest": "^19.0.4",
"diff": "^5.0.0",
"glob": "^9.3.1",
"glob": "^10.1.0",
"handlebars": "^4.7.7",
"hosted-git-info": "^6.0.0",
"ini": "^4.0.0",
Expand Down

0 comments on commit d17e7d9

Please sign in to comment.