diff --git a/package-lock.json b/package-lock.json index 385f15675..354bfd9a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,10 +33,10 @@ "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/webpack-vue-config": "^5.1.0", "@testing-library/vue": "^5.8.3", - "@types/jest": "^28.1.6", + "@types/jest": "^28.1.7", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", - "cypress": "^9.7.0", + "cypress": "^9.6.1", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "jest-serializer-vue": "^2.0.2", @@ -3825,12 +3825,12 @@ } }, "node_modules/@types/jest": { - "version": "28.1.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz", - "integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==", + "version": "28.1.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", + "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", "dev": true, "dependencies": { - "jest-matcher-utils": "^28.0.0", + "expect": "^28.0.0", "pretty-format": "^28.0.0" } }, @@ -22983,12 +22983,12 @@ } }, "@types/jest": { - "version": "28.1.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz", - "integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==", + "version": "28.1.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", + "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", "dev": true, "requires": { - "jest-matcher-utils": "^28.0.0", + "expect": "^28.0.0", "pretty-format": "^28.0.0" }, "dependencies": { diff --git a/package.json b/package.json index 58378ffbe..c12902e6a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/webpack-vue-config": "^5.1.0", "@testing-library/vue": "^5.8.3", - "@types/jest": "^28.1.6", + "@types/jest": "^28.1.7", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "cypress": "^9.6.1",