minimatch 9.0.2 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -255,7 +255,7 @@ is returned if there are no matches.
255
255
  This only affects the results of the `Minimatch.hasMagic` method.
256
256
 
257
257
  If the pattern contains brace expansions, such as `a{b,c}d`, but
258
- no other magic characters, then the `Minipass.hasMagic()` method
258
+ no other magic characters, then the `Minimatch.hasMagic()` method
259
259
  will return `false` by default. When this option set, it will
260
260
  return `true` for brace expansion as well as other magic glob
261
261
  characters.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3
3
  "name": "minimatch",
4
4
  "description": "a glob matcher in javascript",
5
- "version": "9.0.2",
5
+ "version": "9.0.3",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git://github.com/isaacs/minimatch.git"
@@ -60,12 +60,12 @@
60
60
  "devDependencies": {
61
61
  "@types/brace-expansion": "^1.1.0",
62
62
  "@types/node": "^18.15.11",
63
- "@types/tap": "^15.0.7",
63
+ "@types/tap": "^15.0.8",
64
64
  "c8": "^7.12.0",
65
65
  "eslint-config-prettier": "^8.6.0",
66
66
  "mkdirp": "1",
67
67
  "prettier": "^2.8.2",
68
- "tap": "^16.3.3",
68
+ "tap": "^16.3.7",
69
69
  "ts-node": "^10.9.1",
70
70
  "typedoc": "^0.23.21",
71
71
  "typescript": "^4.9.3"