From fb813f1c9329ac957e5f0b28240c7730e7385b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:49:40 +0000 Subject: [PATCH] build(deps-dev): Bump @types/jest in /chat-frontend Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.4 to 29.5.11. - [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] --- chat-frontend/package-lock.json | 14 +++++++------- chat-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chat-frontend/package-lock.json b/chat-frontend/package-lock.json index 9be7346..3357f0a 100644 --- a/chat-frontend/package-lock.json +++ b/chat-frontend/package-lock.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.15", - "@types/jest": "^29.5.4", + "@types/jest": "^29.5.11", "@types/rsocket-core": "^0.0.7", "@types/rsocket-flowable": "^0.0.5", "@types/rsocket-websocket-client": "^0.0.4", @@ -3971,9 +3971,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.11", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz", + "integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==", "devOptional": true, "dependencies": { "expect": "^29.0.0", @@ -22337,9 +22337,9 @@ } }, "@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.11", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz", + "integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==", "devOptional": true, "requires": { "expect": "^29.0.0", diff --git a/chat-frontend/package.json b/chat-frontend/package.json index 650cfb5..5767c04 100644 --- a/chat-frontend/package.json +++ b/chat-frontend/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.15", - "@types/jest": "^29.5.4", + "@types/jest": "^29.5.11", "@types/rsocket-core": "^0.0.7", "@types/rsocket-flowable": "^0.0.5", "@types/rsocket-websocket-client": "^0.0.4",