From 9ec041539d0f8376946fdb1daef641317c4fba0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:10:00 +1000 Subject: [PATCH] chore(deps-dev): bump @testing-library/dom from 9.3.1 to 9.3.4 (#4219) Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.1 to 9.3.4. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.4) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c20f8b1ec51..ae50a06db8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "@storybook/test-runner": "0.16.0", "@storybook/testing-library": "0.2.2", "@storybook/theming": "7.6.4", - "@testing-library/dom": "9.3.1", + "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.2.0", "@testing-library/react": "14.0.0", "@testing-library/react-hooks": "7.0.2", @@ -13899,9 +13899,9 @@ "dev": true }, "node_modules/@testing-library/dom": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.1.tgz", - "integrity": "sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==", + "version": "9.3.4", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", + "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", diff --git a/package.json b/package.json index 0d116610eda..88c0c59a77b 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "@storybook/test-runner": "0.16.0", "@storybook/testing-library": "0.2.2", "@storybook/theming": "7.6.4", - "@testing-library/dom": "9.3.1", + "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.2.0", "@testing-library/react": "14.0.0", "@testing-library/react-hooks": "7.0.2",