Skip to content

Commit 46b8457

Browse files
dependabot[bot]nlf
andauthored
deps: bump glob from 9.3.5 to 10.2.2 (#191)
* deps: bump glob from 9.3.5 to 10.2.2 Bumps [glob](https://github.com/isaacs/node-glob) from 9.3.5 to 10.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fixup usage of glob@10 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nlf <[email protected]>
1 parent 5e9e825 commit 46b8457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/util/glob.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const glob = require('glob')
3+
const { glob } = require('glob')
44

55
const globify = (pattern) => pattern.split('//').join('/')
66
module.exports = (path, options) => glob(globify(path), options)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@npmcli/fs": "^3.1.0",
4949
"fs-minipass": "^3.0.0",
50-
"glob": "^9.3.1",
50+
"glob": "^10.2.2",
5151
"lru-cache": "^7.7.1",
5252
"minipass": "^5.0.0",
5353
"minipass-collect": "^1.0.2",

0 commit comments

Comments
 (0)