Skip to content

Commit 1a4477b

Browse files
build(deps-dev): bump jest and @types/jest
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.3.1 to 29.5.0 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest) Updates `@types/jest` from 29.2.4 to 29.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a231022 commit 1a4477b

File tree

2 files changed

+387
-382
lines changed

2 files changed

+387
-382
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"@swc/core": "^1.3.14",
1919
"@swc/jest": "^0.2.23",
2020
"@swc/register": "^0.1.10",
21-
"@types/jest": "^29.2.4",
21+
"@types/jest": "^29.5.1",
2222
"@types/jsonwebtoken": "^9.0.1",
2323
"@types/node-cron": "^3.0.7",
2424
"@types/uuid": "^9.0.0",
25-
"jest": "^29.3.1",
25+
"jest": "^29.5.0",
2626
"nodemon": "^2.0.20",
2727
"supabase": "^1.50.4"
2828
},

0 commit comments

Comments
 (0)