From f76faa49554f9198276f37a72337760926cbbc66 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Nov 2023 16:12:23 -0800
Subject: [PATCH] [JS] bump: (deps-dev): Bump the development group in /js with
14 updates (#840)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
#minor Bumps the development group in /js with 14 updates:
| Package | From | To |
| --- | --- | --- |
|
[@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor)
| `7.38.2` | `7.38.3` |
|
[@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash)
| `4.14.200` | `4.14.201` |
|
[@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha)
| `10.0.3` | `10.0.4` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `6.10.0` | `6.12.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `6.10.0` | `6.12.0` |
|
[applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js)
| `2.9.0` | `2.9.1` |
| [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.54.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) |
`46.8.2` | `46.9.0` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` |
`5.3.2` |
|
[@types/assert](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/assert)
| `1.5.8` | `1.5.9` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.9.0` | `20.9.2` |
|
[@types/restify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/restify)
| `8.5.7` | `8.5.10` |
|
[@types/isomorphic-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/isomorphic-fetch)
| `0.0.38` | `0.0.39` |
Updates `@microsoft/api-extractor` from 7.38.2 to 7.38.3
Changelog
Sourced from @microsoft/api-extractor
's
changelog.
7.38.3
Fri, 10 Nov 2023 18:02:04 GMT
Patches
- Fix an issue where "ae-undocumented" was incorrectly
reported for private members
Commits
8d640b8
Bump versions [skip ci]
898b714
Update changelogs [skip ci]
d861d22
Merge pull request #4392
from microsoft/octogonz/ae-undocumented-fix
c87ac33
Update build-tests.cmd using a Rush tag
ffe3f77
Fix an issue where "ae-undocumented" was incorrectly reported
for private mem...
- See full diff in compare
view
Updates `@types/lodash` from 4.14.200 to 4.14.201
Commits
Updates `@types/mocha` from 10.0.3 to 10.0.4
Commits
Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 6.12.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v6.12.0
6.12.0
(2023-11-20)
Bug Fixes
- eslint-plugin: [class-methods-use-this] detect a
problematic case for private/protected members if
ignoreClassesThatImplementAnInterface
is set (#7705)
(155aa1f)
- eslint-plugin: [no-unnecessary-condition] fix false
positive with computed member access and branded key type (#7706)
(f151b26)
- eslint-plugin: [switch-exhaustiveness-check] enum
members with new line or single quotes are not being fixed correctly (#7806)
(a034d0a),
closes #7768
- utils: add missing fields to flat config types (#7933)
(533861a)
- utils: allow string processor in flat config (024ed9e)
Features
- [member-ordering] add accessor support for member-ordering (#7927)
(3c8312d)
- eslint-plugin: [switch-exhaustiveness-check] add
requireDefaultForNonUnion option (#7880)
(4cfcd45)
- update TypeScript to 5.3-rc (#7923)
(9034d17)
You can read about our versioning
strategy and releases
on our website.
v6.11.0
6.11.0
(2023-11-13)
Bug Fixes
- eslint-plugin: [explicit-function-return-type]
support JSX attributes in
allowTypedFunctionExpressions
(#7553)
(be2777c)
- eslint-plugin: [no-unnecessary-qualifier] handle
nested namespace id (#7883)
(a668f5b)
Features
- add
no-unsafe-unary-minus
rule (#7390)
(c4709c2)
- add types for flat config files (#7273)
(66cd0c0)
- allow typescript
5.3.0-beta
as
devDependency
(#7821)
(b6c40b4)
- eslint-plugin: no-unsafe-enum-comparison handles
switch cases (#7898)
(72cb9e4)
- typescript-estree: skip
isTTY
version
check if user passes loggerFn
on unsupported TypeScript
version warning (#7739)
(9656e13)
- utils: add ESLint
CodePath
selector
types (#7551)
(99a026f)
- utils: update types to reflect
RuleContext
and SourceCode
changes and
deprecations (#7812)
(b73d8b2)
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
6.12.0
(2023-11-20)
Bug Fixes
- eslint-plugin: [class-methods-use-this] detect a
problematic case for private/protected members if
ignoreClassesThatImplementAnInterface
is set (#7705)
(155aa1f)
- eslint-plugin: [no-unnecessary-condition] fix false
positive with computed member access and branded key type (#7706)
(f151b26)
- eslint-plugin: [switch-exhaustiveness-check] enum
members with new line or single quotes are not being fixed correctly (#7806)
(a034d0a),
closes #7768
Features
- [member-ordering] add accessor support for member-ordering (#7927)
(3c8312d)
- eslint-plugin: [switch-exhaustiveness-check] add
requireDefaultForNonUnion option (#7880)
(4cfcd45)
You can read about our versioning
strategy and releases
on our website.
6.11.0
(2023-11-13)
Bug Fixes
- eslint-plugin: [explicit-function-return-type]
support JSX attributes in
allowTypedFunctionExpressions
(#7553)
(be2777c)
- eslint-plugin: [no-unnecessary-qualifier] handle
nested namespace id (#7883)
(a668f5b)
Features
You can read about our versioning
strategy and releases
on our website.
Commits
9093e95
chore: publish v6.12.0
2e535b8
chore(deps): update dependency prettier to v3.1.0 (#7938)
4cfcd45
feat(eslint-plugin): [switch-exhaustiveness-check] add
requireDefaultForNonUn...
155aa1f
fix(eslint-plugin): [class-methods-use-this] detect a problematic case
for pr...
f151b26
fix(eslint-plugin): [no-unnecessary-condition] fix false positive with
comput...
a034d0a
fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new
line ...
3c8312d
feat: [member-ordering] add accessor support for member-ordering (#7927)
06496e2
chore: publish v6.11.0
a54a60b
chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
e77616b
chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
- Additional commits viewable in compare
view
Updates `@typescript-eslint/parser` from 6.10.0 to 6.12.0
Release notes
Sourced from @typescript-eslint/parser
's
releases.
v6.12.0
6.12.0
(2023-11-20)
Bug Fixes
- eslint-plugin: [class-methods-use-this] detect a
problematic case for private/protected members if
ignoreClassesThatImplementAnInterface
is set (#7705)
(155aa1f)
- eslint-plugin: [no-unnecessary-condition] fix false
positive with computed member access and branded key type (#7706)
(f151b26)
- eslint-plugin: [switch-exhaustiveness-check] enum
members with new line or single quotes are not being fixed correctly (#7806)
(a034d0a),
closes #7768
- utils: add missing fields to flat config types (#7933)
(533861a)
- utils: allow string processor in flat config (024ed9e)
Features
- [member-ordering] add accessor support for member-ordering (#7927)
(3c8312d)
- eslint-plugin: [switch-exhaustiveness-check] add
requireDefaultForNonUnion option (#7880)
(4cfcd45)
- update TypeScript to 5.3-rc (#7923)
(9034d17)
You can read about our versioning
strategy and releases
on our website.
v6.11.0
6.11.0
(2023-11-13)
Bug Fixes
- eslint-plugin: [explicit-function-return-type]
support JSX attributes in
allowTypedFunctionExpressions
(#7553)
(be2777c)
- eslint-plugin: [no-unnecessary-qualifier] handle
nested namespace id (#7883)
(a668f5b)
Features
- add
no-unsafe-unary-minus
rule (#7390)
(c4709c2)
- add types for flat config files (#7273)
(66cd0c0)
- allow typescript
5.3.0-beta
as
devDependency
(#7821)
(b6c40b4)
- eslint-plugin: no-unsafe-enum-comparison handles
switch cases (#7898)
(72cb9e4)
- typescript-estree: skip
isTTY
version
check if user passes loggerFn
on unsupported TypeScript
version warning (#7739)
(9656e13)
- utils: add ESLint
CodePath
selector
types (#7551)
(99a026f)
- utils: update types to reflect
RuleContext
and SourceCode
changes and
deprecations (#7812)
(b73d8b2)
You can read about our versioning
strategy and releases
on our website.
Changelog
Sourced from @typescript-eslint/parser
's
changelog.
6.12.0
(2023-11-20)
Note: Version bump only for package
@typescript-eslint/parser
You can read about our versioning
strategy and releases
on our website.
6.11.0
(2023-11-13)
Note: Version bump only for package
@typescript-eslint/parser
You can read about our versioning
strategy and releases
on our website.
Commits
Updates `applicationinsights` from 2.9.0 to 2.9.1
Release notes
Sourced from applicationinsights's
releases.
2.9.1
Fix issue with Live Metrics enablement #1238
Add AKS resource provider in Statsbeat #1237
Fix SDK Already Exists Check for Linux #1235
Commits
Updates `eslint` from 8.53.0 to 8.54.0
Release notes
Sourced from eslint's
releases.
v8.54.0
Features
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755)
(Angelo Annunziata)
1452dc9
feat: Add suggestions to no-console (#17680)
(Joel Mathew Koshy)
21ebf8a
feat: update no-array-constructor
rule (#17711)
(Francesco Trotta)
Bug Fixes
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file
(#17760)
(Milos Djermanovic)
e8cf9f6
fix: Make dark scroll bar in dark theme (#17753)
(Pavel)
3cbeaad
fix: Use cwd
constructor option as config
basePath
in Linter (#17705)
(Milos Djermanovic)
Documentation
becfdd3
docs: Make clear when rules are removed (#17728)
(Nicholas C. Zakas)
05d6e99
docs: update "Submit a Pull Request" page (#17712)
(Francesco Trotta)
eb2279e
docs: display info about deprecated rules (#17749)
(Percy Ma)
d245326
docs: Correct working in migrating plugin docs (#17722)
(Filip Tammergård)
Chores
d644de9
chore: upgrade @eslint/js
@8
.54.0 (#17773)
(Milos Djermanovic)
1e6e314
chore: package.json update for @eslint/js
release
(Jenkins)
6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770)
(Joel Mathew Koshy)
85db724
chore: upgrade markdownlint
to 0.31.1 (#17754)
(Nitin Kumar)
6d470d2
chore: update dependency recast to ^0.23.0 (#17736)
(renovate[bot])
b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735)
(renovate[bot])
633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739)
(renovate[bot])
acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740)
(renovate[bot])
ba8ca7e
chore: add .github/renovate.json5 (#17567)
(Josh Goldberg ✨)
Changelog
Sourced from eslint's
changelog.
v8.54.0 - November 17, 2023
d644de9
chore: upgrade @eslint/js
@8
.54.0 (#17773)
(Milos Djermanovic)
1e6e314
chore: package.json update for @eslint/js
release
(Jenkins)
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file
(#17760)
(Milos Djermanovic)
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755)
(Angelo Annunziata)
1452dc9
feat: Add suggestions to no-console (#17680)
(Joel Mathew Koshy)
6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770)
(Joel Mathew Koshy)
becfdd3
docs: Make clear when rules are removed (#17728)
(Nicholas C. Zakas)
e8cf9f6
fix: Make dark scroll bar in dark theme (#17753)
(Pavel)
85db724
chore: upgrade markdownlint
to 0.31.1 (#17754)
(Nitin Kumar)
21ebf8a
feat: update no-array-constructor
rule (#17711)
(Francesco Trotta)
05d6e99
docs: update "Submit a Pull Request" page (#17712)
(Francesco Trotta)
eb2279e
docs: display info about deprecated rules (#17749)
(Percy Ma)
6d470d2
chore: update dependency recast to ^0.23.0 (#17736)
(renovate[bot])
b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735)
(renovate[bot])
633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739)
(renovate[bot])
acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740)
(renovate[bot])
ba8ca7e
chore: add .github/renovate.json5 (#17567)
(Josh Goldberg ✨)
3cbeaad
fix: Use cwd
constructor option as config
basePath
in Linter (#17705)
(Milos Djermanovic)
d245326
docs: Correct working in migrating plugin docs (#17722)
(Filip Tammergård)
5454c22
Revert "chore: remove metascraper (#17707)"
(#17708)
(Milos Djermanovic)
Commits
4a88a54
8.54.0
6cf675f
Build: changelog update for 8.54.0
d644de9
chore: upgrade @eslint/js
@8
.54.0 (#17773)
1e6e314
chore: package.json update for @eslint/js
release
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file
(#17...
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755)
1452dc9
feat: Add suggestions to no-console (#17680)
6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770)
becfdd3
docs: Make clear when rules are removed (#17728)
e8cf9f6
fix: Make dark scroll bar in dark theme (#17753)
- Additional commits viewable in compare
view
Updates `eslint-plugin-jsdoc` from 46.8.2 to 46.9.0
Release notes
Sourced from eslint-plugin-jsdoc's
releases.
v46.9.0
46.9.0
(2023-11-10)
Features
Commits
fd1eab0
feat: bump jsdoccomment, devDeps.; fixes #1167
7a70c83
chore: update devDeps
f96a1af
chore: update devDep. and lint
da65fe9
docs(require-param
): method example
947f642
chore: update comment-parser and devDeps.
aefceca
chore: update devDeps.
a11cde3
docs: document fixerMessage
081af26
chore: update devDeps. (besides typescript); use non-deprecated eslint
method...
9d59826
build(deps-dev): bump postcss from 8.4.27 to 8.4.31
- See full diff in compare
view
Updates `prettier` from 3.0.3 to 3.1.0
Release notes
Sourced from prettier's
releases.
3.1.0
diff
🔗 Release
note
Changelog
Sourced from prettier's
changelog.
3.1.0
diff
🔗 Release
Notes
Commits
e8ac9f8
Release 3.1.0
6a1d409
chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
f4d93d3
chore(deps): update dependency esbuild to v0.19.5 (#15630)
4fc71a5
chore(deps): update dependency flow-parser to v0.221.0 (#15637)
d452f45
chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
eb84a60
chore(deps): update dependency @types/estree
to v1.0.5 (#15625)
2af23ee
chore(deps): update dependency webpack to v5.89.0 (#15640)
8f27c73
chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
cdc5f5a
chore(deps): update dependency webpack to v5.89.0 (#15639)
14607ef
chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
- Additional commits viewable in compare
view
Updates `typescript` from 5.2.2 to 5.3.2
Release notes
Sourced from typescript's
releases.
TypeScript 5.3 Beta
For release notes, check out the release
announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm.
Commits
Updates `@types/assert` from 1.5.8 to 1.5.9
Commits
Updates `@types/node` from 20.9.0 to 20.9.2
Commits
Updates `@types/restify` from 8.5.7 to 8.5.10
Commits
Updates `@types/isomorphic-fetch` from 0.0.38 to 0.0.39
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
js/package.json | 20 +-
js/packages/teams-ai/package.json | 10 +-
.../01.messaging.a.echoBot/package.json | 4 +-
.../package.json | 4 +-
.../package.json | 4 +-
js/samples/04.ai.a.teamsChefBot/package.json | 6 +-
.../package.json | 4 +-
.../package.json | 4 +-
.../package.json | 4 +-
.../package.json | 4 +-
js/samples/04.e.twentyQuestions/package.json | 4 +-
js/samples/04.q.questBot/package.json | 4 +-
js/samples/05.chatModeration/package.json | 4 +-
.../06.assistants.a.mathBot/package.json | 4 +-
.../06.assistants.b.orderBot/package.json | 4 +-
.../06.auth.adaptiveCardSSO/package.json | 6 +-
js/samples/06.auth.botSSO/package.json | 4 +-
.../package.json | 6 +-
js/yarn.lock | 238 +++++++++---------
19 files changed, 164 insertions(+), 174 deletions(-)
diff --git a/js/package.json b/js/package.json
index 9eef8b331..3b7a54d71 100644
--- a/js/package.json
+++ b/js/package.json
@@ -22,22 +22,22 @@
"devDependencies": {
"@azure/logger": "^1.0.2",
"@azure/ms-rest-js": "2.7.0",
- "@microsoft/api-extractor": "^7.38.2",
+ "@microsoft/api-extractor": "^7.38.3",
"@standardlabs/is-private": "^1.0.1",
"@types/jsonwebtoken": "9.0.4",
- "@types/lodash": "^4.14.200",
- "@types/mocha": "^10.0.3",
+ "@types/lodash": "^4.14.201",
+ "@types/mocha": "^10.0.4",
"@types/sinon": "^10.0.19",
- "@typescript-eslint/eslint-plugin": "^6.10.0",
- "@typescript-eslint/parser": "^6.10.0",
- "applicationinsights": "^2.9.0",
+ "@typescript-eslint/eslint-plugin": "^6.12.0",
+ "@typescript-eslint/parser": "^6.12.0",
+ "applicationinsights": "^2.9.1",
"browserify": "^17.0.0",
"chai": "^4.3.10",
"depcheck": "^1.4.7",
- "eslint": "^8.53.0",
+ "eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
- "eslint-plugin-jsdoc": "^46.8.2",
+ "eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.0.1",
@@ -48,7 +48,7 @@
"ms-rest-azure": "^3.0.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
- "prettier": "^3.0.3",
+ "prettier": "^3.1.0",
"proxyquire": "^2.1.3",
"read-text-file": "^1.1.0",
"replace-in-file": "^4.1.0",
@@ -61,7 +61,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.17.1",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"wsrun": "^5.2.4"
}
}
diff --git a/js/packages/teams-ai/package.json b/js/packages/teams-ai/package.json
index 49a2fd09a..def9a0829 100644
--- a/js/packages/teams-ai/package.json
+++ b/js/packages/teams-ai/package.json
@@ -37,19 +37,19 @@
"follow-redirects": "^1.15.0"
},
"devDependencies": {
- "@types/assert": "^1.5.8",
+ "@types/assert": "^1.5.9",
"@types/jsonwebtoken": "^9.0.4",
- "@types/mocha": "^10.0.3",
- "@types/node": "^20.9.0",
+ "@types/mocha": "^10.0.4",
+ "@types/node": "^20.9.2",
"@types/uuid": "^9.0.7",
- "eslint": "^8.53.0",
+ "eslint": "^8.54.0",
"jsonwebtoken": "^9.0.2",
"mocha": "10.2.0",
"nyc": "^15.1.0",
"rimraf": "5.0.5",
"shx": "^0.3.4",
"ts-mocha": "10.0.0",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
},
"scripts": {
"build": "tsc -b",
diff --git a/js/samples/01.messaging.a.echoBot/package.json b/js/samples/01.messaging.a.echoBot/package.json
index addecdefb..3a9d01824 100644
--- a/js/samples/01.messaging.a.echoBot/package.json
+++ b/js/samples/01.messaging.a.echoBot/package.json
@@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/dotenv": "8.2.0",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~3.0.1",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"ts-node": "^10.9.1"
}
}
diff --git a/js/samples/02.messageExtensions.a.searchCommand/package.json b/js/samples/02.messageExtensions.a.searchCommand/package.json
index 37e6a86f0..c090aef5e 100644
--- a/js/samples/02.messageExtensions.a.searchCommand/package.json
+++ b/js/samples/02.messageExtensions.a.searchCommand/package.json
@@ -28,9 +28,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"ts-node": "^10.9.1"
}
}
diff --git a/js/samples/03.adaptiveCards.a.typeAheadBot/package.json b/js/samples/03.adaptiveCards.a.typeAheadBot/package.json
index a5673ea83..8625cb11d 100644
--- a/js/samples/03.adaptiveCards.a.typeAheadBot/package.json
+++ b/js/samples/03.adaptiveCards.a.typeAheadBot/package.json
@@ -28,9 +28,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"ts-node": "^10.9.1"
}
}
diff --git a/js/samples/04.ai.a.teamsChefBot/package.json b/js/samples/04.ai.a.teamsChefBot/package.json
index a9fe6c4e1..f2c16190b 100644
--- a/js/samples/04.ai.a.teamsChefBot/package.json
+++ b/js/samples/04.ai.a.teamsChefBot/package.json
@@ -30,11 +30,11 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
- "@types/node": "^20.9.0",
+ "@types/restify": "8.5.10",
+ "@types/node": "^20.9.2",
"ts-node": "^10.9.1",
"env-cmd": "^10.1.0",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/04.ai.b.messageExtensions.AI-ME/package.json b/js/samples/04.ai.b.messageExtensions.AI-ME/package.json
index 80c6c5489..f44bc0cd2 100644
--- a/js/samples/04.ai.b.messageExtensions.AI-ME/package.json
+++ b/js/samples/04.ai.b.messageExtensions.AI-ME/package.json
@@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"shx": "^0.3.4",
"ts-node": "^10.9.1"
}
diff --git a/js/samples/04.ai.c.actionMapping.lightBot/package.json b/js/samples/04.ai.c.actionMapping.lightBot/package.json
index 902fa14ce..f89bbac58 100644
--- a/js/samples/04.ai.c.actionMapping.lightBot/package.json
+++ b/js/samples/04.ai.c.actionMapping.lightBot/package.json
@@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"shx": "^0.3.4",
"ts-node": "^10.9.1"
}
diff --git a/js/samples/04.ai.d.chainedActions.listBot/package.json b/js/samples/04.ai.d.chainedActions.listBot/package.json
index e8fecbe7e..ebfc2778d 100644
--- a/js/samples/04.ai.d.chainedActions.listBot/package.json
+++ b/js/samples/04.ai.d.chainedActions.listBot/package.json
@@ -27,10 +27,10 @@
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.4",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/04.ai.e.chainedActions.devOpsBot/package.json b/js/samples/04.ai.e.chainedActions.devOpsBot/package.json
index bc40abee7..00a7b3d2a 100644
--- a/js/samples/04.ai.e.chainedActions.devOpsBot/package.json
+++ b/js/samples/04.ai.e.chainedActions.devOpsBot/package.json
@@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/04.e.twentyQuestions/package.json b/js/samples/04.e.twentyQuestions/package.json
index 9841d4f4a..33d3ea858 100644
--- a/js/samples/04.e.twentyQuestions/package.json
+++ b/js/samples/04.e.twentyQuestions/package.json
@@ -27,9 +27,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"shx": "^0.3.4",
"ts-node": "^10.9.1"
}
diff --git a/js/samples/04.q.questBot/package.json b/js/samples/04.q.questBot/package.json
index 33c4af56f..4d93242aa 100644
--- a/js/samples/04.q.questBot/package.json
+++ b/js/samples/04.q.questBot/package.json
@@ -29,9 +29,9 @@
},
"devDependencies": {
"@types/dotenv": "6.1.1",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"nodemon": "~1.19.4",
- "typescript": "^5.2.2",
+ "typescript": "^5.3.2",
"shx": "^0.3.4",
"ts-node": "^10.9.1"
}
diff --git a/js/samples/05.chatModeration/package.json b/js/samples/05.chatModeration/package.json
index c6c577508..e56762fea 100644
--- a/js/samples/05.chatModeration/package.json
+++ b/js/samples/05.chatModeration/package.json
@@ -30,10 +30,10 @@
"devDependencies": {
"@types/dotenv": "6.1.1",
"@types/jsonwebtoken": "^9.0.4",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"env-cmd": "^10.1.0",
"nodemon": "~1.19.4",
"ts-node": "^10.9.1",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/06.assistants.a.mathBot/package.json b/js/samples/06.assistants.a.mathBot/package.json
index adad28f21..a29e067c9 100644
--- a/js/samples/06.assistants.a.mathBot/package.json
+++ b/js/samples/06.assistants.a.mathBot/package.json
@@ -30,10 +30,10 @@
"devDependencies": {
"@types/dotenv": "6.1.1",
"@types/jsonwebtoken": "^9.0.4",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"env-cmd": "^10.1.0",
"nodemon": "~1.19.4",
"ts-node": "^10.9.1",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/06.assistants.b.orderBot/package.json b/js/samples/06.assistants.b.orderBot/package.json
index 4fca3c3cc..9c90d517e 100644
--- a/js/samples/06.assistants.b.orderBot/package.json
+++ b/js/samples/06.assistants.b.orderBot/package.json
@@ -30,10 +30,10 @@
"devDependencies": {
"@types/dotenv": "6.1.1",
"@types/jsonwebtoken": "^9.0.4",
- "@types/restify": "8.5.9",
+ "@types/restify": "8.5.10",
"env-cmd": "^10.1.0",
"nodemon": "~1.19.4",
"ts-node": "^10.9.1",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/06.auth.adaptiveCardSSO/package.json b/js/samples/06.auth.adaptiveCardSSO/package.json
index 52b307398..c7b05bccd 100644
--- a/js/samples/06.auth.adaptiveCardSSO/package.json
+++ b/js/samples/06.auth.adaptiveCardSSO/package.json
@@ -29,13 +29,13 @@
},
"devDependencies": {
"@types/dotenv": "8.2.0",
- "@types/isomorphic-fetch": "^0.0.38",
+ "@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^8.5.4",
- "@types/restify": "8.5.7",
+ "@types/restify": "8.5.10",
"nodemon": "~3.0.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/06.auth.botSSO/package.json b/js/samples/06.auth.botSSO/package.json
index 8c39bb252..7b2aade93 100644
--- a/js/samples/06.auth.botSSO/package.json
+++ b/js/samples/06.auth.botSSO/package.json
@@ -29,11 +29,11 @@
"devDependencies": {
"@types/dotenv": "8.2.0",
"@types/jsonwebtoken": "^8.5.4",
- "@types/restify": "8.5.7",
+ "@types/restify": "8.5.10",
"nodemon": "~3.0.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/samples/06.auth.messagingExtensionSSO/package.json b/js/samples/06.auth.messagingExtensionSSO/package.json
index 44e49e114..64c21b81f 100644
--- a/js/samples/06.auth.messagingExtensionSSO/package.json
+++ b/js/samples/06.auth.messagingExtensionSSO/package.json
@@ -29,13 +29,13 @@
},
"devDependencies": {
"@types/dotenv": "8.2.0",
- "@types/isomorphic-fetch": "^0.0.38",
+ "@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^8.5.4",
- "@types/restify": "8.5.7",
+ "@types/restify": "8.5.10",
"nodemon": "~3.0.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
- "typescript": "^5.2.2"
+ "typescript": "^5.3.2"
}
}
diff --git a/js/yarn.lock b/js/yarn.lock
index 35933521d..918fbb586 100644
--- a/js/yarn.lock
+++ b/js/yarn.lock
@@ -560,12 +560,12 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"
-"@es-joy/jsdoccomment@~0.40.1":
- version "0.40.1"
- resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz#13acd77fb372ed1c83b7355edd865a3b370c9ec4"
- integrity sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==
+"@es-joy/jsdoccomment@~0.41.0":
+ version "0.41.0"
+ resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
+ integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
dependencies:
- comment-parser "1.4.0"
+ comment-parser "1.4.1"
esquery "^1.5.0"
jsdoc-type-pratt-parser "~4.0.0"
@@ -596,10 +596,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"
-"@eslint/js@8.53.0":
- version "8.53.0"
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
- integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
+"@eslint/js@8.54.0":
+ version "8.54.0"
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
+ integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
"@goto-bus-stop/common-shake@^2.3.0":
version "2.4.0"
@@ -749,10 +749,10 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.61.0"
-"@microsoft/api-extractor@^7.38.2":
- version "7.38.2"
- resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.38.2.tgz#fbc329fbec2b27a160507d08d02b78018fd142ac"
- integrity sha512-JOARuhTwOcOMIU0O2czscoJy3ddVzIRhSA9/7T1ALuZSNphgWsPk+Bv4E7AnBDmTV4pP4lBNLtCxEHjjpWaytQ==
+"@microsoft/api-extractor@^7.38.3":
+ version "7.38.3"
+ resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.38.3.tgz#2b0157d166c1a23642e22d139c7b7b39ad6340fd"
+ integrity sha512-xt9iYyC5f39281j77JTA9C3ISJpW1XWkCcnw+2vM78CPnro6KhPfwQdPDfwS5JCPNuq0grm8cMdPUOPvrchDWw==
dependencies:
"@microsoft/api-extractor-model" "7.28.2"
"@microsoft/tsdoc" "0.14.2"
@@ -1100,10 +1100,10 @@
resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9"
integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==
-"@types/assert@^1.5.8":
- version "1.5.8"
- resolved "https://registry.yarnpkg.com/@types/assert/-/assert-1.5.8.tgz#7af77f300b29a98f7999bdd8ada93f694378d9d9"
- integrity sha512-tL1NSDf4CF5hiVTnLd4KSth6bmRO3+tw8cJzEAUaN6fYQ26DIixX0lRFmtrA0jhxUS8SL6PDWtphMz3maxapjA==
+"@types/assert@^1.5.9":
+ version "1.5.9"
+ resolved "https://registry.yarnpkg.com/@types/assert/-/assert-1.5.9.tgz#28ae15572976d07bee5c24234eec6fb4465aae29"
+ integrity sha512-uQ+/hp0DbfrhnJFgiqHlsrLTGgr8HZGssV7vYN8XunlvyJkzArcyBy/9e5Rey2T7lpL7jVuoNI/8CWCDCwISgg==
"@types/atob-lite@^2.0.0":
version "2.0.0"
@@ -1150,10 +1150,10 @@
dependencies:
"@types/node" "*"
-"@types/isomorphic-fetch@^0.0.38":
- version "0.0.38"
- resolved "https://registry.yarnpkg.com/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.38.tgz#90882932a371e294a3c6143430275c15cb6ebf1b"
- integrity sha512-DcXWx26qmt89lQ1Saoit0P38yHqT7fGceVs7UpMy2gU7AjEZISPdM7rqoFY5VHtl33H+cJ+VBDYmNRssTM4Zlw==
+"@types/isomorphic-fetch@^0.0.39":
+ version "0.0.39"
+ resolved "https://registry.yarnpkg.com/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.39.tgz#889573a72ca637bc1a665910a41ff1cb3b52011f"
+ integrity sha512-I0gou/ZdA1vMG7t7gMzL7VYu2xAKU78rW9U1l10MI0nn77pEHq3tQqHQ8hMmXdMpBlkxZOorjI4sO594Z3kKJw==
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
version "2.0.4"
@@ -1206,10 +1206,10 @@
dependencies:
"@types/lodash" "*"
-"@types/lodash@*", "@types/lodash@^4.14.200":
- version "4.14.200"
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149"
- integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==
+"@types/lodash@*", "@types/lodash@^4.14.201":
+ version "4.14.201"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
+ integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
"@types/lru-cache@^5.1.0":
version "5.1.1"
@@ -1221,10 +1221,10 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
-"@types/mocha@^10.0.3":
- version "10.0.3"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812"
- integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==
+"@types/mocha@^10.0.4":
+ version "10.0.4"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
+ integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
"@types/node-fetch@^2.5.0", "@types/node-fetch@^2.6.4":
version "2.6.9"
@@ -1234,10 +1234,10 @@
"@types/node" "*"
form-data "^4.0.0"
-"@types/node@*", "@types/node@^20.9.0":
- version "20.9.0"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
- integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
+"@types/node@*", "@types/node@^20.9.2":
+ version "20.9.2"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.2.tgz#002815c8e87fe0c9369121c78b52e800fadc0ac6"
+ integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==
dependencies:
undici-types "~5.26.4"
@@ -1258,20 +1258,10 @@
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
-"@types/restify@8.5.7":
- version "8.5.7"
- resolved "https://registry.yarnpkg.com/@types/restify/-/restify-8.5.7.tgz#6e702c6915d090a1e6c071d2e7d55c763337d027"
- integrity sha512-AyVCoo+28MS7FVJikENrDD4vmnF/NuShIQabT/sdy8TIt7/bi9t9EmmY9WIPlkvNyLFUEQHJry+V/8Ym7GO24w==
- dependencies:
- "@types/bunyan" "*"
- "@types/formidable" "^1"
- "@types/node" "*"
- "@types/spdy" "*"
-
-"@types/restify@8.5.9":
- version "8.5.9"
- resolved "https://registry.yarnpkg.com/@types/restify/-/restify-8.5.9.tgz#9c3753093724bef7131d0322c71cd86b58db1672"
- integrity sha512-4zXKw10NhlgDsVXcSJXfwjlQQwagITwogEVDM6ouyCOLRsiHfZdAuOkT9sRHBZHd2118TJBBItGx3vqLiGntjQ==
+"@types/restify@8.5.10":
+ version "8.5.10"
+ resolved "https://registry.yarnpkg.com/@types/restify/-/restify-8.5.10.tgz#e21b71216ff0538eac7596310f1f9207d7f4ca17"
+ integrity sha512-JlvrRRnPPkrvhZRV8rol8brv7q2VeImtQQvMviJrnmyzwrUc0n0+rSLZGItc09+XQTreYSOyC+XuqpoEeDzgcw==
dependencies:
"@types/bunyan" "*"
"@types/formidable" "^1"
@@ -1343,16 +1333,16 @@
dependencies:
"@types/yargs-parser" "*"
-"@typescript-eslint/eslint-plugin@^6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
- integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
+"@typescript-eslint/eslint-plugin@^6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz#2a647d278bb48bf397fef07ba0507612ff9dd812"
+ integrity sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==
dependencies:
"@eslint-community/regexpp" "^4.5.1"
- "@typescript-eslint/scope-manager" "6.10.0"
- "@typescript-eslint/type-utils" "6.10.0"
- "@typescript-eslint/utils" "6.10.0"
- "@typescript-eslint/visitor-keys" "6.10.0"
+ "@typescript-eslint/scope-manager" "6.12.0"
+ "@typescript-eslint/type-utils" "6.12.0"
+ "@typescript-eslint/utils" "6.12.0"
+ "@typescript-eslint/visitor-keys" "6.12.0"
debug "^4.3.4"
graphemer "^1.4.0"
ignore "^5.2.4"
@@ -1360,72 +1350,72 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"
-"@typescript-eslint/parser@^6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
- integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
+"@typescript-eslint/parser@^6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.12.0.tgz#9fb21ed7d88065a4a2ee21eb80b8578debb8217c"
+ integrity sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==
dependencies:
- "@typescript-eslint/scope-manager" "6.10.0"
- "@typescript-eslint/types" "6.10.0"
- "@typescript-eslint/typescript-estree" "6.10.0"
- "@typescript-eslint/visitor-keys" "6.10.0"
+ "@typescript-eslint/scope-manager" "6.12.0"
+ "@typescript-eslint/types" "6.12.0"
+ "@typescript-eslint/typescript-estree" "6.12.0"
+ "@typescript-eslint/visitor-keys" "6.12.0"
debug "^4.3.4"
-"@typescript-eslint/scope-manager@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
- integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
+"@typescript-eslint/scope-manager@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz#5833a16dbe19cfbad639d4d33bcca5e755c7044b"
+ integrity sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==
dependencies:
- "@typescript-eslint/types" "6.10.0"
- "@typescript-eslint/visitor-keys" "6.10.0"
+ "@typescript-eslint/types" "6.12.0"
+ "@typescript-eslint/visitor-keys" "6.12.0"
-"@typescript-eslint/type-utils@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
- integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
+"@typescript-eslint/type-utils@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz#968f7c95162808d69950ab5dff710ad730e58287"
+ integrity sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==
dependencies:
- "@typescript-eslint/typescript-estree" "6.10.0"
- "@typescript-eslint/utils" "6.10.0"
+ "@typescript-eslint/typescript-estree" "6.12.0"
+ "@typescript-eslint/utils" "6.12.0"
debug "^4.3.4"
ts-api-utils "^1.0.1"
-"@typescript-eslint/types@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
- integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
+"@typescript-eslint/types@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
+ integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
-"@typescript-eslint/typescript-estree@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
- integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
+"@typescript-eslint/typescript-estree@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz#764ccc32598549e5b48ec99e3b85f89b1385310c"
+ integrity sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==
dependencies:
- "@typescript-eslint/types" "6.10.0"
- "@typescript-eslint/visitor-keys" "6.10.0"
+ "@typescript-eslint/types" "6.12.0"
+ "@typescript-eslint/visitor-keys" "6.12.0"
debug "^4.3.4"
globby "^11.1.0"
is-glob "^4.0.3"
semver "^7.5.4"
ts-api-utils "^1.0.1"
-"@typescript-eslint/utils@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
- integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
+"@typescript-eslint/utils@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.12.0.tgz#c6ce8c06fe9b0212620e5674a2036f6f8f611754"
+ integrity sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@types/json-schema" "^7.0.12"
"@types/semver" "^7.5.0"
- "@typescript-eslint/scope-manager" "6.10.0"
- "@typescript-eslint/types" "6.10.0"
- "@typescript-eslint/typescript-estree" "6.10.0"
+ "@typescript-eslint/scope-manager" "6.12.0"
+ "@typescript-eslint/types" "6.12.0"
+ "@typescript-eslint/typescript-estree" "6.12.0"
semver "^7.5.4"
-"@typescript-eslint/visitor-keys@6.10.0":
- version "6.10.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
- integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
+"@typescript-eslint/visitor-keys@6.12.0":
+ version "6.12.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz#5877950de42a0f3344261b7a1eee15417306d7e9"
+ integrity sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==
dependencies:
- "@typescript-eslint/types" "6.10.0"
+ "@typescript-eslint/types" "6.12.0"
eslint-visitor-keys "^3.4.1"
"@ungap/structured-clone@^1.2.0":
@@ -1759,10 +1749,10 @@ append-transform@^2.0.0:
dependencies:
default-require-extensions "^3.0.0"
-applicationinsights@^2.9.0:
- version "2.9.0"
- resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.0.tgz#62d6fb0d7cdcdbd2dd0a38a085943f9c262ff317"
- integrity sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==
+applicationinsights@^2.9.1:
+ version "2.9.1"
+ resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.1.tgz#769412f809d6a072487e4b41c4c3a29678344d82"
+ integrity sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg==
dependencies:
"@azure/core-auth" "^1.5.0"
"@azure/core-rest-pipeline" "1.10.1"
@@ -2944,10 +2934,10 @@ commander@~2.17.1:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
-comment-parser@1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.0.tgz#0f8c560f59698193854f12884c20c0e39a26d32c"
- integrity sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==
+comment-parser@1.4.1:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
+ integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
common-shakeify@^1.1.1:
version "1.1.2"
@@ -4064,14 +4054,14 @@ eslint-plugin-import@^2.29.0:
semver "^6.3.1"
tsconfig-paths "^3.14.2"
-eslint-plugin-jsdoc@^46.8.2:
- version "46.8.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.8.2.tgz#3e6b1c93e91e38fe01874d45da121b56393c54a5"
- integrity sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ==
+eslint-plugin-jsdoc@^46.9.0:
+ version "46.9.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
+ integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
dependencies:
- "@es-joy/jsdoccomment" "~0.40.1"
+ "@es-joy/jsdoccomment" "~0.41.0"
are-docs-informative "^0.0.2"
- comment-parser "1.4.0"
+ comment-parser "1.4.1"
debug "^4.3.4"
escape-string-regexp "^4.0.0"
esquery "^1.5.0"
@@ -4132,15 +4122,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
-eslint@^8.53.0:
- version "8.53.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
- integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
+eslint@^8.54.0:
+ version "8.54.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
+ integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
"@eslint-community/regexpp" "^4.6.1"
"@eslint/eslintrc" "^2.1.3"
- "@eslint/js" "8.53.0"
+ "@eslint/js" "8.54.0"
"@humanwhocodes/config-array" "^0.11.13"
"@humanwhocodes/module-importer" "^1.0.1"
"@nodelib/fs.walk" "^1.2.8"
@@ -7664,10 +7654,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
-prettier@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
- integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
+prettier@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
+ integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
pretty-hrtime@^1.0.2:
version "1.0.3"
@@ -9530,10 +9520,10 @@ typedoc@^0.25.3:
minimatch "^9.0.3"
shiki "^0.14.1"
-typescript@^5.2.2:
- version "5.2.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
- integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
+typescript@^5.3.2:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
+ integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
typescript@~5.0.4:
version "5.0.4"