diff --git a/package-lock.json b/package-lock.json index 964a18e..9278c89 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,10 +33,9 @@ "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", + "globals": "^17.3.0", "pkgroll": "^2.4.2", "prettier": "^3.3.3", "typescript-eslint": "^8.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": { @@ -3980,9 +3979,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", - "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index e2c6b7b..175f74b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/node": "^22.0.0", "eslint": "^9.8.0", "eslint-plugin-unused-imports": "^4.1.2", - "globals": "^16.0.0", + "globals": "^17.3.0", "pkgroll": "^2.4.2", "prettier": "^3.3.3", "typescript-eslint": "^8.0.0"