Skip to content

Commit 2ae393b

Browse files
dependabot[bot]castastrophe
authored andcommitted
chore(deps-dev): bump lint-staged from 16.2.3 to 16.2.6
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.3 to 16.2.6. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.3...v16.2.6) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55d1d47 commit 2ae393b

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ava": "^6.4.1",
4343
"c8": "^10.1.3",
4444
"husky": "^9.1.7",
45-
"lint-staged": "^16.2.3",
45+
"lint-staged": "^16.2.6",
4646
"mock-fs": "^5.5.0",
4747
"prettier": "^3.6.2",
4848
"prettier-package-json": "^2.8.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,23 +2689,23 @@ lines-and-columns@^1.1.6:
26892689
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
26902690
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
26912691

2692-
lint-staged@^16.2.3:
2693-
version "16.2.3"
2694-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.3.tgz#790866221d75602510507b5be40b2c7963715960"
2695-
integrity sha512-1OnJEESB9zZqsp61XHH2fvpS1es3hRCxMplF/AJUDa8Ho8VrscYDIuxGrj3m8KPXbcWZ8fT9XTMUhEQmOVKpKw==
2692+
lint-staged@^16.2.6:
2693+
version "16.2.6"
2694+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.6.tgz#760675e80f4b53337083d3f8bdecdd1f88079bf5"
2695+
integrity sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==
26962696
dependencies:
26972697
commander "^14.0.1"
2698-
listr2 "^9.0.4"
2698+
listr2 "^9.0.5"
26992699
micromatch "^4.0.8"
2700-
nano-spawn "^1.0.3"
2700+
nano-spawn "^2.0.0"
27012701
pidtree "^0.6.0"
27022702
string-argv "^0.3.2"
27032703
yaml "^2.8.1"
27042704

2705-
listr2@^9.0.4:
2706-
version "9.0.4"
2707-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.4.tgz#2916e633ae6e09d1a3f981172937ac1c5a8fa64f"
2708-
integrity sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==
2705+
listr2@^9.0.5:
2706+
version "9.0.5"
2707+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz#92df7c4416a6da630eb9ef46da469b70de97b316"
2708+
integrity sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==
27092709
dependencies:
27102710
cli-truncate "^5.0.0"
27112711
colorette "^2.0.20"
@@ -3109,10 +3109,10 @@ mz@^2.4.0:
31093109
object-assign "^4.0.1"
31103110
thenify-all "^1.0.0"
31113111

3112-
nano-spawn@^1.0.3:
3113-
version "1.0.3"
3114-
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.3.tgz#ef8d89a275eebc8657e67b95fc312a6527a05b8d"
3115-
integrity sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA==
3112+
nano-spawn@^2.0.0:
3113+
version "2.0.0"
3114+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz#f1250434c09ae18870d4f729fc54b406cf85a3e1"
3115+
integrity sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==
31163116

31173117
negotiator@^1.0.0:
31183118
version "1.0.0"

0 commit comments

Comments
 (0)