Skip to content

Commit 654e882

Browse files
chore(deps-dev): bump lint-staged from 11.2.3 to 11.2.4 (#800)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.3 to 11.2.4. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v11.2.3...v11.2.4) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70be481 commit 654e882

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,6 +3831,11 @@ argparse@^1.0.7:
38313831
dependencies:
38323832
sprintf-js "~1.0.2"
38333833

3834+
argparse@^2.0.1:
3835+
version "2.0.1"
3836+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
3837+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
3838+
38343839
aria-query@^4.2.2:
38353840
version "4.2.2"
38363841
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
@@ -5369,7 +5374,7 @@ cosmiconfig@^6.0.0:
53695374
path-type "^4.0.0"
53705375
yaml "^1.7.2"
53715376

5372-
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
5377+
cosmiconfig@^7.0.0:
53735378
version "7.0.1"
53745379
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
53755380
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -9172,6 +9177,13 @@ js-yaml@^3.13.1:
91729177
argparse "^1.0.7"
91739178
esprima "^4.0.0"
91749179

9180+
js-yaml@^4.1.0:
9181+
version "4.1.0"
9182+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
9183+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
9184+
dependencies:
9185+
argparse "^2.0.1"
9186+
91759187
jsdom@^16.6.0:
91769188
version "16.7.0"
91779189
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
@@ -9384,17 +9396,18 @@ lines-and-columns@^1.1.6:
93849396
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
93859397

93869398
lint-staged@^11.2.3:
9387-
version "11.2.3"
9388-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb"
9389-
integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==
9399+
version "11.2.4"
9400+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d"
9401+
integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ==
93909402
dependencies:
93919403
cli-truncate "2.1.0"
93929404
colorette "^1.4.0"
93939405
commander "^8.2.0"
9394-
cosmiconfig "^7.0.1"
93959406
debug "^4.3.2"
93969407
enquirer "^2.3.6"
93979408
execa "^5.1.1"
9409+
js-yaml "^4.1.0"
9410+
lilconfig "^2.0.3"
93989411
listr2 "^3.12.2"
93999412
micromatch "^4.0.4"
94009413
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)