Skip to content

Commit 07bec3b

Browse files
deps: bump glob from 8.1.0 to 9.3.1 (#293)
* deps: bump glob from 8.1.0 to 9.3.1 Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.3.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.1.0...v9.3.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fixup: glob is promisified now --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar <[email protected]>
1 parent fb95639 commit 07bec3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/util/files.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
const { join } = require('path')
22
const { defaultsDeep } = require('lodash')
3-
const { promisify } = require('util')
43
const merge = require('./merge.js')
54
const deepMapValues = require('just-deep-map-values')
6-
const glob = promisify(require('glob'))
5+
const glob = require('glob')
76
const Parser = require('./parser.js')
87
const template = require('./template.js')
98

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@npmcli/package-json": "^3.0.0",
4343
"@octokit/rest": "^19.0.4",
4444
"diff": "^5.0.0",
45-
"glob": "^8.0.1",
45+
"glob": "^9.3.1",
4646
"handlebars": "^4.7.7",
4747
"hosted-git-info": "^6.0.0",
4848
"ini": "^3.0.1",

0 commit comments

Comments
 (0)