From f853daf94d9334939a53307428ea7e07e53c624c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:58:55 +0000 Subject: [PATCH] build(deps-dev): bump jest-runner-eslint from 2.0.0 to 2.1.0 Bumps [jest-runner-eslint](https://github.com/jest-community/jest-runner-eslint) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/jest-community/jest-runner-eslint/releases) - [Changelog](https://github.com/jest-community/jest-runner-eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/jest-runner-eslint/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: jest-runner-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 96839e8c6..94a4cb800 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2371,10 +2371,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dot-prop@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" - integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== +dot-prop@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083" + integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA== dependencies: is-obj "^2.0.0" @@ -3394,14 +3394,14 @@ jest-resolve@^29.5.0: slash "^3.0.0" jest-runner-eslint@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-2.0.0.tgz#b3850ef877e39c6d6bbc131ead1afd4ac95e5727" - integrity sha512-7dQTbRxOhw8t+AQSEXtwezfgVomzME+enbjeWN2Emdr3FjFjJW15FLjj33GvKk/r3zq/nASihoaUVTptdBEBHA== + version "2.1.0" + resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-2.1.0.tgz#49f6372c2ee091f61e2bd9ad8a17c9538b5f5073" + integrity sha512-5gQOLej+HLDNzxrqOxg+l/ZY6hAHYhzO7gs3eOR+PQz14wpDuLDIivn+xJ8uwHW2tYM/37NGskqwBe5RbbJPEw== dependencies: chalk "^4.0.0" cosmiconfig "^7.0.0" create-jest-runner "^0.11.2" - dot-prop "^5.3.0" + dot-prop "^6.0.1" jest-runner@^29.5.0: version "29.5.0"