diff --git a/package-lock.json b/package-lock.json index 73fbd84..e9409c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-mdx": "^3.8.1", "globals": "^17.7.0", "husky": "^9.1.7", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "^3.9.6", "remark-frontmatter": "^5.0.0", "typescript-eslint": "^8.65.0" @@ -4991,9 +4991,9 @@ } }, "node_modules/lint-staged": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.0.tgz", - "integrity": "sha512-d7UQRu/9ZPgfu4+hu/k0wny5GEaIxo+2jb2LJqQDkE7cHRTm1HGqNUDq5UOwsGPpjpaNAFmgAsYo3TR+i9cSJw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", + "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 06d73f0..b553734 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint-plugin-mdx": "^3.8.1", "globals": "^17.7.0", "husky": "^9.1.7", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "^3.9.6", "remark-frontmatter": "^5.0.0", "typescript-eslint": "^8.65.0"