Comparing version 5.2.4 to 5.3.0
@@ -45,3 +45,3 @@ type Pathname = string | ||
interface Options { | ||
export interface Options { | ||
ignorecase?: boolean | ||
@@ -48,0 +48,0 @@ // For compatibility |
{ | ||
"name": "ignore", | ||
"version": "5.2.4", | ||
"version": "5.3.0", | ||
"description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", | ||
@@ -54,17 +54,17 @@ "files": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.20.5", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/cli": "^7.22.9", | ||
"@babel/core": "^7.22.9", | ||
"@babel/preset-env": "^7.22.9", | ||
"codecov": "^3.8.2", | ||
"debug": "^4.3.4", | ||
"eslint": "^8.30.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-ostai": "^3.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"mkdirp": "^1.0.4", | ||
"eslint-plugin-import": "^2.28.0", | ||
"mkdirp": "^3.0.1", | ||
"pre-suf": "^1.1.1", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^5.0.1", | ||
"spawn-sync": "^2.0.0", | ||
"tap": "^16.3.2", | ||
"tap": "^16.3.9", | ||
"tmp": "0.2.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -71,0 +71,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51230