Update the eslint-plugin-unicorn package to the latest version

Please see https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v39.0.0
This commit is contained in:
Jonas Jenwald 2021-11-28 10:44:22 +01:00
parent 0c301dfa8b
commit fdf3f03985
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -2883,9 +2883,9 @@
"dev": true "dev": true
}, },
"ci-info": { "ci-info": {
"version": "3.2.0", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
"integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==",
"dev": true "dev": true
}, },
"class-utils": { "class-utils": {
@ -4350,9 +4350,9 @@
"dev": true "dev": true
}, },
"eslint-plugin-unicorn": { "eslint-plugin-unicorn": {
"version": "38.0.1", "version": "39.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz",
"integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.14.9", "@babel/helper-validator-identifier": "^7.14.9",

View File

@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.0", "eslint-plugin-no-unsanitized": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.6.0", "eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-unicorn": "^38.0.1", "eslint-plugin-unicorn": "^39.0.0",
"globals": "^13.12.0", "globals": "^13.12.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-postcss": "^9.0.1", "gulp-postcss": "^9.0.1",