Browse Source

chore(deps-dev): Bump jest and @types/jest

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.6.4 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.4 to 29.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/10510/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
a25050d11c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1169
      package-lock.json
  2. 4
      package.json

1169
package-lock.json
File diff suppressed because it is too large
View File

4
package.json

@ -78,13 +78,13 @@
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.6",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"esbuild-loader": "^4.0.2",
"flush-promises": "^1.0.2",
"jest": "^29.6.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.4",
"jest-localstorage-mock": "^2.4.26",
"jest-mock-console": "^2.0.0",

Loading…
Cancel
Save