From 58c68c8480e62682ee49027202022a40f4ab515d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:09:37 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.7 --- data-modeling/delegated-types/package.json | 2 +- databases/cockroachdb/package.json | 2 +- databases/mongodb/package.json | 2 +- databases/sql-server/package.json | 2 +- typescript/graphql-nestjs-sdl-first/package.json | 2 +- typescript/graphql-nestjs/package.json | 2 +- typescript/postgis-express/package.json | 2 +- typescript/rest-nestjs/package.json | 2 +- typescript/testing-express/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data-modeling/delegated-types/package.json b/data-modeling/delegated-types/package.json index f5c2c772d8ee..8d3c4abe0398 100644 --- a/data-modeling/delegated-types/package.json +++ b/data-modeling/delegated-types/package.json @@ -8,7 +8,7 @@ "test:watch": "jest --watch" }, "devDependencies": { - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/uuid": "9.0.6", "jest": "29.7.0", diff --git a/databases/cockroachdb/package.json b/databases/cockroachdb/package.json index f90c4ddaf2f9..1e665be1d020 100644 --- a/databases/cockroachdb/package.json +++ b/databases/cockroachdb/package.json @@ -15,7 +15,7 @@ "jest": "29.7.0" }, "devDependencies": { - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/prettyjson": "0.0.32", "prettyjson": "1.2.5", diff --git a/databases/mongodb/package.json b/databases/mongodb/package.json index 399e24ad323f..986100fff32d 100644 --- a/databases/mongodb/package.json +++ b/databases/mongodb/package.json @@ -21,7 +21,7 @@ "@prisma/client": "5.5.2" }, "devDependencies": { - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "jest": "29.7.0", "prisma": "5.5.2", diff --git a/databases/sql-server/package.json b/databases/sql-server/package.json index d34f8f95806c..aeca5f5b9da7 100644 --- a/databases/sql-server/package.json +++ b/databases/sql-server/package.json @@ -15,7 +15,7 @@ "jest": "29.7.0" }, "devDependencies": { - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "prettyjson": "1.2.5", "prisma": "5.5.2", "ts-jest": "29.1.1", diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index b6e2733cea7b..b10e9e640e2f 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -58,7 +58,7 @@ "@nestjs/schematics": "10.0.3", "@nestjs/testing": "10.2.7", "@types/express": "4.17.20", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/supertest": "2.0.15", "@typescript-eslint/eslint-plugin": "6.9.1", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 595912aaa4e4..8851d90caa15 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -57,7 +57,7 @@ "@nestjs/schematics": "10.0.3", "@nestjs/testing": "10.2.7", "@types/express": "4.17.20", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/supertest": "2.0.15", "@typescript-eslint/eslint-plugin": "6.9.1", diff --git a/typescript/postgis-express/package.json b/typescript/postgis-express/package.json index 1036b3f2aa60..fefe07cad44c 100644 --- a/typescript/postgis-express/package.json +++ b/typescript/postgis-express/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/body-parser": "1.19.4", "@types/express": "4.17.20", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/supertest": "2.0.15", "jest": "29.7.0", diff --git a/typescript/rest-nestjs/package.json b/typescript/rest-nestjs/package.json index e7c78b4fc601..51bad729f756 100644 --- a/typescript/rest-nestjs/package.json +++ b/typescript/rest-nestjs/package.json @@ -51,7 +51,7 @@ "@nestjs/schematics": "10.0.3", "@nestjs/testing": "10.2.7", "@types/express": "4.17.20", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/supertest": "2.0.15", "@typescript-eslint/eslint-plugin": "6.9.1", diff --git a/typescript/testing-express/package.json b/typescript/testing-express/package.json index d0c33240af24..2e649ba89963 100644 --- a/typescript/testing-express/package.json +++ b/typescript/testing-express/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/express": "4.17.20", - "@types/jest": "29.5.6", + "@types/jest": "29.5.7", "@types/node": "20.8.9", "@types/supertest": "2.0.15", "jest": "29.7.0",