From 943d116b69d7fe202e4c00fdb175481cc57044ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2020 05:06:41 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 10.1.3 to 10.1.5 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.3 to 10.1.5. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.1.3...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 164f9c344..acc9b9a91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8119,9 +8119,9 @@ "dev": true }, "lint-staged": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.3.tgz", - "integrity": "sha512-o2OkLxgVns5RwSC5QF7waeAjJA5nz5gnUfqL311LkZcFipKV7TztrSlhNUK5nQX9H0E5NELAdduMQ+M/JPT7RQ==", + "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 b8cb8849a..c9fea96ae 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nuxtjs/google-analytics": "^2.2.3", "cypress": "^4.4.0", "husky": "^4.2.5", - "lint-staged": "^10.1.3", + "lint-staged": "^10.1.5", "node-sass": "^4.13.1", "prettier": "^2.0.4", "pretty-quick": "^2.0.1",