Skip to content

Commit 44b71e8

Browse files
committed
⬆️ deps: Upgrade dependency lint-staged to v11.2.4
1 parent 569c2a1 commit 44b71e8

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"esdoc-standard-plugin": "1.0.0",
9292
"fixpack": "4.0.0",
9393
"husky": "7.0.4",
94-
"lint-staged": "11.2.3",
94+
"lint-staged": "11.2.4",
9595
"microbundle": "0.14.1",
9696
"np": "7.5.0",
9797
"pinst": "2.1.6",

yarn.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,11 @@ argparse@^1.0.7:
22032203
dependencies:
22042204
sprintf-js "~1.0.2"
22052205

2206+
argparse@^2.0.1:
2207+
version "2.0.1"
2208+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
2209+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
2210+
22062211
array-filter@^1.0.0:
22072212
version "1.0.0"
22082213
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
@@ -3322,17 +3327,6 @@ cosmiconfig@^7.0.0:
33223327
path-type "^4.0.0"
33233328
yaml "^1.10.0"
33243329

3325-
cosmiconfig@^7.0.1:
3326-
version "7.0.1"
3327-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
3328-
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
3329-
dependencies:
3330-
"@types/parse-json" "^4.0.0"
3331-
import-fresh "^3.2.1"
3332-
parse-json "^5.0.0"
3333-
path-type "^4.0.0"
3334-
yaml "^1.10.0"
3335-
33363330
create-require@^1.1.0:
33373331
version "1.1.1"
33383332
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5922,6 +5916,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.0:
59225916
argparse "^1.0.7"
59235917
esprima "^4.0.0"
59245918

5919+
js-yaml@^4.1.0:
5920+
version "4.1.0"
5921+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
5922+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
5923+
dependencies:
5924+
argparse "^2.0.1"
5925+
59255926
jsbn@~0.1.0:
59265927
version "0.1.1"
59275928
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -6131,18 +6132,19 @@ lines-and-columns@^1.1.6:
61316132
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
61326133
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
61336134

6134-
lint-staged@11.2.3:
6135-
version "11.2.3"
6136-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.3.tgz#fc3f4569cc4f46553309dfc1447b8aef69f744fb"
6137-
integrity sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==
6135+
lint-staged@11.2.4:
6136+
version "11.2.4"
6137+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d"
6138+
integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ==
61386139
dependencies:
61396140
cli-truncate "2.1.0"
61406141
colorette "^1.4.0"
61416142
commander "^8.2.0"
6142-
cosmiconfig "^7.0.1"
61436143
debug "^4.3.2"
61446144
enquirer "^2.3.6"
61456145
execa "^5.1.1"
6146+
js-yaml "^4.1.0"
6147+
lilconfig "^2.0.3"
61466148
listr2 "^3.12.2"
61476149
micromatch "^4.0.4"
61486150
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)