Skip to content

Commit d7fd159

Browse files
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#756)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fece0d1 commit d7fd159

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"ts-loader": "^9.5.1",
8383
"ts-node": "^10.9.2",
8484
"tsconfig-paths": "^4.2.0",
85-
"typescript": "^5.5.4",
85+
"typescript": "^5.7.3",
8686
"typescript-eslint": "^8.17.0"
8787
},
8888
"engines": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -7058,11 +7058,16 @@ typescript-eslint@^8.17.0:
70587058
"@typescript-eslint/parser" "8.17.0"
70597059
"@typescript-eslint/utils" "8.17.0"
70607060

7061-
[email protected], typescript@^5.5.4:
7061+
70627062
version "5.7.2"
70637063
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
70647064
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
70657065

7066+
typescript@^5.7.3:
7067+
version "5.7.3"
7068+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
7069+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
7070+
70667071
ua-parser-js@^0.7.30:
70677072
version "0.7.39"
70687073
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.39.tgz#c71efb46ebeabc461c4612d22d54f88880fabe7e"

0 commit comments

Comments
 (0)