From 78a4e8e1c5a882274cfaef5652a4ac4faa447105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:12:59 +0000 Subject: [PATCH] build(deps-dev): bump lint-staged in the dependencies group Bumps the dependencies group with 1 update: [lint-staged](https://github.com/okonet/lint-staged). Updates `lint-staged` from 15.2.6 to 15.2.7 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.6...v15.2.7) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: 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 d41b1b6..b8d9d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-unused-imports": "^3.2.0", "husky": "^9.0.11", - "lint-staged": "^15.2.6", + "lint-staged": "^15.2.7", "prettier": "^3.3.2", "rimraf": "^5.0.7", "typescript": "^5.4.5" @@ -3109,9 +3109,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.6.tgz", - "integrity": "sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==", + "version": "15.2.7", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.7.tgz", + "integrity": "sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 2fc4189..9f83adf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-unused-imports": "^3.2.0", "husky": "^9.0.11", - "lint-staged": "^15.2.6", + "lint-staged": "^15.2.7", "prettier": "^3.3.2", "rimraf": "^5.0.7", "typescript": "^5.4.5"