From c1bd475819e7711046eb20fbf1dbdab38acfaa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 01:20:52 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 38.0.1 to 39.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 38.0.1 to 39.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v38.0.1...v39.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a437ec419..a595fe4f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-xo": "^0.39.0", "eslint-config-xo-typescript": "^0.47.1", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-unicorn": "^38.0.1", + "eslint-plugin-unicorn": "^39.0.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-eslint-new": "^0.6.0", @@ -3100,9 +3100,9 @@ "dev": true }, "node_modules/eslint-plugin-unicorn": { - "version": "38.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", - "integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz", + "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.14.9", @@ -14265,9 +14265,9 @@ } }, "eslint-plugin-unicorn": { - "version": "38.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", - "integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz", + "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.14.9", diff --git a/package.json b/package.json index cae73b7e3..40f59b076 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-xo": "^0.39.0", "eslint-config-xo-typescript": "^0.47.1", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-unicorn": "^38.0.1", + "eslint-plugin-unicorn": "^39.0.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-eslint-new": "^0.6.0",