Skip to content

Commit

Permalink
chore(deps): update jest packages (#390)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent b7fdcb1 commit 01afb1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,14 +55,14 @@
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/node": "20.11.5",
"@types/yargs": "17.0.32",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"prettier": "3.2.4",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -650,10 +650,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@29.5.11":
version "29.5.11"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c"
integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==
"@types/jest@29.5.12":
version "29.5.12"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down Expand Up @@ -2464,10 +2464,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

ts-jest@29.1.1:
version "29.1.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
ts-jest@29.1.2:
version "29.1.2"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
dependencies:
bs-logger "0.x"
fast-json-stable-stringify "2.x"
Expand Down

0 comments on commit 01afb1d

Please sign in to comment.