Skip to content

Commit dac9a69

Browse files
chore(deps): update dependency lint-staged to ^16.2.5 (#916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 365cf03 commit dac9a69

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-config-txo-package-react": "^1.0.26",
6060
"husky": "^9.1.7",
6161
"jest": "^29.7.0",
62-
"lint-staged": "^16.2.4",
62+
"lint-staged": "^16.2.5",
6363
"react": "18.3.1",
6464
"react-dom": "18.3.1",
6565
"react-native": "0.82.0",

yarn.lock

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

6359-
lint-staged@^16.2.4:
6360-
version "16.2.4"
6361-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.4.tgz#1f166370e32d9b7eb10583e86d86e1117f7ab489"
6362-
integrity sha512-Pkyr/wd90oAyXk98i/2KwfkIhoYQUMtss769FIT9hFM5ogYZwrk+GRE46yKXSg2ZGhcJ1p38Gf5gmI5Ohjg2yg==
6359+
lint-staged@^16.2.5:
6360+
version "16.2.6"
6361+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.6.tgz#760675e80f4b53337083d3f8bdecdd1f88079bf5"
6362+
integrity sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==
63636363
dependencies:
63646364
commander "^14.0.1"
6365-
listr2 "^9.0.4"
6365+
listr2 "^9.0.5"
63666366
micromatch "^4.0.8"
63676367
nano-spawn "^2.0.0"
63686368
pidtree "^0.6.0"
63696369
string-argv "^0.3.2"
63706370
yaml "^2.8.1"
63716371

6372-
listr2@^9.0.4:
6373-
version "9.0.4"
6374-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.4.tgz#2916e633ae6e09d1a3f981172937ac1c5a8fa64f"
6375-
integrity sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==
6372+
listr2@^9.0.5:
6373+
version "9.0.5"
6374+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz#92df7c4416a6da630eb9ef46da469b70de97b316"
6375+
integrity sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==
63766376
dependencies:
63776377
cli-truncate "^5.0.0"
63786378
colorette "^2.0.20"

0 commit comments

Comments
 (0)