Skip to content

Commit d337e9b

Browse files
Update typescript dependency (#33)
1 parent 0ce0aef commit d337e9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joernio/astgen",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"description": "Generate JS/TS AST in json format with Babel",
55
"exports": "./index.js",
66
"keywords": [
@@ -18,7 +18,7 @@
1818
"n-readlines": "^1.0.1",
1919
"readdirp": "^4.0.2",
2020
"yargs": "^17.7.2",
21-
"typescript": "^5.5.3"
21+
"typescript": "^5.8.3"
2222
},
2323
"scripts": {
2424
"test": "jest --silent --config=jest.config.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,10 +2638,10 @@ type-fest@^0.21.3:
26382638
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
26392639
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
26402640

2641-
typescript@^5.5.3:
2642-
version "5.6.3"
2643-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
2644-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
2641+
typescript@^5.8.3:
2642+
version "5.8.3"
2643+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2644+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
26452645

26462646
undici-types@~5.26.4:
26472647
version "5.26.5"

0 commit comments

Comments
 (0)