From 085f052ae96d43e65196e6ca3006795625ef658b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:03:35 +0000 Subject: [PATCH] Bump lint-staged from 17.2.0 to 17.3.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.2.0 to 17.3.0. - [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/v17.2.0...v17.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 fe2648f..c00de51 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": "^17.2.0", + "lint-staged": "^17.3.0", "npm-check-updates": "^23.0.0", "prettier-standard": "^16.4.1", "sass": "^1.102.0", @@ -9366,9 +9366,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", - "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.3.0.tgz", + "integrity": "sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==", "dev": true, "dependencies": { "picomatch": "^4.0.5", @@ -25059,9 +25059,9 @@ "dev": true }, "lint-staged": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", - "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.3.0.tgz", + "integrity": "sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==", "dev": true, "requires": { "picomatch": "^4.0.5", diff --git a/package.json b/package.json index 2236ce5..69eefa2 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": "^17.2.0", + "lint-staged": "^17.3.0", "npm-check-updates": "^23.0.0", "prettier-standard": "^16.4.1", "sass": "^1.102.0", diff --git a/yarn.lock b/yarn.lock index cefdeeb..d38c43a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5589,10 +5589,10 @@ lint-staged@9.4.3: string-argv "^0.3.0" stringify-object "^3.3.0" -lint-staged@^17.2.0: - version "17.2.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.2.0.tgz#b7676a66ea77ae4d24018c12ce9e235ed59b46b8" - integrity sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A== +lint-staged@^17.3.0: + version "17.3.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-17.3.0.tgz#f13483b12f11790746e0ec82808ca0614ba80f4b" + integrity sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw== dependencies: picomatch "^4.0.5" string-argv "^0.3.2"