Bump eslint-plugin-unicorn from 37.0.1 to 38.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 37.0.1 to 38.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v37.0.1...v38.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 14:17:57 +00:00 committed by GitHub
parent 4c8f90ee0b
commit 5680ff9fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -85,7 +85,7 @@
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unicorn": "^38.0.1",
"lockfile-lint": "^4.6.2",
"node-sass": "^6.0.1",
"node-sass-package-importer": "^5.3.2",
@ -5898,9 +5898,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "37.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-37.0.1.tgz",
"integrity": "sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==",
"version": "38.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz",
"integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.9",
@ -20101,9 +20101,9 @@
}
},
"eslint-plugin-unicorn": {
"version": "37.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-37.0.1.tgz",
"integrity": "sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==",
"version": "38.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz",
"integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.14.9",

View file

@ -139,7 +139,7 @@
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unicorn": "^38.0.1",
"lockfile-lint": "^4.6.2",
"node-sass": "^6.0.1",
"node-sass-package-importer": "^5.3.2",