Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-08 16:59:23 +0300
committerGitHub <noreply@github.com>2022-04-08 16:59:23 +0300
commitc023a6efb3b526bc4bced14648ead5a818415451 (patch)
treebe0f62d77714eca5391188ed3a764211ac60c30f
parent1e02304b37a9b0f278e5eccae6e39720947119c6 (diff)
parent3bfc8e1e8625d827f0dbbd00ef2e92a2d88310fb (diff)
Merge pull request #31898 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.4
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index f908a4a157d..cb5f05a0981 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.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",
@@ -3499,9 +3499,9 @@
}
},
"node_modules/@testing-library/jest-dom": {
- "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==",
+ "version": "5.16.4",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
+ "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.9.2",
@@ -22286,9 +22286,9 @@
}
},
"@testing-library/jest-dom": {
- "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==",
+ "version": "5.16.4",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz",
+ "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.2",
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",