From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 11:46:51 +0000 (+0300) Subject: Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207) X-Git-Tag: v5.0.0-alpha2~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e95c801a3cbf6cbce2b0b5b015fdd5f98b6f9d;p=thirdparty%2Fbootstrap.git Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207) Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.31.0...v0.32.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 368cacc806..4956b56560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3880,9 +3880,9 @@ } }, "eslint-config-xo": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.31.0.tgz", - "integrity": "sha512-bSFmDVrIVZoA0TnNtUEp4KIdPYuEquq3XCWruiU0eflMx2BtxQtASUuMAVqUg3rDZaHguaCY50/WtTH6IZSPdg==", + "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==", "dev": true, "requires": { "confusing-browser-globals": "1.0.9" diff --git a/package.json b/package.json index 29577f3e0e..0d52ad081f 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", "eslint": "^7.3.1", - "eslint-config-xo": "^0.31.0", + "eslint-config-xo": "^0.32.0", "eslint-plugin-import": "^2.21.2", "eslint-plugin-unicorn": "^20.1.0", "find-unused-sass-variables": "^2.0.0",