diff --git a/package-lock.json b/package-lock.json index 2d5d35f..fb3843a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "flat-cache": "^4.0.1", "flatted": "^3.4.2", "glob-parent": "^6.0.2", - "ignore": "^5.3.2", + "ignore": "^7.0.5", "imurmurhash": "^0.1.4", "is-extglob": "^2.1.1", "is-glob": "^4.0.3", @@ -374,16 +374,6 @@ "typescript": ">=4.8.4 <6.1.0" } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/@typescript-eslint/parser": { "version": "8.58.0", "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.58.0.tgz", @@ -943,6 +933,15 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "node_modules/espree": { "version": "11.2.0", "resolved": "https://registry.npmmirror.com/espree/-/espree-11.2.0.tgz", @@ -1156,9 +1155,9 @@ } }, "node_modules/ignore": { - "version": "5.3.2", - "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", "license": "MIT", "engines": { "node": ">= 4" diff --git a/package.json b/package.json index 10cc6fa..3beb870 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "flat-cache": "^4.0.1", "flatted": "^3.4.2", "glob-parent": "^6.0.2", - "ignore": "^5.3.2", + "ignore": "^7.0.5", "imurmurhash": "^0.1.4", "is-extglob": "^2.1.1", "is-glob": "^4.0.3",