Skip to content

Commit b72b63d

Browse files
Updated dependencies
1 parent 21660c9 commit b72b63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joernio/astgen",
3-
"version": "3.14.0",
3+
"version": "3.15.0",
44
"description": "Generate JS/TS AST in json format with Babel",
55
"exports": "./index.js",
66
"keywords": [
@@ -14,8 +14,8 @@
1414
"author": "Max Leuthaeuser",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@babel/parser": "^7.22.10",
18-
"typescript": "^5.1.6",
17+
"@babel/parser": "^7.24.7",
18+
"typescript": "^5.5.3",
1919
"yargs": "^17.7.2"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)