From 321100935c3a599bdd884f035ec35170888a2cdb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 11:38:28 -0700 Subject: [PATCH] Bump lint-staged from 9.1.0 to 9.2.0 (#72) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v9.1.0...v9.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a59556..51efe780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1337,9 +1337,9 @@ "dev": true }, "@types/node": { - "version": "12.0.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.12.tgz", - "integrity": "sha512-Uy0PN4R5vgBUXFoJrKryf5aTk3kJ8Rv3PdlHjl6UaX+Cqp1QE0yPQ68MPXGrZOfG7gZVNDIJZYyot0B9ubXUrQ==", + "version": "12.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.6.2.tgz", + "integrity": "sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ==", "dev": true }, "@types/normalize-package-data": { @@ -6454,9 +6454,9 @@ } }, "lint-staged": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz", - "integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.2.0.tgz", + "integrity": "sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index f47912e7..c232d08b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "husky": "^3.0.0", "jest": "^24.8.0", "jest-serializer-vue": "^2.0.2", - "lint-staged": "^9.1.0", + "lint-staged": "^9.2.0", "mockdate": "^2.0.3", "node-fetch": "^2.6.0", "parcel-bundler": "^1.12.3",