From b90688e236dbba67a7879da0213157b15e7c4f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:17:39 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.6 in /frontend Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.5 to 15.2.6. - [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.5...v15.2.6) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 66bae3a36973..73a1cf5b4e21 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -61,7 +61,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "husky": "^9.0.11", "jsdom": "^24.1.0", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "postcss": "^8.4.38", "prettier": "^3.3.2", "tailwindcss": "^3.4.4", @@ -11936,9 +11936,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz", - "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==", + "version": "15.2.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.6.tgz", + "integrity": "sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/frontend/package.json b/frontend/package.json index 5085efd98477..4b6af8be69b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -82,7 +82,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "husky": "^9.0.11", "jsdom": "^24.1.0", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "postcss": "^8.4.38", "prettier": "^3.3.2", "tailwindcss": "^3.4.4",