From 76d55fe9e19268000eb3a1a3509c61184acadd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:13:00 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): bump lint-staged Bumps the dev-dependencies group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `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 dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92bf0d6..deffe87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "husky": "^9.1.7", "lightningcss": "^1.33.0", "lightningcss-cli": "^1.33.0", - "lint-staged": "^17.2.0", + "lint-staged": "^17.3.0", "prettier": "^3.9.6", "stylelint": "^17.14.1", "stylelint-config-standard": "^40.0.0", @@ -1543,9 +1543,9 @@ "license": "MIT" }, "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 64b6cfe..7931803 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "husky": "^9.1.7", "lightningcss": "^1.33.0", "lightningcss-cli": "^1.33.0", - "lint-staged": "^17.2.0", + "lint-staged": "^17.3.0", "prettier": "^3.9.6", "stylelint": "^17.14.1", "stylelint-config-standard": "^40.0.0",