diff --git a/package.json b/package.json index d203e52..0c63f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@joernio/astgen", - "version": "3.14.0", + "version": "3.15.0", "description": "Generate JS/TS AST in json format with Babel", "exports": "./index.js", "keywords": [ @@ -14,8 +14,8 @@ "author": "Max Leuthaeuser", "license": "Apache-2.0", "dependencies": { - "@babel/parser": "^7.22.10", - "typescript": "^5.1.6", + "@babel/parser": "^7.24.7", + "typescript": "^5.5.3", "yargs": "^17.7.2" }, "scripts": {