Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
deps: bump glob from 9.3.5 to 10.2.2 (#170)
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 503f6c1 commit 30cea18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/read-json.js
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs')

var path = require('path')

var glob = require('glob')
var { glob } = require('glob')
var normalizeData = require('normalize-package-data')
var safeJSON = require('json-parse-even-better-errors')
var util = require('util')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"template-oss-apply": "template-oss-apply --force"
},
"dependencies": {
"glob": "^9.3.0",
"glob": "^10.2.2",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.0"
Expand Down

0 comments on commit 30cea18

Please sign in to comment.