Skip to content

Commit d8e2d4e

Browse files
chore(deps-dev): bump lint-staged from 12.3.5 to 12.3.7 (#1375)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.5 to 12.3.7. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.3.5...v12.3.7) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2011942 commit d8e2d4e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest": "27.5.1",
3434
"jsdom": "^19.0.0",
3535
"jsdom-global": "^3.0.2",
36-
"lint-staged": "^12.3.5",
36+
"lint-staged": "^12.3.7",
3737
"prettier": "^2.5.1",
3838
"pretty": "^2.0.0",
3939
"reflect-metadata": "^0.1.13",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,10 +3832,10 @@ lines-and-columns@^1.1.6:
38323832
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
38333833
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
38343834

3835-
lint-staged@^12.3.5:
3836-
version "12.3.5"
3837-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
3838-
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
3835+
lint-staged@^12.3.7:
3836+
version "12.3.7"
3837+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.7.tgz#ad0e2014302f704f9cf2c0ebdb97ac63d0f17be0"
3838+
integrity sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==
38393839
dependencies:
38403840
cli-truncate "^3.1.0"
38413841
colorette "^2.0.16"
@@ -3847,6 +3847,7 @@ lint-staged@^12.3.5:
38473847
micromatch "^4.0.4"
38483848
normalize-path "^3.0.0"
38493849
object-inspect "^1.12.0"
3850+
pidtree "^0.5.0"
38503851
string-argv "^0.3.1"
38513852
supports-color "^9.2.1"
38523853
yaml "^1.10.2"
@@ -4186,6 +4187,11 @@ picomatch@^2.0.4, picomatch@^2.2.2, picomatch@^2.2.3:
41864187
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
41874188
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
41884189

4190+
pidtree@^0.5.0:
4191+
version "0.5.0"
4192+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
4193+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
4194+
41894195
pirates@^4.0.4:
41904196
version "4.0.5"
41914197
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"

0 commit comments

Comments
 (0)