From 8af1e1a5ed08b1de9276a1286a36e7599bb7f6a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 May 2020 17:47:31 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v10.2.4 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- yarn.lock | 22 +++++++++------------- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c81699..0fb6278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4687,9 +4687,9 @@ "dev": true }, "lint-staged": { - "version": "10.2.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.3.tgz", - "integrity": "sha512-dX5CeCIDtKoNv5IQpOMq/YUP8PXc58/QW+iWapv8KzgYcbgUWJwhPaFjX5aUS9pAa8cpGH7Jur3Puw3tugTGIg==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.4.tgz", + "integrity": "sha512-doTMGKXQAT34c3S3gwDrTnXmCZp/z1/92D8suPqqh755sKPT18ew1NoPNHxJdrvv1D4WrJ7CEnx79Ns3EdEFbg==", "dev": true, "requires": { "chalk": "^4.0.0", @@ -4698,7 +4698,7 @@ "debug": "^4.1.1", "dedent": "^0.7.0", "execa": "^4.0.1", - "listr2": "2.0.1", + "listr2": "^2.0.2", "log-symbols": "^4.0.0", "micromatch": "^4.0.2", "normalize-path": "^3.0.0", @@ -4833,9 +4833,9 @@ } }, "listr2": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.1.tgz", - "integrity": "sha512-APezMtg3gQTamAgixvFKPpq8ipQJix5dJcEw4S+UzF4k5fNn1Bm0ssULO01ekr3PkDT/hoT0bMKBb8hNFDAl2g==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.2.tgz", + "integrity": "sha512-HkbraLsbHRFtuT0p1g9KUiMoJeqlPdgsi4Q3mCvBlYnVK+2I1vPdCxBvJ+nAxwpL7SZiyaICWMvLOyMBtu+VKw==", "dev": true, "requires": { "@samverschueren/stream-to-observable": "^0.3.0", @@ -4851,7 +4851,7 @@ "pad": "^3.2.0", "rxjs": "^6.5.5", "through": "^2.3.8", - "uuid": "^8.0.0" + "uuid": "^7.0.2" }, "dependencies": { "ansi-styles": { @@ -4914,9 +4914,9 @@ } }, "uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", "dev": true } } diff --git a/package.json b/package.json index 6b94f9e..886e971 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "coveralls": "3.1.0", "husky": "4.2.5", "jest": "26.0.1", - "lint-staged": "10.2.3", + "lint-staged": "10.2.4", "nyc": "15.0.1", "prettier": "2.0.5" }, diff --git a/yarn.lock b/yarn.lock index 84cb993..bbb66da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2408,9 +2408,9 @@ lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" -lint-staged@10.2.3: - version "10.2.3" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.3.tgz#22fb3e251b915e64a46d3eead03a5e37e969eac3" +lint-staged@10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.4.tgz#0ed5d1cf06bdac0d3fbb003931bb6df3771fbf42" dependencies: chalk "^4.0.0" commander "^5.1.0" @@ -2418,7 +2418,7 @@ lint-staged@10.2.3: debug "^4.1.1" dedent "^0.7.0" execa "^4.0.1" - listr2 "2.0.1" + listr2 "^2.0.2" log-symbols "^4.0.0" micromatch "^4.0.2" normalize-path "^3.0.0" @@ -2426,9 +2426,9 @@ lint-staged@10.2.3: string-argv "0.3.1" stringify-object "^3.3.0" -listr2@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.0.1.tgz#06a05868795da04d91a8ad86ab299c166602ad80" +listr2@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.0.2.tgz#35e11e742ee151a8c446d1649792cadf7eb1d780" dependencies: "@samverschueren/stream-to-observable" "^0.3.0" chalk "^4.0.0" @@ -2443,7 +2443,7 @@ listr2@2.0.1: pad "^3.2.0" rxjs "^6.5.5" through "^2.3.8" - uuid "^8.0.0" + uuid "^7.0.2" locate-path@^5.0.0: version "5.0.0" @@ -3624,14 +3624,10 @@ uuid@^3.3.3: version "3.3.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" -uuid@^7.0.3: +uuid@^7.0.2, uuid@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" -uuid@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c" - v8-to-istanbul@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.3.tgz#22fe35709a64955f49a08a7c7c959f6520ad6f20"