diff --git a/package-lock.json b/package-lock.json index 658eee20..aa48ea64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minimatch", - "version": "8.0.3", + "version": "8.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minimatch", - "version": "8.0.3", + "version": "8.0.4", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 7e7af49c..76d1a076 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me)", "name": "minimatch", "description": "a glob matcher in javascript", - "version": "8.0.3", + "version": "8.0.4", "repository": { "type": "git", "url": "git://github.com/isaacs/minimatch.git" diff --git a/src/index.ts b/src/index.ts index 298b92df..85711e84 100644 --- a/src/index.ts +++ b/src/index.ts @@ -309,7 +309,7 @@ export class Minimatch { nocase: boolean isWindows: boolean - platform: typeof process.platform + platform: Platform windowsNoMagicRoot: boolean regexp: false | null | MMRegExp