diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-14 03:18:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-14 03:18:46 +0000 |
commit | 43d54a39ad46cf0a5067cf9829f543a9b59dc95f (patch) | |
tree | f14bdbd817e53d64aeb89532435cafce6f39e24a | |
parent | 063ce54884d2aae6e6cac0f6fee08e755dd28f13 (diff) | |
download | nextcloud-server-43d54a39ad46cf0a5067cf9829f543a9b59dc95f.tar.gz nextcloud-server-43d54a39ad46cf0a5067cf9829f543a9b59dc95f.zip |
chore(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.8
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.2 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.8)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 42 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 34 deletions
diff --git a/package-lock.json b/package-lock.json index e1a07a268a6..4c73b2b8436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "@pinia/testing": "^0.1.2", "@testing-library/cypress": "^10.0.2", - "@testing-library/jest-dom": "^6.1.5", + "@testing-library/jest-dom": "^6.4.8", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.26", @@ -211,9 +211,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz", - "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.1.tgz", + "integrity": "sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==", "dev": true }, "node_modules/@ampproject/remapping": { @@ -5817,48 +5817,24 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", - "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", + "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.3.2", + "@adobe/css-tools": "^4.4.0", "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "redent": "^3.0.0" }, "engines": { "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 8d1989afba6..78e8b07e07a 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "@pinia/testing": "^0.1.2", "@testing-library/cypress": "^10.0.2", - "@testing-library/jest-dom": "^6.1.5", + "@testing-library/jest-dom": "^6.4.8", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.26", |