diff --git a/bun.lockb b/bun.lockb index 7802db7..3441a15 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index c996681..9a712d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,10 +17,10 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/adm-zip": "^0.5.6", - "@types/node": "^20.17.6", + "@types/node": "^20.17.7", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }, "node_modules/@ampproject/remapping": { @@ -1708,9 +1708,9 @@ } }, "node_modules/@types/node": { - "version": "20.17.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.6.tgz", - "integrity": "sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==", + "version": "20.17.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.7.tgz", + "integrity": "sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -5729,9 +5729,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 6529296..a202a22 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/adm-zip": "^0.5.6", - "@types/node": "^20.17.6", + "@types/node": "^20.17.7", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }