From 595dc7fa48f29ac179ddd2de49ee24def6e0f61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 22:42:53 +0000 Subject: [PATCH] chore: Bump jest-runner-eslint from 2.0.0 to 2.1.0 in /site 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] --- site/package.json | 2 +- site/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/package.json b/site/package.json index 4366c6fec5f24..923cc602e808f 100644 --- a/site/package.json +++ b/site/package.json @@ -140,7 +140,7 @@ "jest": "29.5.0", "jest-canvas-mock": "2.4.0", "jest-fetch-mock": "3.0.3", - "jest-runner-eslint": "2.0.0", + "jest-runner-eslint": "2.1.0", "jest-websocket-mock": "2.4.0", "jest_workaround": "0.1.14", "monaco-editor": "0.38.0", diff --git a/site/yarn.lock b/site/yarn.lock index 2f034a186ed0e..b3a83042da59c 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -5340,10 +5340,10 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -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" @@ -7649,15 +7649,15 @@ jest-resolve@^29.5.0: resolve.exports "^2.0.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== +jest-runner-eslint@2.1.0: + 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"