Skip to content

Commit 6eb8d49

Browse files
chore(deps-dev): bump eslint-plugin-jest from 28.12.0 to 28.13.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.12.0 to 28.13.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.12.0...v28.13.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.13.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69aa18e commit 6eb8d49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-config-prettier": "^9.1.0",
1616
"eslint-plugin-deprecation": "^3.0.0",
1717
"eslint-plugin-header": "^3.1.1",
18-
"eslint-plugin-jest": "^28.12.0",
18+
"eslint-plugin-jest": "^28.13.3",
1919
"eslint-plugin-no-null": "^1.0.2",
2020
"eslint-plugin-no-unsanitized": "^4.0.2",
2121
"import-sort-style-eslint": "^6.0.0",

tools/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-config-prettier": "^9.1.0",
5555
"eslint-plugin-deprecation": "^3.0.0",
5656
"eslint-plugin-header": "^3.1.1",
57-
"eslint-plugin-jest": "^28.12.0",
57+
"eslint-plugin-jest": "^28.13.3",
5858
"eslint-plugin-no-null": "^1.0.2",
5959
"eslint-plugin-no-unsanitized": "^4.0.2",
6060
"if-env": "^1.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,10 +2234,10 @@ eslint-plugin-header@^3.1.1:
22342234
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
22352235
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
22362236

2237-
eslint-plugin-jest@^28.12.0:
2238-
version "28.12.0"
2239-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.12.0.tgz#cf0200ae1421acffe7f263d1eaf65912eb9addd9"
2240-
integrity sha512-J6zmDp8WiQ9tyvYXE+3RFy7/+l4hraWLzmsabYXyehkmmDd36qV4VQFc7XzcsD8C1PTNt646MSx25bO1mdd9Yw==
2237+
eslint-plugin-jest@^28.13.3:
2238+
version "28.13.3"
2239+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.3.tgz#3774d02d746f9fb1a25e4a8c9cb668c28c27f476"
2240+
integrity sha512-BwC7TkFKn59tyfi6Zd9p/bcVVYOjWqp80jeaQvMy1fNFo8iDF8D5XvoSMM7CPaL6lQXPXCgD+RD4onlSsFelIw==
22412241
dependencies:
22422242
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
22432243

0 commit comments

Comments
 (0)