Browse Source
Merge pull request #55533 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.9.1
pull/55532/head
dependabot[bot]
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
6 deletions
-
package-lock.json
-
package.json
|
|
|
@ -102,7 +102,7 @@ |
|
|
|
"@nextcloud/webpack-vue-config": "^6.3.0", |
|
|
|
"@pinia/testing": "^0.1.7", |
|
|
|
"@testing-library/cypress": "^10.1.0", |
|
|
|
"@testing-library/jest-dom": "^6.6.4", |
|
|
|
"@testing-library/jest-dom": "^6.9.1", |
|
|
|
"@testing-library/user-event": "^14.6.1", |
|
|
|
"@testing-library/vue": "^5.9.0", |
|
|
|
"@types/dockerode": "^3.3.44", |
|
|
|
@ -5686,11 +5686,10 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@testing-library/jest-dom": { |
|
|
|
"version": "6.8.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz", |
|
|
|
"integrity": "sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==", |
|
|
|
"version": "6.9.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", |
|
|
|
"integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@adobe/css-tools": "^4.4.0", |
|
|
|
"aria-query": "^5.0.0", |
|
|
|
|
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
"@nextcloud/webpack-vue-config": "^6.3.0", |
|
|
|
"@pinia/testing": "^0.1.7", |
|
|
|
"@testing-library/cypress": "^10.1.0", |
|
|
|
"@testing-library/jest-dom": "^6.6.4", |
|
|
|
"@testing-library/jest-dom": "^6.9.1", |
|
|
|
"@testing-library/user-event": "^14.6.1", |
|
|
|
"@testing-library/vue": "^5.9.0", |
|
|
|
"@types/dockerode": "^3.3.44", |
|
|
|
|