From c3496910c7c79fdc6db91495e79ae4c4030848dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:04:00 +0000 Subject: [PATCH] Bump lint-staged from 16.3.2 to 16.3.3 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.2 to 16.3.3. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.3.2...v16.3.3) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) 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"