From c33f7a89c231296ef2ac5e5b6dc716c8850853f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 16:34:46 +0300 Subject: [PATCH] Bump eslint-config-xo from 0.32.0 to 0.32.1 (#2934) Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.0 to 0.32.1. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.0...v0.32.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d2d8174af..16fbe113e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4079,9 +4079,9 @@ } }, "eslint-config-xo": { - "version": "0.32.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.32.0.tgz", - "integrity": "sha512-P9PRu4+DjquvonD12lbgdzFtqaDDK8hQHlMiHRi7X1UDdTA60/e8QeucOZtCu+tm5STOQkowcgS4fMnEw9C5nQ==", + "version": "0.32.1", + "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.32.1.tgz", + "integrity": "sha512-achnYLilUTtljR1CGRikVj9HRAf5GplJeGgeyQMvph7mKo+AqTkNuig4EO/IrNOChcjoazgw9YT4cW/3+69i3Q==", "dev": true, "requires": { "confusing-browser-globals": "1.0.9" diff --git a/package.json b/package.json index 5e7dc57fa..3d8f5d5b6 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "bundlewatch": "^0.2.7", "clean-css-cli": "^4.3.0", "eslint": "^7.5.0", - "eslint-config-xo": "^0.32.0", + "eslint-config-xo": "^0.32.1", "eslint-plugin-compat": "^3.8.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-unicorn": "^21.0.0",