fix(deps): update dependency eslint-plugin-unicorn to v15 (#18)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
d37b5cc912
commit
b6c068cf01
@ -24,7 +24,7 @@
|
||||
"eslint-plugin-nuxt": "0.5.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-unicorn": "^14.0.0",
|
||||
"eslint-plugin-unicorn": "^15.0.0",
|
||||
"eslint-plugin-vue": "6.0.1"
|
||||
}
|
||||
}
|
||||
|
24
packages/common/package-lock.json
generated
24
packages/common/package-lock.json
generated
@ -667,9 +667,9 @@
|
||||
"integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ=="
|
||||
},
|
||||
"eslint-plugin-unicorn": {
|
||||
"version": "14.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-14.0.1.tgz",
|
||||
"integrity": "sha512-mTyH4s5ogCE8gaVSNPF14hpSuMfW+bGW+Hg8wNzFPpOJeRHWtdeCFmjz+9nZW4VJQ7gtWfa5KMFF7gKj9KcfAg==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-15.0.0.tgz",
|
||||
"integrity": "sha512-M9K3G4fm8ZahYl3pBIuY3FOG7YNXFFNmge4iiFVczZ4Fjl2GwaByhNaWYzxMVyNFinUGhOMifJR4/myrHOY3ng==",
|
||||
"requires": {
|
||||
"ci-info": "^2.0.0",
|
||||
"clean-regexp": "^1.0.0",
|
||||
@ -680,14 +680,13 @@
|
||||
"lodash.defaultsdeep": "^4.6.1",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"lodash.snakecase": "^4.1.1",
|
||||
"lodash.topairs": "^4.3.0",
|
||||
"lodash.upperfirst": "^4.3.1",
|
||||
"read-pkg-up": "^7.0.0",
|
||||
"regexp-tree": "^0.1.16",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"regexp-tree": "^0.1.17",
|
||||
"regexpp": "^3.0.0",
|
||||
"reserved-words": "^0.1.2",
|
||||
"safe-regex": "^2.1.1",
|
||||
"semver": "^6.3.0"
|
||||
"semver": "^7.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"find-up": {
|
||||
@ -778,9 +777,9 @@
|
||||
"integrity": "sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g=="
|
||||
},
|
||||
"semver": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
||||
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz",
|
||||
"integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A=="
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1297,11 +1296,6 @@
|
||||
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
|
||||
"integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40="
|
||||
},
|
||||
"lodash.topairs": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz",
|
||||
"integrity": "sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ="
|
||||
},
|
||||
"lodash.unescape": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash.unescape/-/lodash.unescape-4.0.1.tgz",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-unicorn": "^14.0.0"
|
||||
"eslint-plugin-unicorn": "^15.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user