From 08b52106fb272bca9f7ccb88d4f2175482a0a326 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:24:25 -0700 Subject: [PATCH] Bump lint-staged from 9.2.1 to 9.2.3 (#107) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.2.1 to 9.2.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.2.1...v9.2.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44f0d457..417f0eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6616,9 +6616,9 @@ "dev": true }, "lint-staged": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.1.tgz", - "integrity": "sha512-3lGgJfBddCy/WndKdNko+uJbwyYjBD1k+V+SA+phBYWzH265S95KQya/Wln/UL+hOjc7NcjtFYVCUWuAcqYHhg==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.3.tgz", + "integrity": "sha512-ovDmF0c0VJDTP0VmwLetJQ+lVGyNqOkTniwO9S0MOJxGxIExpSRTL56/ZmvXZ1tHNA53GBbXQbfS8RnNGRXFjg==", "dev": true, "requires": { "chalk": "^2.4.2", @@ -6631,6 +6631,7 @@ "listr": "^0.14.3", "log-symbols": "^3.0.0", "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", "please-upgrade-node": "^3.1.1", "string-argv": "^0.3.0", "stringify-object": "^3.3.0" diff --git a/package.json b/package.json index d7c45d6c..9f626630 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "husky": "^3.0.3", "jest": "^24.8.0", "jest-serializer-vue": "^2.0.2", - "lint-staged": "^9.2.1", + "lint-staged": "^9.2.3", "mockdate": "^2.0.5", "node-fetch": "^2.6.0", "parcel-bundler": "^1.12.3",