Skip to content

Commit

Permalink
⬆️ Bump the npm_and_yarn group group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group group with 4 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) and [ts-jest](https://github.com/kulshekhar/ts-jest).


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 `@types/jest` from 24.9.1 to 29.5.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `lerna` from 3.22.1 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: jest
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@types/jest"
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: lerna
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: ts-jest
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 1b73eb1 commit a314453
Show file tree
Hide file tree
Showing 15 changed files with 21,488 additions and 20,701 deletions.
3,124 changes: 3,124 additions & 0 deletions jovo-model-util/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions jovo-model-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"author": "jovotech",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@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
6 changes: 3 additions & 3 deletions jovo-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"author": "jovotech",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@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
18,529 changes: 7,480 additions & 11,049 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"devDependencies": {
"@lerna/project": "^4.0.0",
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.5",
"auto-changelog": "^2.3.0",
"jest": "^24.9.0",
"lerna": "^3.20.2",
"jest": "^29.7.0",
"lerna": "^8.0.2",
"prettier": "^1.19.1",
"ts-jest": "^24.3.0",
"ts-jest": "^29.1.2",
"tslint": "^5.20.1",
"typescript": "^4.3.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jovo-model-alexa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@jovotech/model-util": "^4.0.3",
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
Expand All @@ -29,9 +29,9 @@
"@types/node": "^13.1.5",
"@types/tv4": "^1.2.29",
"gulp": "^4.0.2",
"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
6 changes: 3 additions & 3 deletions packages/jovo-model-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@jovotech/model-util": "^4.0.3",
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@types/lodash.difference": "^4.5.6",
"@types/lodash.get": "^4.4.6",
"@types/lodash.isequal": "^4.5.5",
Expand All @@ -30,9 +30,9 @@
"@types/tv4": "^1.2.29",
"@types/uuid": "3.4.3",
"gulp": "^4.0.2",
"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
6 changes: 3 additions & 3 deletions packages/jovo-model-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"license": "Apache-2.0",
"devDependencies": {
"@jovotech/model-util": "^4.0.3",
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@types/lodash.get": "^4.4.6",
"@types/lodash.mergewith": "^4.6.6",
"@types/lodash.set": "^4.3.6",
"@types/node": "^13.1.5",
"@types/tv4": "^1.2.29",
"gulp": "^4.0.2",
"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
6 changes: 3 additions & 3 deletions packages/jovo-model-lex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@jovotech/model-util": "^4.0.3",
"@types/jest": "^24.0.25",
"@types/jest": "^29.5.11",
"@types/node": "^13.1.5",
"@types/tv4": "^1.2.29",
"gulp": "^4.0.2",
"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 a314453

Please sign in to comment.