diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-27 05:36:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 05:36:35 +0000 |
commit | e0eb2a8248eaf1384075f0382cbcfc57dfa7d368 (patch) | |
tree | d9d740798c264b9f995bb525584808291078521e /package.json | |
parent | 2b2de131661ad5953cfe104fc93530ec37576b58 (diff) | |
parent | 700d8f1e04fa3f8517504271dc1e590ed3d2a1f1 (diff) | |
download | nextcloud-server-e0eb2a8248eaf1384075f0382cbcfc57dfa7d368.tar.gz nextcloud-server-e0eb2a8248eaf1384075f0382cbcfc57dfa7d368.zip |
Merge pull request #29932 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.15.1
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 6c6149e2643..456e0b5b40d 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^4.0.0", "@nextcloud/stylelint-config": "^2.0.1", - "@testing-library/jest-dom": "^5.15.0", + "@testing-library/jest-dom": "^5.15.1", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", "babel-loader": "^8.2.3", |