Skip to content

Commit

Permalink
chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phantomjinx committed Oct 14, 2024
1 parent 5e8ee67 commit 2ce8660
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docker/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.31",
"@types/js-yaml": "^4.0.9",
"@types/method-override": "^0.0.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"babel-jest": "^29.6.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.31",
"@types/jsonpath": "^0.2.4",
"babel-jest": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.31",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ __metadata:
dependencies:
"@types/cors": "npm:^2.8.17"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.12"
"@types/jest": "npm:^29.5.13"
"@types/jquery": "npm:^3.5.31"
"@types/js-yaml": "npm:^4.0.9"
"@types/method-override": "npm:^0.0.35"
Expand Down Expand Up @@ -2114,7 +2114,7 @@ __metadata:
"@hawtio/online-oauth": "workspace:*"
"@hawtio/react": "npm:^1.5.0"
"@testing-library/jest-dom": "npm:^6.5.0"
"@types/jest": "npm:^29.5.12"
"@types/jest": "npm:^29.5.13"
"@types/jquery": "npm:^3.5.31"
"@types/jsonpath": "npm:^0.2.4"
"@types/node": "npm:^20.14.9"
Expand Down Expand Up @@ -2183,7 +2183,7 @@ __metadata:
dependencies:
"@hawtio/online-kubernetes-api": "workspace:*"
"@hawtio/react": "npm:^1.5.0"
"@types/jest": "npm:^29.5.12"
"@types/jest": "npm:^29.5.13"
"@types/jquery": "npm:^3.5.31"
"@types/jsonpath": "npm:^0.2.4"
babel-jest: "npm:^29.6.1"
Expand Down Expand Up @@ -2254,7 +2254,7 @@ __metadata:
dependencies:
"@hawtio/react": "npm:^1.5.0"
"@thumbmarkjs/thumbmarkjs": "npm:^0.16.0"
"@types/jest": "npm:^29.5.12"
"@types/jest": "npm:^29.5.13"
"@types/jquery": "npm:^3.5.31"
babel-jest: "npm:^29.6.1"
fetch-intercept: "npm:^2.4.0"
Expand Down Expand Up @@ -3912,16 +3912,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.12":
version: 29.5.12
resolution: "@types/jest@npm:29.5.12"
dependencies:
expect: "npm:^29.0.0"
pretty-format: "npm:^29.0.0"
checksum: 10/312e8dcf92cdd5a5847d6426f0940829bca6fe6b5a917248f3d7f7ef5d85c9ce78ef05e47d2bbabc40d41a930e0e36db2d443d2610a9e3db9062da2d5c904211
languageName: node
linkType: hard

"@types/jest@npm:^29.5.13":
version: 29.5.13
resolution: "@types/jest@npm:29.5.13"
Expand Down

0 comments on commit 2ce8660

Please sign in to comment.