Skip to content

Commit dee8f0a

Browse files
dependabot[bot]Laure-di
authored andcommitted
chore(deps): bump lint-staged from 15.2.11 to 15.3.0 (scaleway#4152)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.11...v15.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d87f869 commit dee8f0a

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
@@ -25,7 +25,7 @@
2525
"@commitlint/cli": "^19.6.1",
2626
"@commitlint/config-conventional": "^19.6.0",
2727
"husky": "^8.0.3",
28-
"lint-staged": "^15.2.11",
28+
"lint-staged": "^15.3.0",
2929
"prettier": "^3.4.2"
3030
},
3131
"scripts": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ chalk@^2.0.0:
282282
escape-string-regexp "^1.0.5"
283283
supports-color "^5.3.0"
284284

285-
chalk@^5.3.0, chalk@~5.3.0:
286-
version "5.3.0"
287-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
288-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
285+
chalk@^5.3.0, chalk@~5.4.1:
286+
version "5.4.1"
287+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
288+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
289289

290290
cli-cursor@^5.0.0:
291291
version "5.0.0"
@@ -655,12 +655,12 @@ lines-and-columns@^1.1.6:
655655
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
656656
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
657657

658-
lint-staged@^15.2.11:
659-
version "15.2.11"
660-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.11.tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b"
661-
integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==
658+
lint-staged@^15.3.0:
659+
version "15.3.0"
660+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3"
661+
integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==
662662
dependencies:
663-
chalk "~5.3.0"
663+
chalk "~5.4.1"
664664
commander "~12.1.0"
665665
debug "~4.4.0"
666666
execa "~8.0.1"

0 commit comments

Comments
 (0)