From fdf3f039859f5a5e2e706a4ab74b610dfebb929a Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 28 Nov 2021 10:44:22 +0100 Subject: [PATCH] Update the `eslint-plugin-unicorn` package to the latest version Please see https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v39.0.0 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 387ba6fcf..fa4505865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2883,9 +2883,9 @@ "dev": true }, "ci-info": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", - "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", "dev": true }, "class-utils": { @@ -4350,9 +4350,9 @@ "dev": true }, "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 156813f81..f79f1729c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-no-unsanitized": "^4.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-sort-exports": "^0.6.0", - "eslint-plugin-unicorn": "^38.0.1", + "eslint-plugin-unicorn": "^39.0.0", "globals": "^13.12.0", "gulp": "^4.0.2", "gulp-postcss": "^9.0.1",