From 420a4a5b49810cfb3aff748a0a678f7b56f1c4b4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 07:59:49 +0000 Subject: [PATCH] Bump xo from 0.26.0 to 0.26.1 Bumps [xo](https://github.com/xojs/xo) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/compare/v0.26.0...v0.26.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f9bcf7..01daa70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2117,12 +2117,12 @@ } }, "configstore": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz", - "integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", "dev": true, "requires": { - "dot-prop": "^5.1.0", + "dot-prop": "^5.2.0", "graceful-fs": "^4.1.2", "make-dir": "^3.0.0", "unique-string": "^2.0.0", @@ -10048,9 +10048,9 @@ "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, "xo": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/xo/-/xo-0.26.0.tgz", - "integrity": "sha512-jtQRCexAWnC0sy4O8bxq7dxnH7iQbu3PNqypMLfYo/fT8fFZzvgnwUN5pn0TqS8oA/YOwimNOImSMYm4pTSQgw==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/xo/-/xo-0.26.1.tgz", + "integrity": "sha512-m2h2NrFoprrB8jsCvZFx5Wn3uLwd9k4mTo4bA+ZzXOv3fCOMMW8sA2C+qCCNTuEdRarYRtO068+cerM8ZnBiCQ==", "dev": true, "requires": { "arrify": "^2.0.1", diff --git a/package.json b/package.json index b57674b..247b3ee 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "coveralls": "^3.0.9", - "xo": "^0.26.0", + "xo": "^0.26.1", "istanbul": "^1.1.0-alpha.1", "mocha": "^7.0.1" },