Skip to content

Commit b60e13c

Browse files
chore(deps): update dependency lint-staged to v15.0.2 (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45a5bf1 commit b60e13c

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jest": "28.1.3",
5151
"jest-docblock": "28.1.1",
5252
"jest-junit": "16.0.0",
53-
"lint-staged": "15.0.1",
53+
"lint-staged": "15.0.2",
5454
"patch-package": "8.0.0",
5555
"prettier": "2.8.5",
5656
"rimraf": "5.0.5",

yarn.lock

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

5872-
5873-
version "15.0.1"
5874-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.1.tgz#1db47c315c79bafe993aa33a0b50cbfeef50d906"
5875-
integrity sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==
5872+
5873+
version "15.0.2"
5874+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.0.2.tgz#abef713182ec2770143e40a5d6d0130fe61ed442"
5875+
integrity sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==
58765876
dependencies:
58775877
chalk "5.3.0"
58785878
commander "11.1.0"
58795879
debug "4.3.4"
58805880
execa "8.0.1"
58815881
lilconfig "2.1.0"
5882-
listr2 "7.0.1"
5882+
listr2 "7.0.2"
58835883
micromatch "4.0.5"
58845884
pidtree "0.6.0"
58855885
string-argv "0.3.2"
5886-
yaml "2.3.2"
5886+
yaml "2.3.3"
58875887

5888-
5889-
version "7.0.1"
5890-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.1.tgz#18e7a655b189cd7a8a76575a26f4d494b6ffc2c2"
5891-
integrity sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==
5888+
5889+
version "7.0.2"
5890+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-7.0.2.tgz#3aa3e1549dfaf3c57ab5eeaba754da3b87f33063"
5891+
integrity sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==
58925892
dependencies:
58935893
cli-truncate "^3.1.0"
58945894
colorette "^2.0.20"
@@ -8136,10 +8136,10 @@ yaml-ast-parser@^0.0.43:
81368136
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb"
81378137
integrity sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==
81388138

8139-
[email protected].2, yaml@^2.2.2:
8140-
version "2.3.2"
8141-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
8142-
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
8139+
[email protected].3, yaml@^2.2.2:
8140+
version "2.3.3"
8141+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
8142+
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==
81438143

81448144
yaml@^1.10.0, yaml@^1.10.2:
81458145
version "1.10.2"

0 commit comments

Comments
 (0)