Skip to content

Commit 5639a6d

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency lint-staged to v11.2.6
1 parent 3c26a72 commit 5639a6d

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"esdoc-standard-plugin": "1.0.0",
8787
"fixpack": "4.0.0",
8888
"husky": "7.0.4",
89-
"lint-staged": "11.2.4",
89+
"lint-staged": "11.2.6",
9090
"microbundle": "0.14.1",
9191
"np": "7.5.0",
9292
"pinst": "2.1.6",

yarn.lock

+5-18
Original file line numberDiff line numberDiff line change
@@ -2268,11 +2268,6 @@ argparse@^1.0.7:
22682268
dependencies:
22692269
sprintf-js "~1.0.2"
22702270

2271-
argparse@^2.0.1:
2272-
version "2.0.1"
2273-
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
2274-
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
2275-
22762271
array-filter@^1.0.0:
22772272
version "1.0.0"
22782273
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
@@ -5993,13 +5988,6 @@ js-yaml@^3.13.1, js-yaml@^3.14.0:
59935988
argparse "^1.0.7"
59945989
esprima "^4.0.0"
59955990

5996-
js-yaml@^4.1.0:
5997-
version "4.1.0"
5998-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
5999-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6000-
dependencies:
6001-
argparse "^2.0.1"
6002-
60035991
jsbn@~0.1.0:
60045992
version "0.1.1"
60055993
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -6209,19 +6197,18 @@ lines-and-columns@^1.1.6:
62096197
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
62106198
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
62116199

6212-
6213-
version "11.2.4"
6214-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d"
6215-
integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ==
6200+
6201+
version "11.2.6"
6202+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.6.tgz#f477b1af0294db054e5937f171679df63baa4c43"
6203+
integrity sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg==
62166204
dependencies:
62176205
cli-truncate "2.1.0"
62186206
colorette "^1.4.0"
62196207
commander "^8.2.0"
6208+
cosmiconfig "^7.0.1"
62206209
debug "^4.3.2"
62216210
enquirer "^2.3.6"
62226211
execa "^5.1.1"
6223-
js-yaml "^4.1.0"
6224-
lilconfig "^2.0.3"
62256212
listr2 "^3.12.2"
62266213
micromatch "^4.0.4"
62276214
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)