diff --git a/package.json b/package.json index 52e9fda..40482e6 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.4", "ts-jest": "^29.1.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "typescript": "~5.5.2" } } diff --git a/yarn.lock b/yarn.lock index e508494..48525f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11219,6 +11219,25 @@ ts-node@10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" +ts-node@10.9.2: + version "10.9.2" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" + integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== + dependencies: + "@cspotcode/source-map-support" "^0.8.0" + "@tsconfig/node10" "^1.0.7" + "@tsconfig/node12" "^1.0.7" + "@tsconfig/node14" "^1.0.0" + "@tsconfig/node16" "^1.0.2" + acorn "^8.4.1" + acorn-walk "^8.1.1" + arg "^4.1.0" + create-require "^1.1.0" + diff "^4.0.1" + make-error "^1.1.1" + v8-compile-cache-lib "^3.0.1" + yn "3.1.1" + tsconfig-paths-webpack-plugin@4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz"