From b7d89b246ac5902fe161534a5f549f3591780867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:48:15 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9c7fcc..a0a5db6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@tsconfig/node18": "^2.0.0", "@types/compression": "^1.7.2", "@types/express": "^4.17.17", - "@types/jest": "29.5.1", + "@types/jest": "29.5.4", "@types/node": "^18.15.0", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.54.1", @@ -3289,9 +3289,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -16236,9 +16236,9 @@ } }, "@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 8c46fd9..10c1ecf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@tsconfig/node18": "^2.0.0", "@types/compression": "^1.7.2", "@types/express": "^4.17.17", - "@types/jest": "29.5.1", + "@types/jest": "29.5.4", "@types/node": "^18.15.0", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.54.1",