commit 5da0c64792f2d3298691b90f89bdab35510f2abe
parent 2651c6d3a1c8cb97220bb29322c49ee86102d513
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Mar 2022 22:36:11 +0100
Bump eslint-plugin-unicorn from 41.0.0 to 41.0.1 (#104)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 41.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v41.0.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-patch
...
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
@@ -39,7 +39,7 @@
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
- "eslint-plugin-unicorn": "41.0.0",
+ "eslint-plugin-unicorn": "41.0.1",
"i18next-parser": "5.4.0",
"postcss": "8.4.8",
"tailwindcss": "3.0.23",
@@ -3375,9 +3375,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
- "version": "41.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
- "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
+ "version": "41.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
+ "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.15.7",
@@ -11666,9 +11666,9 @@
"requires": {}
},
"eslint-plugin-unicorn": {
- "version": "41.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
- "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
+ "version": "41.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
+ "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.15.7",
diff --git a/package.json b/package.json
@@ -50,7 +50,7 @@
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",
- "eslint-plugin-unicorn": "41.0.0",
+ "eslint-plugin-unicorn": "41.0.1",
"i18next-parser": "5.4.0",
"postcss": "8.4.8",
"tailwindcss": "3.0.23",