diff --git a/plugins/woocommerce-admin/package-lock.json b/plugins/woocommerce-admin/package-lock.json index 2d215d7f601..30c83209102 100644 --- a/plugins/woocommerce-admin/package-lock.json +++ b/plugins/woocommerce-admin/package-lock.json @@ -5887,13 +5887,14 @@ } }, "@testing-library/jest-dom": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.10.0.tgz", - "integrity": "sha512-t6e6Y6cu9cnTRwgNzgGtMn+bluLa/JkQ8j876g0XoZ6QKK/VBPPAIJ2PVWK4pjTD3U/BROP0o29cMwpZHcqltA==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.0.tgz", + "integrity": "sha512-mhaCySy7dZlyfcxcYy+0jLllODHEiHkVdmwQ00wD0HrWiSx0fSVHz/0WmdlRkvhfSOuqsRsBUreXOtBvruWGQA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__jest-dom": "^5.9.1", + "aria-query": "^4.2.2", "chalk": "^3.0.0", "css": "^2.2.4", "css.escape": "^1.5.1", @@ -6146,9 +6147,9 @@ } }, "@types/jest": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz", - "integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==", + "version": "26.0.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.4.tgz", + "integrity": "sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index 32ca83594d9..9487d830c43 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -155,7 +155,7 @@ "@storybook/addon-viewport": "5.3.18", "@storybook/addons": "5.3.18", "@storybook/react": "5.3.18", - "@testing-library/jest-dom": "5.10.0", + "@testing-library/jest-dom": "5.11.0", "@testing-library/react": "10.4.4", "@testing-library/react-hooks": "3.3.0", "@testing-library/user-event": "10.4.1",