Skip to content

Commit

Permalink
chore(deps-dev): bump jest and @types/jest in /api.planx.uk (#2257)
Browse files Browse the repository at this point in the history
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.1 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 28.1.8 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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 758ea99 commit 4c84b41
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 420 deletions.
4 changes: 2 additions & 2 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-pino-logger": "^4.0.3",
"@types/jest": "^28.1.8",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/lodash.omit": "^4.5.7",
Expand All @@ -95,7 +95,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.2",
"graphql-query-test-mock": "^0.12.1",
"jest": "^29.6.1",
"jest": "^29.7.0",
"json-stringify-pretty-compact": "^3.0.0",
"lint-staged": "^14.0.0",
"nock": "^13.3.2",
Expand Down
Loading

0 comments on commit 4c84b41

Please sign in to comment.