From 11aad9a84ca0f6f91fda30e7e0338bd832463ed5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Apr 2022 15:45:50 +0000 Subject: [PATCH] Update dependency eslint-plugin-unicorn to v42 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00552e3a9a2..6b1de2adaf9 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "eslint-plugin-import-helpers": "1.2.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-qunit-dom": "0.2.0", - "eslint-plugin-unicorn": "41.0.1", + "eslint-plugin-unicorn": "42.0.0", "loader.js": "4.7.0", "match-json": "1.3.4", "miragejs": "0.1.43", diff --git a/yarn.lock b/yarn.lock index befe1d27db7..6349720d3a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7207,10 +7207,10 @@ eslint-plugin-qunit-dom@0.2.0: resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87" integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg== -eslint-plugin-unicorn@41.0.1: - version "41.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz#b49205b38e71e227d21fb5776f8d078a1dc637ca" - integrity sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow== +eslint-plugin-unicorn@42.0.0: + version "42.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1" + integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg== dependencies: "@babel/helper-validator-identifier" "^7.15.7" ci-info "^3.3.0"