Skip to content

Commit

Permalink
⬆️ Bump tough-cookie, jest, lerna and ts-jest
Browse files Browse the repository at this point in the history
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `jest` from 24.9.0 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 `lerna` from 3.20.2 to 8.0.2
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.0.2/packages/lerna)

Updates `ts-jest` from 24.3.0 to 29.1.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v24.3.0...v29.1.2)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: jest
  dependency-type: direct:development
- dependency-name: lerna
  dependency-type: direct:development
- dependency-name: ts-jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 19aea41 commit 88d2ea5
Show file tree
Hide file tree
Showing 15 changed files with 45,329 additions and 17,267 deletions.
8,593 changes: 8,593 additions & 0 deletions jovo-model-util/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jovo-model-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@types/jest": "^24.0.25",
"@types/node": "^13.1.5",
"@types/tv4": "^1.2.29",
"jest": "^24.9.0",
"jest": "^29.7.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.3.0",
"ts-jest": "^29.1.2",
"tslint": "^5.20.1",
"typescript": "^4.3.5",
"typescript-json-schema": "^0.53.1"
Expand Down
4 changes: 2 additions & 2 deletions jovo-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@types/lodash.has": "^4.5.6",
"@types/node": "^13.1.5",
"@types/tv4": "^1.2.29",
"jest": "^24.9.0",
"jest": "^29.7.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.3.0",
"ts-jest": "^29.1.2",
"tslint": "^5.20.1",
"typescript": "^4.3.5"
},
Expand Down
Loading

0 comments on commit 88d2ea5

Please sign in to comment.