From 8182d373306b04325e70599c7dbe4b367aa52c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:24:55 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-ember to v11.0.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5fa1c3b6..8efd55e1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-decorator-position": "5.0.1", - "eslint-plugin-ember": "11.0.3", + "eslint-plugin-ember": "11.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "11.1.0", diff --git a/yarn.lock b/yarn.lock index 12a79340..32fd7ef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3122,10 +3122,10 @@ eslint-plugin-decorator-position@5.0.1: ember-rfc176-data "^0.3.17" snake-case "^3.0.4" -eslint-plugin-ember@11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.3.tgz#66db6c78c35553356b96666dff3c4dc17c0edb30" - integrity sha512-nXfVSHwmrYF9cix/wAr0nWSm3Y181JLrWFPyOGubXRZUyJVWdLexOfI4mDMY0jC0W6ndk3qSFVxyYEUwG+687w== +eslint-plugin-ember@11.0.4: + version "11.0.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.4.tgz#7504b661bca9eb7229aad8c15359511b58517e7c" + integrity sha512-zW9K9xRgt503TMHjmtGRW2OFtLimUgEEGj3Z2LHn6vVuMh0hglPKjI39Cgx/SkoZvBjxN6PB6N+M0qDBQGIlBw== dependencies: "@ember-data/rfc395-data" "^0.0.4" css-tree "^2.0.4"