diff --git a/package-lock.json b/package-lock.json index 2e89f2c..9199ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gulp-sass": "^6.0.1", "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", - "lint-staged": "^16.3.2", + "lint-staged": "^16.3.3", "npm-check-updates": "^19.6.3", "prettier-standard": "^16.4.1", "sass": "^1.97.3", @@ -9687,9 +9687,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.2.tgz", - "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.3.tgz", + "integrity": "sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==", "dev": true, "dependencies": { "commander": "^14.0.3", @@ -26216,9 +26216,9 @@ "dev": true }, "lint-staged": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.2.tgz", - "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.3.tgz", + "integrity": "sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA==", "dev": true, "requires": { "commander": "^14.0.3", diff --git a/package.json b/package.json index 1bdcaf3..b0e1037 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gulp-sass": "^6.0.1", "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", - "lint-staged": "^16.3.2", + "lint-staged": "^16.3.3", "npm-check-updates": "^19.6.3", "prettier-standard": "^16.4.1", "sass": "^1.97.3", diff --git a/yarn.lock b/yarn.lock index e04ab7f..87ba0b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5791,10 +5791,10 @@ lint-staged@9.4.3: string-argv "^0.3.0" stringify-object "^3.3.0" -lint-staged@^16.3.2: - version "16.3.2" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.2.tgz#378b48c6c340d42eefcc8d13d198b61a562e63a9" - integrity sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg== +lint-staged@^16.3.3: + version "16.3.3" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.3.tgz#ce5c95b5623cca295f8f4251f00c0642c7e84976" + integrity sha512-RLq2koZ5fGWrx7tcqx2tSTMQj4lRkfNJaebO/li/uunhCJbtZqwTuwPHpgIimAHHi/2nZIiGrkCHDCOeR1onxA== dependencies: commander "^14.0.3" listr2 "^9.0.5"