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

Commit 30cea18

Browse files
dependabot[bot]nlf
andauthored
deps: bump glob from 9.3.5 to 10.2.2 (#170)
* 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>
1 parent 503f6c1 commit 30cea18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/read-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var fs = require('fs')
22

33
var path = require('path')
44

5-
var glob = require('glob')
5+
var { glob } = require('glob')
66
var normalizeData = require('normalize-package-data')
77
var safeJSON = require('json-parse-even-better-errors')
88
var util = require('util')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"template-oss-apply": "template-oss-apply --force"
2424
},
2525
"dependencies": {
26-
"glob": "^9.3.0",
26+
"glob": "^10.2.2",
2727
"json-parse-even-better-errors": "^3.0.0",
2828
"normalize-package-data": "^5.0.0",
2929
"npm-normalize-package-bin": "^3.0.0"

0 commit comments

Comments
 (0)