Skip to content

Commit

Permalink
deps: bump minimatch from 7.4.6 to 9.0.0 (#103)
Browse files Browse the repository at this point in the history
* deps: bump minimatch from 7.4.6 to 9.0.0

Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.4.6 to 9.0.0.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v7.4.6...v9.0.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fixup usage of minimatch@9

---------

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 authored Apr 27, 2023
1 parent 9471d24 commit 1c8e72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')

const getName = require('@npmcli/name-from-folder')
const minimatch = require('minimatch')
const { minimatch } = require('minimatch')
const rpj = require('read-package-json-fast')
const glob = require('glob')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@npmcli/name-from-folder": "^2.0.0",
"glob": "^9.3.1",
"minimatch": "^7.4.2",
"minimatch": "^9.0.0",
"read-package-json-fast": "^3.0.0"
},
"templateOSS": {
Expand Down

0 comments on commit 1c8e72d

Please sign in to comment.