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

Please refer to https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v36.0.0
This commit is contained in:
Jonas Jenwald 2021-09-19 09:36:50 +02:00
parent 57734b11f6
commit a09d7797fb
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5483,9 +5483,9 @@
"dev": true
},
"eslint-plugin-unicorn": {
"version": "35.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-35.0.0.tgz",
"integrity": "sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==",
"version": "36.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36.0.0.tgz",
"integrity": "sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.14.9",

View File

@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.4.1",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-unicorn": "^36.0.0",
"globals": "^13.11.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",