Skip to content

Commit fd3fbe5

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump lint-staged in /frank-flow/src/frontend
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.5 to 12.3.6. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.3.5...v12.3.6) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 082e5df commit fd3fbe5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

frank-flow/src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"karma-coverage": "^2.2.0",
7373
"karma-jasmine": "^4.0.1",
7474
"karma-jasmine-html-reporter": "^1.7.0",
75-
"lint-staged": "^12.3.5",
75+
"lint-staged": "^12.3.6",
7676
"prettier": "^2.6.0",
7777
"ts-node": "^10.7.0",
7878
"typescript": "^4.5.5",

frank-flow/src/frontend/yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5650,10 +5650,10 @@ lines-and-columns@^1.1.6:
56505650
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"
56515651
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
56525652

5653-
lint-staged@^12.3.5:
5654-
version "12.3.5"
5655-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
5656-
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
5653+
lint-staged@^12.3.6:
5654+
version "12.3.6"
5655+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.6.tgz#7b999ebe041c07f241537a17c49969027b4d26f0"
5656+
integrity sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A==
56575657
dependencies:
56585658
cli-truncate "^3.1.0"
56595659
colorette "^2.0.16"
@@ -5665,6 +5665,7 @@ lint-staged@^12.3.5:
56655665
micromatch "^4.0.4"
56665666
normalize-path "^3.0.0"
56675667
object-inspect "^1.12.0"
5668+
pidtree "^0.5.0"
56685669
string-argv "^0.3.1"
56695670
supports-color "^9.2.1"
56705671
yaml "^1.10.2"
@@ -6690,6 +6691,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
66906691
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz"
66916692
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
66926693

6694+
pidtree@^0.5.0:
6695+
version "0.5.0"
6696+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
6697+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
6698+
66936699
pify@^2.2.0, pify@^2.3.0:
66946700
version "2.3.0"
66956701
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"

0 commit comments

Comments
 (0)