Skip to content

Commit 1bd3a32

Browse files
chore(deps): update dependency lint-staged to ^16.2.4 (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b88cb04 commit 1bd3a32

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-txo-package-typescript": "^1.0.116",
5555
"husky": "^9.1.7",
5656
"jest": "^29.7.0",
57-
"lint-staged": "^16.2.3",
57+
"lint-staged": "^16.2.4",
5858
"npm-check-updates": "^18.3.1",
5959
"rimraf": "^6.0.1",
6060
"ts-jest": "^29.4.5",

yarn.lock

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

5373-
lint-staged@^16.2.3:
5374-
version "16.2.3"
5375-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.3.tgz#790866221d75602510507b5be40b2c7963715960"
5376-
integrity sha512-1OnJEESB9zZqsp61XHH2fvpS1es3hRCxMplF/AJUDa8Ho8VrscYDIuxGrj3m8KPXbcWZ8fT9XTMUhEQmOVKpKw==
5373+
lint-staged@^16.2.4:
5374+
version "16.2.4"
5375+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.4.tgz#1f166370e32d9b7eb10583e86d86e1117f7ab489"
5376+
integrity sha512-Pkyr/wd90oAyXk98i/2KwfkIhoYQUMtss769FIT9hFM5ogYZwrk+GRE46yKXSg2ZGhcJ1p38Gf5gmI5Ohjg2yg==
53775377
dependencies:
53785378
commander "^14.0.1"
53795379
listr2 "^9.0.4"
53805380
micromatch "^4.0.8"
5381-
nano-spawn "^1.0.3"
5381+
nano-spawn "^2.0.0"
53825382
pidtree "^0.6.0"
53835383
string-argv "^0.3.2"
53845384
yaml "^2.8.1"
@@ -5980,10 +5980,10 @@ mz@^2.4.0:
59805980
object-assign "^4.0.1"
59815981
thenify-all "^1.0.0"
59825982

5983-
nano-spawn@^1.0.3:
5984-
version "1.0.3"
5985-
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.3.tgz#ef8d89a275eebc8657e67b95fc312a6527a05b8d"
5986-
integrity sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA==
5983+
nano-spawn@^2.0.0:
5984+
version "2.0.0"
5985+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz#f1250434c09ae18870d4f729fc54b406cf85a3e1"
5986+
integrity sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==
59875987

59885988
nanoid@^3.3.7:
59895989
version "3.3.7"

0 commit comments

Comments
 (0)