From e3c422f7db2856331b9ba876790a9ef86bf2add9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 19:31:12 +0530 Subject: [PATCH] Bump eslint-plugin-unicorn from 31.0.0 to 32.0.1 (#3685) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com> --- dist/js/.eslintrc.json | 1 + package-lock.json | 7 +++---- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/js/.eslintrc.json b/dist/js/.eslintrc.json index dfb9f9eff..e2a145a17 100644 --- a/dist/js/.eslintrc.json +++ b/dist/js/.eslintrc.json @@ -41,6 +41,7 @@ "unicorn/no-array-for-each": "off", "unicorn/no-for-loop": "off", "unicorn/no-null": "off", + "unicorn/numeric-separators-style": "off", "unicorn/prefer-dataset": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-module": "off", diff --git a/package-lock.json b/package-lock.json index b61ae9290..6ae63c502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4915,16 +4915,15 @@ } }, "eslint-plugin-unicorn": { - "version": "31.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-31.0.0.tgz", - "integrity": "sha512-HR3gI4ANtV8A+0FLAaxjBD/G5J3PWBo+7OswyGeK5nylGqtKLJVbnPksIkBgmVg+SFpxu5MnjaxQQI+9KjyVAg==", + "version": "32.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz", + "integrity": "sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==", "dev": true, "requires": { "ci-info": "^3.1.1", "clean-regexp": "^1.0.0", "eslint-template-visitor": "^2.3.2", "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", "import-modules": "^2.1.0", "is-builtin-module": "^3.1.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index f6e0f4eb7..830514d9a 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "eslint-config-xo": "^0.36.0", "eslint-plugin-compat": "^3.9.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-unicorn": "^31.0.0", + "eslint-plugin-unicorn": "^32.0.1", "lockfile-lint": "^4.6.2", "node-sass": "^6.0.0", "node-sass-package-importer": "^5.3.2",