From 4310aa6092056a9553604226ab51bcc4d2231e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:18:48 +0000 Subject: [PATCH] Bump eslint-config-xo from 0.36.0 to 0.38.0 Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.36.0 to 0.38.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 5a159f4..56bfc94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3796,9 +3796,9 @@ } }, "eslint-config-xo": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.36.0.tgz", - "integrity": "sha512-RCaqCyI38awe3qgiO0Z8CqHs9yw7dMKdV6ZRTFSR7lm0//370tbDEZaQBXnztgpwe5m6D+VvFWc3vLMP/W6EAg==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.38.0.tgz", + "integrity": "sha512-G2jL+VyfkcZW8GoTmqLsExvrWssBedSoaQQ11vyhflDeT3csMdBVp0On+AVijrRuvgmkWeDwwUL5Rj0qDRHK6g==", "dev": true, "requires": { "confusing-browser-globals": "1.0.10" diff --git a/package.json b/package.json index 0778426..695952b 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "clean-css-cli": "^5.3.0", "cross-env": "^7.0.3", "eslint": "^7.29.0", - "eslint-config-xo": "^0.36.0", + "eslint-config-xo": "^0.38.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-unicorn": "^31.0.0", "find-unused-sass-variables": "^3.1.0",