From e4290c6801b1479a50f41cdbf6509fbb18cc1700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:26:23 +0000 Subject: [PATCH] build(deps-dev): bump @types/jest from 29.5.3 to 29.5.4 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.3 to 29.5.4. - [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] --- package-lock.json | 12 +----------- packages/rollup-plugin/package-lock.json | 6 +++--- packages/rollup-plugin/package.json | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index f741c7f547..56b3a23127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31735,7 +31735,7 @@ "rollup-plugin-webpack-stats": "0.2.1" }, "devDependencies": { - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "core-js": "3.32.1", "jest": "29.6.4", "jest-cli": "29.6.4", @@ -31752,16 +31752,6 @@ "rollup": "^3.0.0" } }, - "packages/rollup-plugin/node_modules/@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", - "dev": true, - "dependencies": { - "expect": "^29.0.0", - "pretty-format": "^29.0.0" - } - }, "packages/ui": { "name": "@bundle-stats/ui", "version": "4.6.3", diff --git a/packages/rollup-plugin/package-lock.json b/packages/rollup-plugin/package-lock.json index 140ca5d7ba..7e3927105e 100644 --- a/packages/rollup-plugin/package-lock.json +++ b/packages/rollup-plugin/package-lock.json @@ -983,9 +983,9 @@ } }, "@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "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/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 8a28168e6b..1436f9c19c 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -49,7 +49,7 @@ "rollup-plugin-webpack-stats": "0.2.1" }, "devDependencies": { - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "core-js": "3.32.1", "jest": "29.6.4", "jest-cli": "29.6.4",