chore(deps): update dependency eslint-plugin-unicorn to v44

This commit is contained in:
renovate[bot]
2022-10-01 08:15:05 +00:00
committed by GitHub
parent 904d508336
commit 48bcc6b4db
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@types/node": "18.7.23",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-unicorn": "43.0.2",
"eslint-plugin-unicorn": "44.0.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
@@ -17901,18 +17901,18 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "43.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz",
"integrity": "sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==",
"version": "44.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz",
"integrity": "sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.18.6",
"ci-info": "^3.3.2",
"@babel/helper-validator-identifier": "^7.19.1",
"ci-info": "^3.4.0",
"clean-regexp": "^1.0.0",
"eslint-utils": "^3.0.0",
"esquery": "^1.4.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.1.0",
"is-builtin-module": "^3.2.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
@@ -17928,7 +17928,7 @@
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
},
"peerDependencies": {
"eslint": ">=8.18.0"
"eslint": ">=8.23.1"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/semver": {
@@ -49124,18 +49124,18 @@
"dev": true
},
"eslint-plugin-unicorn": {
"version": "43.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz",
"integrity": "sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==",
"version": "44.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz",
"integrity": "sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.18.6",
"ci-info": "^3.3.2",
"@babel/helper-validator-identifier": "^7.19.1",
"ci-info": "^3.4.0",
"clean-regexp": "^1.0.0",
"eslint-utils": "^3.0.0",
"esquery": "^1.4.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.1.0",
"is-builtin-module": "^3.2.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",

View File

@@ -17,7 +17,7 @@
"@types/node": "18.7.23",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-unicorn": "43.0.2",
"eslint-plugin-unicorn": "44.0.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
}