diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-08 13:59:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 13:59:23 +0000 |
commit | c023a6efb3b526bc4bced14648ead5a818415451 (patch) | |
tree | be0f62d77714eca5391188ed3a764211ac60c30f /package.json | |
parent | 1e02304b37a9b0f278e5eccae6e39720947119c6 (diff) | |
parent | 3bfc8e1e8625d827f0dbbd00ef2e92a2d88310fb (diff) | |
download | nextcloud-server-c023a6efb3b526bc4bced14648ead5a818415451.tar.gz nextcloud-server-c023a6efb3b526bc4bced14648ead5a818415451.zip |
Merge pull request #31898 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.4
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6f261891bd5..ec72f4c3a2f 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^7.0.2", "@nextcloud/stylelint-config": "^2.1.2", - "@testing-library/jest-dom": "^5.16.3", + "@testing-library/jest-dom": "^5.16.4", "@testing-library/user-event": "^14.0.4", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", |