diff --git a/package.json b/package.json index 52b114cb..bc315789 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-eslint": "10.1.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-decorator-position": "5.0.0", + "eslint-plugin-decorator-position": "5.0.1", "eslint-plugin-ember": "10.6.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-json": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 38ae8dd0..d03abecc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3111,10 +3111,10 @@ eslint-module-utils@^2.7.3: debug "^3.2.7" find-up "^2.1.0" -eslint-plugin-decorator-position@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-decorator-position/-/eslint-plugin-decorator-position-5.0.0.tgz#8f6f37f401f691634aa0ac26bb023e5e5d5aa357" - integrity sha512-v9hhZgS34cOm4xPsI+UaDGcKolnsCqQYEBGJmjqhzgTDrOVlPhOZAT2u5GGnKFF7TqniLEQ8hU6F9lh8NGfTfw== +eslint-plugin-decorator-position@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-decorator-position/-/eslint-plugin-decorator-position-5.0.1.tgz#17cfe02d60b86bbcf8d70c24b119849ef9ca7f07" + integrity sha512-2VI4qzKhdIvWR/+VIsIcUQLVS49E5/LNOKHccV+di23IqeY0JRTefjSAuHpsEjF/KTEciH2LVsxFltgV1/kw2w== dependencies: "@babel/core" "^7.18.6" "@babel/plugin-proposal-decorators" "^7.18.6"