Skip to content

Commit 419da7f

Browse files
committed
⬆️ deps: Upgrade dependency lint-staged to v15.0.2
1 parent 1df5c50 commit 419da7f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"esdoc-standard-plugin": "1.0.0",
9494
"fixpack": "4.0.0",
9595
"husky": "8.0.3",
96-
"lint-staged": "15.0.1",
96+
"lint-staged": "15.0.2",
9797
"microbundle": "0.15.1",
9898
"np": "8.0.4",
9999
"pinst": "3.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7487,21 +7487,21 @@ lines-and-columns@^1.1.6:
74877487
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
74887488
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
74897489

7490-
lint-staged@15.0.1:
7491-
version "15.0.1"
7492-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.1.tgz#1db47c315c79bafe993aa33a0b50cbfeef50d906"
7493-
integrity sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==
7490+
lint-staged@15.0.2:
7491+
version "15.0.2"
7492+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.2.tgz#abef713182ec2770143e40a5d6d0130fe61ed442"
7493+
integrity sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==
74947494
dependencies:
74957495
chalk "5.3.0"
74967496
commander "11.1.0"
74977497
debug "4.3.4"
74987498
execa "8.0.1"
74997499
lilconfig "2.1.0"
7500-
listr2 "7.0.1"
7500+
listr2 "7.0.2"
75017501
micromatch "4.0.5"
75027502
pidtree "0.6.0"
75037503
string-argv "0.3.2"
7504-
yaml "2.3.2"
7504+
yaml "2.3.3"
75057505

75067506
listr-input@^0.2.1:
75077507
version "0.2.1"
@@ -7542,10 +7542,10 @@ listr-verbose-renderer@^0.5.0:
75427542
date-fns "^1.27.2"
75437543
figures "^2.0.0"
75447544

7545-
listr2@7.0.1:
7546-
version "7.0.1"
7547-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.1.tgz#18e7a655b189cd7a8a76575a26f4d494b6ffc2c2"
7548-
integrity sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==
7545+
listr2@7.0.2:
7546+
version "7.0.2"
7547+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.2.tgz#3aa3e1549dfaf3c57ab5eeaba754da3b87f33063"
7548+
integrity sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==
75497549
dependencies:
75507550
cli-truncate "^3.1.0"
75517551
colorette "^2.0.20"
@@ -11531,10 +11531,10 @@ yallist@^4.0.0:
1153111531
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1153211532
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1153311533

11534-
yaml@2.3.2:
11535-
version "2.3.2"
11536-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
11537-
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
11534+
yaml@2.3.3:
11535+
version "2.3.3"
11536+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
11537+
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==
1153811538

1153911539
yaml@^1.10.0, yaml@^1.10.2:
1154011540
version "1.10.2"

0 commit comments

Comments
 (0)