Skip to content

Commit 5225ea4

Browse files
Update jest monorepo to ^30.0.5 (#281)
| datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | npm | @jest/globals | 30.0.4 | 30.0.5 | | npm | jest | 30.0.4 | 30.0.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 814f401 commit 5225ea4

File tree

2 files changed

+315
-315
lines changed

2 files changed

+315
-315
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "GitHub Action to check if a Docker image needs to be updated",
99
"devDependencies": {
10-
"@jest/globals": "^30.0.4",
10+
"@jest/globals": "^30.0.5",
1111
"@types/jest": "^30.0.0",
1212
"@types/node": "^20.19.11",
1313
"@typescript-eslint/eslint-plugin": "^8.40.0",
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "^2.31.0",
1919
"eslint-plugin-jest": "^29.0.1",
2020
"eslint-plugin-prettier": "^5.5.4",
21-
"jest": "^30.0.4",
21+
"jest": "^30.0.5",
2222
"js-yaml": "^4.1.0",
2323
"prettier": "^3.6.2",
2424
"ts-jest": "^29.4.1",

0 commit comments

Comments
 (0)