From 3217732f33b7b268959de63dec9b3af76facab3a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 08:27:27 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 10.1.4 to 10.1.5 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.4 to 10.1.5. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.1.4...v10.1.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc161712..8e150a78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6524,9 +6524,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.4.tgz", - "integrity": "sha512-bFfQE6U8LASGKANl+JSN8nfL9Id6vq2YmWMgkynvmicMVQFR11OFU8lqcnI1y0fsPr3PwHa6xeMCh+SWB8TPkg==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.5.tgz", + "integrity": "sha512-Etn83be+CiG674kIkE4pOyjtpssXfdmuAPhOehy5w4bOVMnQJ5DsiWq5CShpZj38NA+UdJSsMMkqhb3hB72kOg==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 085398a0..bb2f316f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "husky": "^4.2.5", "jest": "^25.3.0", "js-yaml": "^3.13.1", - "lint-staged": "^10.1.4", + "lint-staged": "^10.1.5", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "ts-jest": "^25.4.0",