Skip to content

Commit b823029

Browse files
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](jest-community/jest-runner-eslint@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] <support@github.com>
1 parent b26dd4b commit b823029

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"jest": "29.5.0",
141141
"jest-canvas-mock": "2.4.0",
142142
"jest-fetch-mock": "3.0.3",
143-
"jest-runner-eslint": "2.0.0",
143+
"jest-runner-eslint": "2.1.0",
144144
"jest-websocket-mock": "2.4.0",
145145
"jest_workaround": "0.1.14",
146146
"monaco-editor": "0.37.1",

site/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5340,10 +5340,10 @@ domexception@^4.0.0:
53405340
dependencies:
53415341
webidl-conversions "^7.0.0"
53425342

5343-
dot-prop@^5.3.0:
5344-
version "5.3.0"
5345-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
5346-
integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
5343+
dot-prop@^6.0.1:
5344+
version "6.0.1"
5345+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083"
5346+
integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==
53475347
dependencies:
53485348
is-obj "^2.0.0"
53495349

@@ -7649,15 +7649,15 @@ jest-resolve@^29.5.0:
76497649
resolve.exports "^2.0.0"
76507650
slash "^3.0.0"
76517651

7652-
jest-runner-eslint@2.0.0:
7653-
version "2.0.0"
7654-
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-2.0.0.tgz#b3850ef877e39c6d6bbc131ead1afd4ac95e5727"
7655-
integrity sha512-7dQTbRxOhw8t+AQSEXtwezfgVomzME+enbjeWN2Emdr3FjFjJW15FLjj33GvKk/r3zq/nASihoaUVTptdBEBHA==
7652+
jest-runner-eslint@2.1.0:
7653+
version "2.1.0"
7654+
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-2.1.0.tgz#49f6372c2ee091f61e2bd9ad8a17c9538b5f5073"
7655+
integrity sha512-5gQOLej+HLDNzxrqOxg+l/ZY6hAHYhzO7gs3eOR+PQz14wpDuLDIivn+xJ8uwHW2tYM/37NGskqwBe5RbbJPEw==
76567656
dependencies:
76577657
chalk "^4.0.0"
76587658
cosmiconfig "^7.0.0"
76597659
create-jest-runner "^0.11.2"
7660-
dot-prop "^5.3.0"
7660+
dot-prop "^6.0.1"
76617661

76627662
jest-runner@^29.5.0:
76637663
version "29.5.0"

0 commit comments

Comments
 (0)