From fba9b9491baa5abd012c4818c5ded5fadbe1a639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 09:38:10 +0000 Subject: [PATCH] [JS] bump: (deps-dev): Bump the development group across 1 directory with 7 updates Bumps the development group with 7 updates in the /js directory: | Package | From | To | | --- | --- | --- | | [@azure/logger](https://github.com/Azure/azure-sdk-for-js) | `1.1.4` | `1.2.0` | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.52.2` | `7.52.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.30` | `20.17.48` | | [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) | `2.9.6` | `2.9.7` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.5` | `5.4.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.8.3` | | [tsc-watch](https://github.com/gilamran/tsc-watch) | `6.2.1` | `6.3.1` | Updates `@azure/logger` from 1.1.4 to 1.2.0 - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/logger_1.1.4...@azure/logger_1.2.0) Updates `@microsoft/api-extractor` from 7.52.2 to 7.52.8 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.52.8/apps/api-extractor) Updates `@types/node` from 20.17.30 to 20.17.48 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `applicationinsights` from 2.9.6 to 2.9.7 - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/commits) Updates `eslint-plugin-prettier` from 5.2.5 to 5.4.0 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.5...v5.4.0) Updates `typescript` from 5.5.4 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.8.3) Updates `tsc-watch` from 6.2.1 to 6.3.1 - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/gilamran/tsc-watch/commits) --- updated-dependencies: - dependency-name: "@azure/logger" dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@microsoft/api-extractor" dependency-version: 7.52.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@types/node" dependency-version: 20.17.48 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: applicationinsights dependency-version: 2.9.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-prettier dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: tsc-watch dependency-version: 6.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] --- js/package.json | 12 +- js/packages/teams-ai/package.json | 4 +- .../01.getting-started/a.echoBot/package.json | 4 +- .../package.json | 4 +- .../b.adaptiveCards.typeAheadBot/package.json | 4 +- .../a.twentyQuestions/package.json | 4 +- .../b.AI-messageExtensions/package.json | 4 +- .../c.actionMapping-lightBot/package.json | 4 +- .../d.chainedActions-listBot/package.json | 4 +- .../e.customModel-LLAMA/package.json | 4 +- .../f.chatModeration/package.json | 4 +- .../04.ai-apps/a.teamsChefBot/package.json | 4 +- .../04.ai-apps/b.devOpsBot/package.json | 4 +- .../c.vision-cardGazer/package.json | 4 +- .../d.assistants-mathBot/package.json | 4 +- .../e.assistants-orderBot/package.json | 4 +- js/samples/04.ai-apps/f.whoBot/package.json | 6 +- .../g.datasource-azureAISearch/package.json | 4 +- .../h.datasource-azureOpenAI/package.json | 4 +- .../i.teamsChefBot-streaming/package.json | 4 +- .../a.oauth-adaptiveCard/package.json | 6 +- .../b.oauth-bot/package.json | 6 +- .../c.oauth-messageExtension/package.json | 6 +- .../d.teamsSSO-bot/package.json | 6 +- .../e.teamsSSO-messageExtension/package.json | 6 +- js/yarn.lock | 135 ++++++++++-------- 26 files changed, 132 insertions(+), 123 deletions(-) diff --git a/js/package.json b/js/package.json index af53451b5..c5949e55a 100644 --- a/js/package.json +++ b/js/package.json @@ -24,18 +24,18 @@ "openai": "4.77.4" }, "devDependencies": { - "@azure/logger": "^1.1.4", + "@azure/logger": "^1.2.0", "@azure/ms-rest-js": "2.7.0", - "@microsoft/api-extractor": "^7.52.2", + "@microsoft/api-extractor": "^7.52.8", "@standardlabs/is-private": "^1.0.1", "@types/jsonwebtoken": "9.0.4", "@types/lodash": "^4.17.16", "@types/mocha": "^10.0.9", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/sinon": "^17.0.4", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", - "applicationinsights": "^2.9.6", + "applicationinsights": "^2.9.7", "chai": "^4.5.0", "depcheck": "^1.4.7", "eslint": "^8.57.1", @@ -44,7 +44,7 @@ "eslint-plugin-jsdoc": "^46.10.1", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-prettier": "^5.2.5", + "eslint-plugin-prettier": "^5.4.0", "exorcist": "^2.0.0", "express": "^4.21.1", "mocha-junit-reporter": "^2.0.0", @@ -63,7 +63,7 @@ "sponge": "^0.1.0", "tinyify": "^4.0.0", "ts-node": "^10.9.2", - "typescript": "5.5.4", + "typescript": "5.8.3", "wsrun": "^5.2.4" } } diff --git a/js/packages/teams-ai/package.json b/js/packages/teams-ai/package.json index ce897292c..a7361e05d 100644 --- a/js/packages/teams-ai/package.json +++ b/js/packages/teams-ai/package.json @@ -49,7 +49,7 @@ "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.4", "@types/mocha": "^10.0.9", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/uuid": "^9.0.8", "botbuilder-core": "^4.22.1", "eslint": "^8.57.1", @@ -60,7 +60,7 @@ "rimraf": "5.0.10", "shx": "^0.4.0", "ts-mocha": "10.1.0", - "typescript": "~5.5.4" + "typescript": "~5.8.3" }, "scripts": { "build": "tsc -b", diff --git a/js/samples/01.getting-started/a.echoBot/package.json b/js/samples/01.getting-started/a.echoBot/package.json index 24bc4ed28..f414dc67e 100644 --- a/js/samples/01.getting-started/a.echoBot/package.json +++ b/js/samples/01.getting-started/a.echoBot/package.json @@ -30,7 +30,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -40,6 +40,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json b/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json index 09206e11a..ae81c1095 100644 --- a/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json +++ b/js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json @@ -28,7 +28,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -36,7 +36,7 @@ "nodemon": "~3.0.1", "prettier": "^3.5.3", "rimraf": "^5.0.10", - "typescript": "~5.5.4", + "typescript": "~5.8.3", "ts-node": "^10.9.2" } } diff --git a/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json b/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json index eb57b7491..842a234d9 100644 --- a/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json +++ b/js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json @@ -31,7 +31,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -41,6 +41,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/03.ai-concepts/a.twentyQuestions/package.json b/js/samples/03.ai-concepts/a.twentyQuestions/package.json index fa4f73907..8c893fb80 100644 --- a/js/samples/03.ai-concepts/a.twentyQuestions/package.json +++ b/js/samples/03.ai-concepts/a.twentyQuestions/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -40,6 +40,6 @@ "rimraf": "^5.0.10", "shx": "^0.4.0", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json b/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json index 518d7d8f2..8e1eab78d 100644 --- a/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json +++ b/js/samples/03.ai-concepts/b.AI-messageExtensions/package.json @@ -27,7 +27,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -35,7 +35,7 @@ "nodemon": "~3.0.1", "prettier": "^3.5.3", "rimraf": "^5.0.10", - "typescript": "~5.5.4", + "typescript": "~5.8.3", "shx": "^0.4.0", "ts-node": "^10.9.2" } diff --git a/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json b/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json index fce69a52f..01db34617 100644 --- a/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json +++ b/js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -40,6 +40,6 @@ "rimraf": "^5.0.10", "shx": "^0.4.0", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json b/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json index 412bbc49e..8ef980452 100644 --- a/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json +++ b/js/samples/03.ai-concepts/d.chainedActions-listBot/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^9.0.4", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -41,6 +41,6 @@ "rimraf": "^5.0.10", "shx": "^0.4.0", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json b/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json index 10d8eca70..1d7d38567 100644 --- a/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json +++ b/js/samples/03.ai-concepts/e.customModel-LLAMA/package.json @@ -30,7 +30,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -38,7 +38,7 @@ "nodemon": "~1.19.4", "prettier": "^3.5.3", "rimraf": "^5.0.10", - "typescript": "~5.5.4", + "typescript": "~5.8.3", "shx": "^0.4.0", "ts-node": "^10.9.2" } diff --git a/js/samples/03.ai-concepts/f.chatModeration/package.json b/js/samples/03.ai-concepts/f.chatModeration/package.json index bcf7af9a2..8f28d04a4 100644 --- a/js/samples/03.ai-concepts/f.chatModeration/package.json +++ b/js/samples/03.ai-concepts/f.chatModeration/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -38,6 +38,6 @@ "prettier": "^3.5.3", "shx": "^0.4.0", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/a.teamsChefBot/package.json b/js/samples/04.ai-apps/a.teamsChefBot/package.json index 0e0d62e39..533336b26 100644 --- a/js/samples/04.ai-apps/a.teamsChefBot/package.json +++ b/js/samples/04.ai-apps/a.teamsChefBot/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -42,6 +42,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/b.devOpsBot/package.json b/js/samples/04.ai-apps/b.devOpsBot/package.json index ace4797e9..357e6a2db 100644 --- a/js/samples/04.ai-apps/b.devOpsBot/package.json +++ b/js/samples/04.ai-apps/b.devOpsBot/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -38,6 +38,6 @@ "rimraf": "^5.0.10", "shx": "^0.4.0", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/c.vision-cardGazer/package.json b/js/samples/04.ai-apps/c.vision-cardGazer/package.json index b694b5dbb..7dc91a5ab 100644 --- a/js/samples/04.ai-apps/c.vision-cardGazer/package.json +++ b/js/samples/04.ai-apps/c.vision-cardGazer/package.json @@ -28,7 +28,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -38,6 +38,6 @@ "rimraf": "^5.0.10", "nodemon": "~3.0.1", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/d.assistants-mathBot/package.json b/js/samples/04.ai-apps/d.assistants-mathBot/package.json index fd4593758..832853111 100644 --- a/js/samples/04.ai-apps/d.assistants-mathBot/package.json +++ b/js/samples/04.ai-apps/d.assistants-mathBot/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -38,6 +38,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/e.assistants-orderBot/package.json b/js/samples/04.ai-apps/e.assistants-orderBot/package.json index 78f7aa086..f797b7ad5 100644 --- a/js/samples/04.ai-apps/e.assistants-orderBot/package.json +++ b/js/samples/04.ai-apps/e.assistants-orderBot/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^9.0.4", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -42,6 +42,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/f.whoBot/package.json b/js/samples/04.ai-apps/f.whoBot/package.json index 5947c35d9..15031cf31 100644 --- a/js/samples/04.ai-apps/f.whoBot/package.json +++ b/js/samples/04.ai-apps/f.whoBot/package.json @@ -28,7 +28,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/jsonwebtoken": "^8.5.4", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -38,7 +38,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json b/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json index b1a1b43de..706c6c02e 100644 --- a/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json +++ b/js/samples/04.ai-apps/g.datasource-azureAISearch/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@types/debug": "^4.1.12", "@types/jsonwebtoken": "^8.5.0", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -50,6 +50,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json b/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json index b785d1652..a37198e9b 100644 --- a/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json +++ b/js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/debug": "^4.1.12", "@types/jsonwebtoken": "^8.5.0", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -50,6 +50,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json b/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json index 374add359..cc2961413 100644 --- a/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json +++ b/js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^9.0.6", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -43,6 +43,6 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "typescript": "~5.5.4" + "typescript": "~5.8.3" } } diff --git a/js/samples/05.authentication/a.oauth-adaptiveCard/package.json b/js/samples/05.authentication/a.oauth-adaptiveCard/package.json index 4c35d67ce..cb4ec6449 100644 --- a/js/samples/05.authentication/a.oauth-adaptiveCard/package.json +++ b/js/samples/05.authentication/a.oauth-adaptiveCard/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/isomorphic-fetch": "^0.0.39", "@types/jsonwebtoken": "^8.5.4", "@types/restify": "8.5.12", @@ -39,7 +39,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/samples/05.authentication/b.oauth-bot/package.json b/js/samples/05.authentication/b.oauth-bot/package.json index f732b457c..124e0ceff 100644 --- a/js/samples/05.authentication/b.oauth-bot/package.json +++ b/js/samples/05.authentication/b.oauth-bot/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/jsonwebtoken": "^8.5.4", - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -37,7 +37,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/samples/05.authentication/c.oauth-messageExtension/package.json b/js/samples/05.authentication/c.oauth-messageExtension/package.json index aa2ddeaca..e44b69667 100644 --- a/js/samples/05.authentication/c.oauth-messageExtension/package.json +++ b/js/samples/05.authentication/c.oauth-messageExtension/package.json @@ -29,7 +29,7 @@ "restify": "~11.1.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/isomorphic-fetch": "^0.0.39", "@types/jsonwebtoken": "^8.5.4", "@types/restify": "8.5.12", @@ -40,7 +40,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/samples/05.authentication/d.teamsSSO-bot/package.json b/js/samples/05.authentication/d.teamsSSO-bot/package.json index 2aa55118d..83f5d7705 100644 --- a/js/samples/05.authentication/d.teamsSSO-bot/package.json +++ b/js/samples/05.authentication/d.teamsSSO-bot/package.json @@ -29,7 +29,7 @@ "shx": "^0.4.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/jsonwebtoken": "^8.5.4", "@types/restify": "8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -39,7 +39,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json b/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json index 0f2054a2e..9a94c6cfb 100644 --- a/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json +++ b/js/samples/05.authentication/e.teamsSSO-messageExtension/package.json @@ -31,7 +31,7 @@ "shx": "^0.4.0" }, "devDependencies": { - "@types/node": "^20.16.1", + "@types/node": "^20.17.48", "@types/isomorphic-fetch": "^0.0.39", "@types/jsonwebtoken": "^8.5.4", "@types/restify": "8.5.12", @@ -42,7 +42,7 @@ "prettier": "^3.5.3", "rimraf": "^5.0.10", "ts-node": "^10.9.2", - "tsc-watch": "^6.2.1", - "typescript": "~5.5.4" + "tsc-watch": "^6.3.1", + "typescript": "~5.8.3" } } diff --git a/js/yarn.lock b/js/yarn.lock index 0b2a53220..87281fc4f 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -180,11 +180,12 @@ stoppable "^1.1.0" tslib "^2.2.0" -"@azure/logger@^1.0.0", "@azure/logger@^1.1.4": - version "1.1.4" - resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.1.4.tgz#223cbf2b424dfa66478ce9a4f575f59c6f379768" - integrity sha512-4IXXzcCdLdlXuCG+8UKEwLA1T1NHqUfanhXYHiQTn+6sfWCZXduqbtXDGceg3Ce5QxTGo7EqmbV6Bi+aqKuClQ== +"@azure/logger@^1.0.0", "@azure/logger@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.2.0.tgz#a79aefcdd57d2a96603fab59c9a66e0d9022a564" + integrity sha512-0hKEzLhpw+ZTAfNJyRrn6s+V0nDWzXk9OjBr2TiGIu0OfMr5s2V4FpKLTAK3Ca5r5OKLbf4hkOGDPyiRjie/jA== dependencies: + "@typespec/ts-http-runtime" "^0.2.2" tslib "^2.6.2" "@azure/ms-rest-js@2.7.0": @@ -611,27 +612,27 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@microsoft/api-extractor-model@7.30.5": - version "7.30.5" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.30.5.tgz#09b4412a3344ce8e6b58114bf350d6d0b8c86b63" - integrity sha512-0ic4rcbcDZHz833RaTZWTGu+NpNgrxVNjVaor0ZDUymfDFzjA/Uuk8hYziIUIOEOSTfmIQqyzVwlzxZxPe7tOA== +"@microsoft/api-extractor-model@7.30.6": + version "7.30.6" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.30.6.tgz#cd9c434521dda3b226cc0f6aefb9c20afaf99c92" + integrity sha512-znmFn69wf/AIrwHya3fxX6uB5etSIn6vg4Q4RB/tb5VDDs1rqREc+AvMC/p19MUN13CZ7+V/8pkYPTj7q8tftg== dependencies: "@microsoft/tsdoc" "~0.15.1" "@microsoft/tsdoc-config" "~0.17.1" - "@rushstack/node-core-library" "5.13.0" + "@rushstack/node-core-library" "5.13.1" -"@microsoft/api-extractor@^7.52.2": - version "7.52.2" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.52.2.tgz#0b3ac9ddedc643290319b376002f7432a5198b7e" - integrity sha512-RX37V5uhBBPUvrrcmIxuQ8TPsohvr6zxo7SsLPOzBYcH9nbjbvtdXrts4cxHCXGOin9JR5ar37qfxtCOuEBTHA== +"@microsoft/api-extractor@^7.52.8": + version "7.52.8" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.52.8.tgz#7cc944f44ca1b1ad9d7272ab5d98e81987c1f8ca" + integrity sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg== dependencies: - "@microsoft/api-extractor-model" "7.30.5" + "@microsoft/api-extractor-model" "7.30.6" "@microsoft/tsdoc" "~0.15.1" "@microsoft/tsdoc-config" "~0.17.1" - "@rushstack/node-core-library" "5.13.0" + "@rushstack/node-core-library" "5.13.1" "@rushstack/rig-package" "0.5.3" - "@rushstack/terminal" "0.15.2" - "@rushstack/ts-command-line" "4.23.7" + "@rushstack/terminal" "0.15.3" + "@rushstack/ts-command-line" "5.0.1" lodash "~4.17.15" minimatch "~3.0.3" resolve "~1.22.1" @@ -853,20 +854,20 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@pkgr/core@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7" - integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ== +"@pkgr/core@^0.2.4": + version "0.2.4" + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c" + integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw== "@rtsao/scc@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== -"@rushstack/node-core-library@5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-5.13.0.tgz#f79d6868b74be102eee75b93c37be45fb9b47ead" - integrity sha512-IGVhy+JgUacAdCGXKUrRhwHMTzqhWwZUI+qEPcdzsb80heOw0QPbhhoVsoiMF7Klp8eYsp7hzpScMXmOa3Uhfg== +"@rushstack/node-core-library@5.13.1": + version "5.13.1" + resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-5.13.1.tgz#e56b915ecb08b5a92711acac6b233417353a32dc" + integrity sha512-5yXhzPFGEkVc9Fu92wsNJ9jlvdwz4RNb2bMso+/+TH0nMm1jDDDsOIf4l8GAkPxGuwPw5DH24RliWVfSPhlW/Q== dependencies: ajv "~8.13.0" ajv-draft-04 "~1.0.0" @@ -885,20 +886,20 @@ resolve "~1.22.1" strip-json-comments "~3.1.1" -"@rushstack/terminal@0.15.2": - version "0.15.2" - resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.15.2.tgz#8fa030409603a22db606ecb18709050e46517add" - integrity sha512-7Hmc0ysK5077R/IkLS9hYu0QuNafm+TbZbtYVzCMbeOdMjaRboLKrhryjwZSRJGJzu+TV1ON7qZHeqf58XfLpA== +"@rushstack/terminal@0.15.3": + version "0.15.3" + resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.15.3.tgz#365e0ae5ac73bb4883b096ae36c5011f52911861" + integrity sha512-DGJ0B2Vm69468kZCJkPj3AH5nN+nR9SPmC0rFHtzsS4lBQ7/dgOwtwVxYP7W9JPDMuRBkJ4KHmWKr036eJsj9g== dependencies: - "@rushstack/node-core-library" "5.13.0" + "@rushstack/node-core-library" "5.13.1" supports-color "~8.1.1" -"@rushstack/ts-command-line@4.23.7": - version "4.23.7" - resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.23.7.tgz#9c6f05a00f776c7b8ea3321e2b5a03acc5e9efa8" - integrity sha512-Gr9cB7DGe6uz5vq2wdr89WbVDKz0UeuFEn5H2CfWDe7JvjFFaiV15gi6mqDBTbHhHCWS7w8mF1h3BnIfUndqdA== +"@rushstack/ts-command-line@5.0.1": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-5.0.1.tgz#e147394b5ce87ef79db95b5b4f155461d6f2c50e" + integrity sha512-bsbUucn41UXrQK7wgM8CNM/jagBytEyJqXw/umtI8d68vFm1Jwxh1OtLrlW7uGZgjCWiiPH6ooUNa1aVsuVr3Q== dependencies: - "@rushstack/terminal" "0.15.2" + "@rushstack/terminal" "0.15.3" "@types/argparse" "1.0.38" argparse "~1.0.9" string-argv "~0.3.1" @@ -1145,10 +1146,10 @@ dependencies: undici-types "~5.26.4" -"@types/node@^20.16.1": - version "20.17.30" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.30.tgz#1d93f656d3b869dbef7b796568ac457606ba58d0" - integrity sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg== +"@types/node@^20.17.48": + version "20.17.48" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.48.tgz#5a4028ae0d22985c30cc100e589b7d50ae783457" + integrity sha512-KpSfKOHPsiSC4IkZeu2LsusFwExAIVGkhG1KkbaBMLwau0uMhj0fCrvyg9ddM2sAvd+gtiBJLir4LAw1MNMIaw== dependencies: undici-types "~6.19.2" @@ -1340,6 +1341,15 @@ "@typescript-eslint/types" "6.21.0" eslint-visitor-keys "^3.4.1" +"@typespec/ts-http-runtime@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.2.2.tgz#a0c7458ed99aae6d7eb22efc17a839cec0b4a1b3" + integrity sha512-Gz/Sm64+Sq/vklJu1tt9t+4R2lvnud8NbTD/ZfpZtMiUX7YeVpCA8j6NSW8ptwcoLL+NmYANwqP8DV0q/bwl2w== + dependencies: + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.0" + tslib "^2.6.2" + "@ungap/structured-clone@^1.2.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" @@ -1660,10 +1670,10 @@ append-transform@^2.0.0: dependencies: default-require-extensions "^3.0.0" -applicationinsights@^2.9.6: - version "2.9.6" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.6.tgz#67528e667d7953c8dd57b5fb16e0a4714fc07aed" - integrity sha512-BLeBYJUZaKmnzqG/6Q/IFSCqpiVECjSTIvwozLex/1ZZpSxOjPiBxGMev+iIBfNZ2pc7vvnV7DuPOtsoG2DJeQ== +applicationinsights@^2.9.7: + version "2.9.7" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.7.tgz#78a2a8e27497eb697ff0bc0ac28625d95a1db0fa" + integrity sha512-dxIVB2AAEMec3FDiYThgEbc9R4u1TatrzL+kFgOf+ABaEgHm8+i8ngVLHfKObjHvy2HHPf810OLWTrqyeWT/oA== dependencies: "@azure/core-auth" "1.7.2" "@azure/core-rest-pipeline" "1.16.3" @@ -3672,13 +3682,13 @@ eslint-plugin-only-warn@^1.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-only-warn/-/eslint-plugin-only-warn-1.1.0.tgz#c6ddc37ddc4e72c121f07be565fcb7b6671fe78a" integrity sha512-2tktqUAT+Q3hCAU0iSf4xAN1k9zOpjK5WO8104mB0rT/dGhOa09582HN5HlbxNbPRZ0THV7nLGvzugcNOSjzfA== -eslint-plugin-prettier@^5.2.5: - version "5.2.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e" - integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg== +eslint-plugin-prettier@^5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz#54d4748904e58eaf1ffe26c4bffa4986ca7f952b" + integrity sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA== dependencies: prettier-linter-helpers "^1.0.0" - synckit "^0.10.2" + synckit "^0.11.0" eslint-scope@^7.2.2: version "7.2.2" @@ -8377,13 +8387,12 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -synckit@^0.10.2: - version "0.10.3" - resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b" - integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ== +synckit@^0.11.0: + version "0.11.6" + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.6.tgz#e742a0c27bbc1fbc96f2010770521015cca7ed5c" + integrity sha512-2pR2ubZSV64f/vqm9eLPz/KOvR9Dm+Co/5ChLgeHl0yEDRc6h5hXHoxEQH8Y5Ljycozd3p1k5TTSVdzYGkPvLw== dependencies: - "@pkgr/core" "^0.2.0" - tslib "^2.8.1" + "@pkgr/core" "^0.2.4" term-size@^1.2.0: version "1.2.0" @@ -8623,10 +8632,10 @@ ts-node@^10.9.2: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsc-watch@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2.1.tgz#861801be929b2fd3d597c5f608db2b7ddba503db" - integrity sha512-GLwdz5Dy9K3sVm3RzgkLcyDpl5cvU9HEcE1A3gf5rqEwlUe7gDLxNCgcuNEw3zoKOiegMo3LnbF1t6HLqxhrSA== +tsc-watch@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.3.1.tgz#b082cae71c599e3af18344cff31342ea17bc6f85" + integrity sha512-x1hNJ/m1Cln2OvNJJLPsnWI1pObm+Jq9jF6kyz0flEy/ym7Y9TvU9edg6lXLuGVkhDClwBWi8aWAFE0qgzEkzw== dependencies: cross-spawn "^7.0.3" node-cleanup "^2.1.2" @@ -8779,16 +8788,16 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@5.5.4, typescript@~5.5.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== - typescript@5.8.2: version "5.8.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== +typescript@5.8.3, typescript@~5.8.3: + version "5.8.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" + integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== + umd@^3.0.0, umd@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/umd/-/umd-3.0.3.tgz#aa9fe653c42b9097678489c01000acb69f0b26cf"