From a0d91f9e7d6f60d177917d67c23df7207db71614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:57:40 +0000 Subject: [PATCH] Bump xo from 0.38.2 to 0.40.1 Bumps [xo](https://github.com/xojs/xo) from 0.38.2 to 0.40.1. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/compare/v0.38.2...v0.40.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a48fab6..bc45458 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "domexception": "^2.0.1", "node-fetch": "^3.0.0-beta.9", "typescript": "^4.2.4", - "xo": "^0.38.2" + "xo": "^0.40.1" } }