diff --git a/package-lock.json b/package-lock.json index e320ab0afc..0ec547cb02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@prettier/plugin-xml": "3.2.1", "husky": "8.0.3", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3" } }, @@ -331,9 +331,9 @@ } }, "node_modules/lint-staged": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.0.tgz", - "integrity": "sha512-OdrAd/qZhO4MnPyNRehI1Fh6j8kcfQoGpjQ1Vw8dSkDkNONdqe/HpKXqtKpFIPCAYeF4/tfnE11MnjLYuLKjqA==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.1.tgz", + "integrity": "sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index c4458058b8..c5eac10b2f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "devDependencies": { "@prettier/plugin-xml": "3.2.1", "husky": "8.0.3", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "prettier": "3.0.3" }, "scripts": {