diff --git a/package-lock.json b/package-lock.json index 24009e94d3e4..ffe26fd4a4a6 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": { @@ -40509,7 +40509,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 b8d9ec902366..d5defa3dd2bc 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",