From e19c8026c383d4b16017884a53d353ef39c42872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:12:16 +0000 Subject: [PATCH] Bump lint-staged from 10.2.13 to 10.3.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.13 to 10.3.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v10.2.13...v10.3.0) 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 1bc92b6a..549425fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8677,9 +8677,9 @@ } }, "lint-staged": { - "version": "10.2.13", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.13.tgz", - "integrity": "sha512-conwlukNV6aL9SiMWjFtDp5exeDnTMekdNPDZsKGnpfQuHcO0E3L3Bbf58lcR+M7vk6LpCilxDAVks/DDVBYlA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.3.0.tgz", + "integrity": "sha512-an3VgjHqmJk0TORB/sdQl0CTkRg4E5ybYCXTTCSJ5h9jFwZbcgKIx5oVma5e7wp/uKt17s1QYFmYqT9MGVosGw==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index bd44e56a..cbcc63d5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jasmine-jquery": "~2.1.1", "jest": "^26.1.0", "jest-puppeteer": "^4.4.0", - "lint-staged": "10.2.13", + "lint-staged": "10.3.0", "matchdep": "^2.0.0", "puppeteer": "^2.1.0" },