diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-03-28 16:52:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 16:52:56 +0200 |
commit | 39494fbf794d982f6f6551c984e6ca4c4e947d01 (patch) | |
tree | 49789e30a6ebb73e4878ce185a59481839643b3f /package-lock.json | |
parent | 427001bcdf943cdc8741ff13a05e80d7436fda82 (diff) | |
parent | 08b72fe871fa54bc9e32a8b37fb848b550e56edf (diff) | |
download | nextcloud-server-39494fbf794d982f6f6551c984e6ca4c4e947d01.tar.gz nextcloud-server-39494fbf794d982f6f6551c984e6ca4c4e947d01.zip |
Merge pull request #31718 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.3
Bump @testing-library/jest-dom from 5.16.2 to 5.16.3
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 474cad48273..8ffbfea0fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,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.2", + "@testing-library/jest-dom": "^5.16.3", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", @@ -3499,9 +3499,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz", + "integrity": "sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -22289,9 +22289,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.3.tgz", + "integrity": "sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", |