diff --git a/package-lock.json b/package-lock.json index cb58716..2a663b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dictionary-en": "4.0.0", "encoding": "0.1.13", "markdownlint-cli2": "0.20.0", - "picomatch": "4.0.3", + "picomatch": "4.0.4", "prettier": "3.8.0", "renovate": "42.85.7", "textlint": "15.5.1", @@ -12743,9 +12743,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index 64fd56d..b2cd4b3 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "textlint-filter-rule-comments": "1.3.0", "textlint-rule-spelling": "0.3.0", "encoding": "0.1.13", - "picomatch": "4.0.3" + "picomatch": "4.0.4" } }