aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-27 10:23:25 +0200
committerGitHub <noreply@github.com>2024-07-27 10:23:25 +0200
commite9edc53b76d5184a3a8bfc0897a45ec5d9a93668 (patch)
treeb39e8d66591c986b7358efc1c979634d769c5b54
parent1999380d487d6b329bb5840c18d3d1c594cc87f1 (diff)
parent2883a9d40f91fdede4149ed7fad8571760cf2a65 (diff)
downloadnextcloud-server-e9edc53b76d5184a3a8bfc0897a45ec5d9a93668.tar.gz
nextcloud-server-e9edc53b76d5184a3a8bfc0897a45ec5d9a93668.zip
Merge pull request #46797 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.8
-rw-r--r--package-lock.json32
-rw-r--r--package.json2
2 files changed, 5 insertions, 29 deletions
diff --git a/package-lock.json b/package-lock.json
index f8a3f0b0d4b..3ea87e435a0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -102,7 +102,7 @@
"@pinia/testing": "^0.1.3",
"@simplewebauthn/types": "^10.0.0",
"@testing-library/cypress": "^10.0.2",
- "@testing-library/jest-dom": "^6.4.6",
+ "@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^5.8.3",
"@types/dockerode": "^3.3.29",
@@ -5465,9 +5465,9 @@
}
},
"node_modules/@testing-library/jest-dom": {
- "version": "6.4.6",
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz",
- "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==",
+ "version": "6.4.8",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz",
+ "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==",
"dev": true,
"dependencies": {
"@adobe/css-tools": "^4.4.0",
@@ -5483,30 +5483,6 @@
"node": ">=14",
"npm": ">=6",
"yarn": ">=1"
- },
- "peerDependencies": {
- "@jest/globals": ">= 28",
- "@types/bun": "latest",
- "@types/jest": ">= 28",
- "jest": ">= 28",
- "vitest": ">= 0.32"
- },
- "peerDependenciesMeta": {
- "@jest/globals": {
- "optional": true
- },
- "@types/bun": {
- "optional": true
- },
- "@types/jest": {
- "optional": true
- },
- "jest": {
- "optional": true
- },
- "vitest": {
- "optional": true
- }
}
},
"node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
diff --git a/package.json b/package.json
index 877fd7669ad..f812cebde44 100644
--- a/package.json
+++ b/package.json
@@ -130,7 +130,7 @@
"@pinia/testing": "^0.1.3",
"@simplewebauthn/types": "^10.0.0",
"@testing-library/cypress": "^10.0.2",
- "@testing-library/jest-dom": "^6.4.6",
+ "@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^5.8.3",
"@types/dockerode": "^3.3.29",