From 0923ebedc47df5f02037e9639ab25d98cf8a5c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:46:31 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.3.0 to 6.4.5 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.3.0 to 6.4.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- packages/story-editor/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d8f2301d1b4..9134859667df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@svgr/rollup": "^8.0.1", "@svgr/webpack": "^8.0.1", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2", @@ -10618,9 +10618,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -10629,7 +10629,7 @@ "chalk": "^3.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "redent": "^3.0.0" }, "engines": { @@ -40508,7 +40508,7 @@ "@googleforcreators/test-utils": "*", "@storybook/addon-essentials": "^7.6.4", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2", diff --git a/package.json b/package.json index 20778bb90024..bef3b54bc7fa 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@svgr/rollup": "^8.0.1", "@svgr/webpack": "^8.0.1", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2", diff --git a/packages/story-editor/package.json b/packages/story-editor/package.json index 5bf3b6d52ef8..54d42f09a944 100644 --- a/packages/story-editor/package.json +++ b/packages/story-editor/package.json @@ -92,7 +92,7 @@ "@googleforcreators/test-utils": "*", "@storybook/addon-essentials": "^7.6.4", "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2",