From a2526ed0090bcd55eaeeb0179f79ea6e09cd1a84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:00:05 +0200 Subject: [PATCH] chore(deps): update dependency lint-staged to v15.0.1 (#1395) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16cf4d2b..e54d7476 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "expect.js": "0.3.1", "gulp": "4.0.2", "husky": "8.0.3", - "lint-staged": "15.0.0", + "lint-staged": "15.0.1", "mocha": "9.2.2", "mysql2": "3.2.0", "pg": "latest", diff --git a/yarn.lock b/yarn.lock index 306a8640..67a69e55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3973,10 +3973,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.0.tgz#4753a51a60a1b37513b216c87822c5d34ba2e48f" - integrity sha512-OdrAd/qZhO4MnPyNRehI1Fh6j8kcfQoGpjQ1Vw8dSkDkNONdqe/HpKXqtKpFIPCAYeF4/tfnE11MnjLYuLKjqA== +lint-staged@15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.1.tgz#1db47c315c79bafe993aa33a0b50cbfeef50d906" + integrity sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew== dependencies: chalk "5.3.0" commander "11.1.0"