Skip to content

Commit

Permalink
deps: bump glob from 9.3.5 to 10.2.2 (#191)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* chore: fixup 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 27, 2023
1 parent 5e9e825 commit 46b8457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/glob.js
@@ -1,6 +1,6 @@
'use strict'

const glob = require('glob')
const { glob } = require('glob')

const globify = (pattern) => pattern.split('//').join('/')
module.exports = (path, options) => glob(globify(path), options)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@npmcli/fs": "^3.1.0",
"fs-minipass": "^3.0.0",
"glob": "^9.3.1",
"glob": "^10.2.2",
"lru-cache": "^7.7.1",
"minipass": "^5.0.0",
"minipass-collect": "^1.0.2",
Expand Down

0 comments on commit 46b8457

Please sign in to comment.