diff --git a/package-lock.json b/package-lock.json index 964a18e..c0eb374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@babel/types": "^7.25.2", "@google/generative-ai": "^0.24.0", "@types/babel__core": "^7.20.5", + "@types/source-map": "^0.5.2", "babel-plugin-transform-beautifier": "^0.1.0", "commander": "^13.0.0", "dotenv": "^16.4.5", @@ -32,7 +33,6 @@ "devDependencies": { "@eslint/js": "^9.8.0", "@types/node": "^22.0.0", - "@types/source-map": "^0.5.2", "eslint": "^9.8.0", "eslint-plugin-unused-imports": "^4.1.2", "globals": "^16.0.0", @@ -2338,7 +2338,6 @@ "version": "0.5.2", "resolved": "https://registry.npmjs.org/@types/source-map/-/source-map-0.5.2.tgz", "integrity": "sha512-++w4WmMbk3dS3UeHGzAG+xJOSz5Xqtjys/TBkqG3qp3SeWE7Wwezqe5eB7B51cxUyh4PW7bwVotpsLdBK0D8cw==", - "dev": true, "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -6351,9 +6350,9 @@ } }, "node_modules/tsx": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz", - "integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==", + "version": "4.20.6", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", + "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", "license": "MIT", "dependencies": { "esbuild": "~0.25.0",