commit 5b08b6c2b5d04d26711a3e5c6c628e0ce2036562
parent 8c64d32e67589017ddad2cc1c9d11d8e863265b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Jan 2022 20:20:06 +0100
Bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#15)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.0.0 to 40.1.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.0.0...v40.1.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -31,7 +31,7 @@
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-jsx-a11y": "6.5.1",
- "eslint-plugin-unicorn": "40.0.0",
+ "eslint-plugin-unicorn": "40.1.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.11",
"typescript": "4.5.4"
@@ -3988,9 +3988,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
- "version": "40.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz",
- "integrity": "sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==",
+ "version": "40.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz",
+ "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.15.7",
@@ -11749,9 +11749,9 @@
"requires": {}
},
"eslint-plugin-unicorn": {
- "version": "40.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz",
- "integrity": "sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==",
+ "version": "40.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz",
+ "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.15.7",
diff --git a/package.json b/package.json
@@ -41,7 +41,7 @@
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-jsx-a11y": "6.5.1",
- "eslint-plugin-unicorn": "40.0.0",
+ "eslint-plugin-unicorn": "40.1.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.11",
"typescript": "4.5.4"