Skip to content

Commit

Permalink
[JS] bump: (deps-dev): Bump the development group across 1 directory …
Browse files Browse the repository at this point in the history
…with 5 updates

Bumps the development group with 5 updates in the /js directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.49.2` | `7.51.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.15` | `4.17.16` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.3` | `17.0.4` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [ts-mocha](https://github.com/piotrwitek/ts-mocha) | `10.0.0` | `10.1.0` |



Updates `@microsoft/api-extractor` from 7.49.2 to 7.51.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.51.1/apps/api-extractor)

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

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

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `ts-mocha` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/piotrwitek/ts-mocha/releases)
- [Commits](piotrwitek/ts-mocha@v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: ts-mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 10f8467 commit 1a4a535
Show file tree
Hide file tree
Showing 26 changed files with 64 additions and 64 deletions.
8 changes: 4 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"devDependencies": {
"@azure/logger": "^1.1.4",
"@azure/ms-rest-js": "2.7.0",
"@microsoft/api-extractor": "^7.49.2",
"@microsoft/api-extractor": "^7.51.1",
"@standardlabs/is-private": "^1.0.1",
"@types/jsonwebtoken": "9.0.4",
"@types/lodash": "^4.17.15",
"@types/lodash": "^4.17.16",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.1",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"applicationinsights": "^2.9.6",
Expand All @@ -52,7 +52,7 @@
"ms-rest-azure": "^3.0.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"proxyquire": "^2.1.3",
"read-text-file": "^1.1.0",
"replace-in-file": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nyc": "^15.1.0",
"rimraf": "5.0.10",
"shx": "^0.3.4",
"ts-mocha": "10.0.0",
"ts-mocha": "10.1.0",
"typescript": "~5.5.4"
},
"scripts": {
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 @@ -37,7 +37,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"ts-node": "^10.9.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
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 @@ -36,7 +36,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"shx": "^0.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~1.19.4",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~1.19.4",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
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 @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~1.19.4",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"shx": "^0.3.4",
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 @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
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 @@ -39,7 +39,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
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 @@ -34,7 +34,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
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 @@ -34,7 +34,7 @@
"@typescript-eslint/parser": "^6.21.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"nodemon": "~3.0.1",
"ts-node": "^10.9.2",
Expand Down
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 @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
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 @@ -39,7 +39,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
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 @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "~5.5.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
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 @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
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 @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"nodemon": "~3.0.1",
"prettier": "^3.3.3",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
Expand Down
72 changes: 36 additions & 36 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,24 +615,24 @@
"@microsoft/tsdoc-config" "~0.17.1"
"@rushstack/node-core-library" "5.11.0"

"@microsoft/api-extractor@^7.49.2":
version "7.49.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.49.2.tgz#bc08c5fef1a3064f86657fd2e2f84c0ea64462f5"
integrity sha512-DI/WnvhbkHcucxxc4ys00ejCiViFls5EKPrEfe4NV3GGpVkoM5ZXF61HZNSGA8IG0oEV4KfTqIa59Rc3wdMopw==
"@microsoft/api-extractor@^7.51.1":
version "7.51.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.51.1.tgz#fdedb120c0905de4d3c71572a1af6c5d69019c08"
integrity sha512-VoFvIeYXme8QctXDkixy1KIn750kZaFy2snAEOB3nhDFfbBcJNEcvBrpCIQIV09MqI4g9egKUkg+/12WMRC77w==
dependencies:
"@microsoft/api-extractor-model" "7.30.3"
"@microsoft/tsdoc" "~0.15.1"
"@microsoft/tsdoc-config" "~0.17.1"
"@rushstack/node-core-library" "5.11.0"
"@rushstack/rig-package" "0.5.3"
"@rushstack/terminal" "0.14.6"
"@rushstack/ts-command-line" "4.23.4"
"@rushstack/terminal" "0.15.0"
"@rushstack/ts-command-line" "4.23.5"
lodash "~4.17.15"
minimatch "~3.0.3"
resolve "~1.22.1"
semver "~7.5.4"
source-map "~0.6.1"
typescript "5.7.2"
typescript "5.7.3"

"@microsoft/[email protected]":
version "1.0.1"
Expand Down Expand Up @@ -875,20 +875,20 @@
resolve "~1.22.1"
strip-json-comments "~3.1.1"

"@rushstack/terminal@0.14.6":
version "0.14.6"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.14.6.tgz#a58a6bbbd1dead6c0701960b583645f10e5577ec"
integrity sha512-4nMUy4h0u5PGXVG71kEA9uYI3l8GjVqewoHOFONiM6fuqS51ORdaJZ5ZXB2VZEGUyfg1TOTSy88MF2cdAy+lqA==
"@rushstack/terminal@0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@rushstack/terminal/-/terminal-0.15.0.tgz#9599c6684ed2adc9e74b767a2d45159975bcddb8"
integrity sha512-vXQPRQ+vJJn4GVqxkwRe+UGgzNxdV8xuJZY2zem46Y0p3tlahucH9/hPmLGj2i9dQnUBFiRnoM9/KW7PYw8F4Q==
dependencies:
"@rushstack/node-core-library" "5.11.0"
supports-color "~8.1.1"

"@rushstack/[email protected].4":
version "4.23.4"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.23.4.tgz#f04c04f039621c47e25793d551e67300cd0dfcba"
integrity sha512-pqmzDJCm0TS8VyeqnzcJ7ncwXgiLDQ6LVmXXfqv2nPL6VIz+UpyTpNVfZRJpyyJ+UDxqob1vIj2liaUfBjv8/A==
"@rushstack/[email protected].5":
version "4.23.5"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.23.5.tgz#523e0db8906d831a730f15acc15fbcf7906c650a"
integrity sha512-jg70HfoK44KfSP3MTiL5rxsZH7X1ktX3cZs9Sl8eDu1/LxJSbPsh0MOFRC710lIuYYSgxWjI5AjbCBAl7u3RxA==
dependencies:
"@rushstack/terminal" "0.14.6"
"@rushstack/terminal" "0.15.0"
"@types/argparse" "1.0.38"
argparse "~1.0.9"
string-argv "~0.3.1"
Expand Down Expand Up @@ -1080,10 +1080,10 @@
dependencies:
"@types/node" "*"

"@types/lodash@^4.17.15":
version "4.17.15"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.15.tgz#12d4af0ed17cc7600ce1f9980cec48fc17ad1e89"
integrity sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==
"@types/lodash@^4.17.16":
version "4.17.16"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.16.tgz#94ae78fab4a38d73086e962d0b65c30d816bfb0a"
integrity sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==

"@types/mime@^1":
version "1.3.5"
Expand Down Expand Up @@ -1193,10 +1193,10 @@
resolved "https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz#9b706af96fa06416828842397a70dfbbf1c14ded"
integrity sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==

"@types/sinon@^17.0.3":
version "17.0.3"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
"@types/sinon@^17.0.4":
version "17.0.4"
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
integrity sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==
dependencies:
"@types/sinonjs__fake-timers" "*"

Expand Down Expand Up @@ -6954,10 +6954,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^3.3.3:
version "3.4.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
prettier@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==

pretty-hrtime@^1.0.2:
version "1.0.3"
Expand Down Expand Up @@ -8459,10 +8459,10 @@ ts-api-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==

ts-mocha@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-10.0.0.tgz#41a8d099ac90dbbc64b06976c5025ffaebc53cb9"
integrity sha512-VRfgDO+iiuJFlNB18tzOfypJ21xn2xbuZyDvJvqpTbWgkAgD17ONGr8t+Tl8rcBtOBdjXp5e/Rk+d39f7XBHRw==
ts-mocha@10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-10.1.0.tgz#17a1c055f5f7733fd82447c4420740db87221bc8"
integrity sha512-T0C0Xm3/WqCuF2tpa0GNGESTBoKZaiqdUP8guNv4ZY316AFXlyidnrzQ1LUrCT0Wb1i3J0zFTgOh/55Un44WdA==
dependencies:
ts-node "7.0.1"
optionalDependencies:
Expand Down Expand Up @@ -8662,10 +8662,10 @@ [email protected], typescript@~5.5.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

[email protected].2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
[email protected].3:
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

umd@^3.0.0, umd@^3.0.3:
version "3.0.3"
Expand Down

0 comments on commit 1a4a535

Please sign in to comment.