Skip to content

Commit

Permalink
[JS] bump: (deps-dev): Bump the development group in /js with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development group in /js with 3 updates: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash), [typescript](https://github.com/microsoft/TypeScript) and [botbuilder-core](https://github.com/Microsoft/botbuilder-js).


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

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

Updates `botbuilder-core` from 4.23.0 to 4.23.1
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.23.0...4.23.1)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: botbuilder-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 3bd6c90 commit d186eb5
Show file tree
Hide file tree
Showing 26 changed files with 127 additions and 51 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@microsoft/api-extractor": "^7.47.7",
"@standardlabs/is-private": "^1.0.1",
"@types/jsonwebtoken": "9.0.4",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"@types/sinon": "^10.0.19",
Expand Down Expand Up @@ -63,7 +63,7 @@
"sponge": "^0.1.0",
"tinyify": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"wsrun": "^5.2.4"
}
}
4 changes: 2 additions & 2 deletions js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"@types/uuid": "^9.0.8",
"botbuilder-core": "^4.22.1",
"botbuilder-core": "^4.23.1",
"eslint": "^8.57.1",
"express": "^4.20.0",
"jsonwebtoken": "^9.0.2",
Expand All @@ -61,7 +61,7 @@
"rimraf": "5.0.10",
"shx": "^0.3.4",
"ts-mocha": "10.0.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion js/samples/01.getting-started/a.echoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"ts-node": "^10.9.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/a.twentyQuestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/e.customModel-LLAMA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodemon": "~1.19.4",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion js/samples/03.ai-concepts/f.chatModeration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"prettier": "^3.3.3",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/a.teamsChefBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/b.devOpsBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/c.vision-cardGazer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "^5.0.10",
"nodemon": "~3.0.1",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/d.assistants-mathBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/e.assistants-orderBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/f.whoBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/05.authentication/b.oauth-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion js/samples/05.authentication/d.teamsSSO-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
Loading

0 comments on commit d186eb5

Please sign in to comment.