diff --git a/.changeset/mean-foxes-sneeze.md b/.changeset/mean-foxes-sneeze.md new file mode 100644 index 000000000..410c59793 --- /dev/null +++ b/.changeset/mean-foxes-sneeze.md @@ -0,0 +1,5 @@ +--- +"eslint-config-modular-app": patch +--- + +Bump eslint-plugin-jest-dom from 3.9.2 to 3.9.4 diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 936cc7913..4595b37c4 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -19,7 +19,7 @@ "eslint-plugin-flowtype": "5.10.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "24.4.0", - "eslint-plugin-jest-dom": "3.9.2", + "eslint-plugin-jest-dom": "3.9.4", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-react": "7.30.0", "eslint-plugin-react-hooks": "4.5.0", diff --git a/yarn.lock b/yarn.lock index c9472bc7f..188fcb699 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1233,7 +1233,7 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": +"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.17.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941" integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw== @@ -2433,7 +2433,7 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/dom@^7.28.1", "@testing-library/dom@^7.31.0": +"@testing-library/dom@^7.31.0", "@testing-library/dom@^7.31.2": version "7.31.2" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a" integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ== @@ -6007,13 +6007,13 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest-dom@3.9.2: - version "3.9.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.2.tgz#2cc200cabb17d1f5535afad9b49d0ca41b2f05eb" - integrity sha512-DKNW6nxYkBvwv36WcYFxapCalGjOGSWUu5PREpDVuXGbEns3S5jhr+mZ5W2N6MxbOWw/2U61C1JVLH31gwVjOQ== +eslint-plugin-jest-dom@3.9.4: + version "3.9.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.4.tgz#74f5b5b5828790cdbec6e720eb4129f7c365233b" + integrity sha512-VRkaALGIhyxinnewZFHe2WJsRWp3TONpXysVXK1IUNJHCpJAIM9yRrI7fQ8i5F6UYE7+DAnvNhSSJZesLTonug== dependencies: - "@babel/runtime" "^7.9.6" - "@testing-library/dom" "^7.28.1" + "@babel/runtime" "^7.16.3" + "@testing-library/dom" "^7.31.2" requireindex "^1.2.0" eslint-plugin-jest@24.4.0: