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-lock.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-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 7b346413f92..102c0751bb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,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", @@ -7458,9 +7458,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.0.tgz", - "integrity": "sha512-lOMuQidnL1tWHLEWIhL6UvSZC1Qt3OkNe1khvi2h6xFiqpe5O8arYs46OU0qyUGq0cSTbroQyMktYNXu3a7sAA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz", + "integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -28604,9 +28604,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.0.tgz", - "integrity": "sha512-lOMuQidnL1tWHLEWIhL6UvSZC1Qt3OkNe1khvi2h6xFiqpe5O8arYs46OU0qyUGq0cSTbroQyMktYNXu3a7sAA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz", + "integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", |