From 25e16824c7aad906bd81aa0831abec533a1737e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:01:58 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency lint-staged to v16.1.1. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ecdf6b3..442692a 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "esdoc-standard-plugin": "1.0.0", "fixpack": "4.0.0", "husky": "9.1.7", - "lint-staged": "16.1.0", + "lint-staged": "16.1.1", "microbundle": "0.15.1", "np": "10.2.0", "pinst": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 5416888..7608500 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7194,10 +7194,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@16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.0.tgz#06807ef3dbbade9e4e3416897aac0ac5b99a2377" - integrity sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ== +lint-staged@16.1.1: + version "16.1.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.1.tgz#e2321462e2df87b37ebeb2661887c911508a1d97" + integrity sha512-kVZvRAHw9WuufENnwuZLiB1X/8B8YpGszzjMET0bP+uJSjjB7KXeaX2ckYRtQyHfeQdCWMc6tRK34t4geHL9sg== dependencies: chalk "^5.4.1" commander "^14.0.0"