Update the eslint-plugin-unicorn package

This commit is contained in:
Jonas Jenwald 2020-05-16 11:43:21 +02:00
parent 15087c35d1
commit 887d2f2948
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -4304,9 +4304,9 @@
}
},
"eslint-plugin-unicorn": {
"version": "19.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.1.tgz",
"integrity": "sha512-fu0/h5mHXfBC6EkA3i2vCjsfC8j53+T9txGhNL4fpxJ+1JKsUKfv+tmXDgy0XnLHhFjnOZp4tRWJWbcykeIP2Q==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-20.0.0.tgz",
"integrity": "sha512-Uob50ZUfqKO4kK3YI3johD3Mnlzs2mWHGELbxFPEWj/2sOAMTV5769t9gGQNzarif+HXRmsKnqZS6XMkfb80Bg==",
"dev": true,
"requires": {
"ci-info": "^2.0.0",
@ -4320,7 +4320,7 @@
"regexp-tree": "^0.1.21",
"reserved-words": "^0.1.2",
"safe-regex": "^2.1.1",
"semver": "^7.1.3"
"semver": "^7.3.2"
},
"dependencies": {
"find-up": {

View File

@ -22,7 +22,7 @@
"eslint-plugin-mozilla": "^2.4.0",
"eslint-plugin-no-unsanitized": "^3.1.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^19.0.1",
"eslint-plugin-unicorn": "^20.0.0",
"fancy-log": "^1.3.3",
"globals": "^11.12.0",
"gulp": "^4.0.2",