aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-16 09:42:01 +0000
committerGitHub <[email protected]>2022-03-16 09:42:01 +0000
commit54adb9c3beb2b0ac21bca17a7220f9e06b0d40b2 (patch)
tree6855b301b6174c89c1f26b7a892936987e1bb1dc
parent601905019d46d5df2e01bd5d2a71f3bf9c7498a1 (diff)
downloadfaker-54adb9c3beb2b0ac21bca17a7220f9e06b0d40b2.tar.xz
faker-54adb9c3beb2b0ac21bca17a7220f9e06b0d40b2.zip
chore(deps): update dependency lint-staged to ~12.3.6 (#625)
Co-authored-by: Renovate Bot <[email protected]>
-rw-r--r--package.json2
-rw-r--r--pnpm-lock.yaml15
2 files changed, 12 insertions, 5 deletions
diff --git a/package.json b/package.json
index 92cd24f1..b5d6835e 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
"eslint-plugin-jsdoc": "~38.0.4",
"eslint-plugin-prettier": "~4.0.0",
"esno": "~0.14.1",
- "lint-staged": "~12.3.5",
+ "lint-staged": "~12.3.6",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.5.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 31f51ca9..fd873f44 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -20,7 +20,7 @@ specifiers:
eslint-plugin-jsdoc: ~38.0.4
eslint-plugin-prettier: ~4.0.0
esno: ~0.14.1
- lint-staged: ~12.3.5
+ lint-staged: ~12.3.6
npm-run-all: ~4.1.5
picocolors: ~1.0.0
prettier: 2.5.1
@@ -57,7 +57,7 @@ devDependencies:
eslint-plugin-jsdoc: [email protected]
eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967
esno: 0.14.1
- lint-staged: 12.3.5
+ lint-staged: 12.3.6
npm-run-all: 4.1.5
picocolors: 1.0.0
prettier: 2.5.1
@@ -2918,8 +2918,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
- /lint-staged/12.3.5:
- resolution: {integrity: sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==}
+ /lint-staged/12.3.6:
+ resolution: {integrity: sha512-tVNyl/HsAnplKh4oaoRNzyZLm0PE/6VaBUXvd/gA9zhYCC/+ivZwiwpoT6jOxcLzuIOjP19wW+mfOi7/Bw4c1A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
@@ -2933,6 +2933,7 @@ packages:
micromatch: 4.0.4
normalize-path: 3.0.0
object-inspect: 1.12.0
+ pidtree: 0.5.0
string-argv: 0.3.1
supports-color: 9.2.1
yaml: 1.10.2
@@ -3490,6 +3491,12 @@ packages:
hasBin: true
dev: true
+ /pidtree/0.5.0:
+ resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+ dev: true
+
/pify/2.3.0:
resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=}
engines: {node: '>=0.10.0'}