diff --git a/package.json b/package.json index 92cd24f1c40..b5d6835e7bc 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 31f51ca939b..fd873f44f14 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: 38.0.4_eslint@8.11.0 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'}