From 2e5b1b84d6b452a5b86ab1201f8ab2fd472ef014 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:36:26 +0900 Subject: [PATCH] deps: upgrade lint-staged 9.3.0 --- 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 9fde068..9cf7650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4218,9 +4218,9 @@ "dev": true }, "lint-staged": { - "version": "9.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.5.tgz", - "integrity": "sha512-d99gTBFMJ29159+9iRvaMEQstmNcPAbQbhHSYw6D/1FncvFdIj8lWHztaq3Uq+tbZPABHXQ/fyN7Rp1QwF8HIw==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.3.0.tgz", + "integrity": "sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 2696297..8eae201 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "^3.0.5", "jest": "^24.9.0", "jest-circus": "^24.9.0", - "lint-staged": "^9.2.5", + "lint-staged": "^9.3.0", "prettier": "1.18.2", "ts-jest": "^24.1.0", "typescript": "^3.6.3"