Skip to content

Commit ad82c8d

Browse files
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1749e0 commit ad82c8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"npm-run-all": "^4.1.5",
2525
"ts-node": "^10.9.1",
2626
"puppeteer": "^19.8.5",
27-
"typescript": "^5.0.3"
27+
"typescript": "^5.0.4"
2828
},
2929
"files": [
3030
"dist/**/*.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,10 +2400,10 @@ typed-array-length@^1.0.4:
24002400
for-each "^0.3.3"
24012401
is-typed-array "^1.1.9"
24022402

2403-
typescript@^5.0.3:
2404-
version "5.0.3"
2405-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
2406-
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
2403+
typescript@^5.0.4:
2404+
version "5.0.4"
2405+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
2406+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
24072407

24082408
unbox-primitive@^1.0.2:
24092409
version "1.0.2"

0 commit comments

Comments
 (0)