Skip to content

Commit 792cf1a

Browse files
committed
⬆️ deps: Upgrade dependency lint-staged to v15.0.2
1 parent 06ca3c3 commit 792cf1a

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
@@ -84,7 +84,7 @@
8484
"esdoc-standard-plugin": "1.0.0",
8585
"fixpack": "4.0.0",
8686
"husky": "8.0.3",
87-
"lint-staged": "15.0.1",
87+
"lint-staged": "15.0.2",
8888
"microbundle": "0.15.1",
8989
"np": "8.0.4",
9090
"pinst": "3.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7227,21 +7227,21 @@ lines-and-columns@^1.1.6:
72277227
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
72287228
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
72297229

7230-
lint-staged@15.0.1:
7231-
version "15.0.1"
7232-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.1.tgz#1db47c315c79bafe993aa33a0b50cbfeef50d906"
7233-
integrity sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==
7230+
lint-staged@15.0.2:
7231+
version "15.0.2"
7232+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.2.tgz#abef713182ec2770143e40a5d6d0130fe61ed442"
7233+
integrity sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==
72347234
dependencies:
72357235
chalk "5.3.0"
72367236
commander "11.1.0"
72377237
debug "4.3.4"
72387238
execa "8.0.1"
72397239
lilconfig "2.1.0"
7240-
listr2 "7.0.1"
7240+
listr2 "7.0.2"
72417241
micromatch "4.0.5"
72427242
pidtree "0.6.0"
72437243
string-argv "0.3.2"
7244-
yaml "2.3.2"
7244+
yaml "2.3.3"
72457245

72467246
listr-input@^0.2.1:
72477247
version "0.2.1"
@@ -7282,10 +7282,10 @@ listr-verbose-renderer@^0.5.0:
72827282
date-fns "^1.27.2"
72837283
figures "^2.0.0"
72847284

7285-
listr2@7.0.1:
7286-
version "7.0.1"
7287-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.1.tgz#18e7a655b189cd7a8a76575a26f4d494b6ffc2c2"
7288-
integrity sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==
7285+
listr2@7.0.2:
7286+
version "7.0.2"
7287+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.2.tgz#3aa3e1549dfaf3c57ab5eeaba754da3b87f33063"
7288+
integrity sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==
72897289
dependencies:
72907290
cli-truncate "^3.1.0"
72917291
colorette "^2.0.20"
@@ -11031,10 +11031,10 @@ yallist@^4.0.0:
1103111031
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1103211032
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1103311033

11034-
yaml@2.3.2:
11035-
version "2.3.2"
11036-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
11037-
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
11034+
yaml@2.3.3:
11035+
version "2.3.3"
11036+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
11037+
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==
1103811038

1103911039
yaml@^1.10.0, yaml@^1.10.2:
1104011040
version "1.10.2"

0 commit comments

Comments
 (0)