diff --git a/package-lock.json b/package-lock.json index e7b0f43..4f7c397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,8 +30,8 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.16.0", - "typescript": "^5.5.2", + "tsx": "^4.16.2", + "typescript": "^5.5.3", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50" @@ -15114,9 +15114,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", - "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.2.tgz", + "integrity": "sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==", "dev": true, "dependencies": { "esbuild": "~0.21.5", @@ -15311,9 +15311,9 @@ "peer": true }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7647852..eac03a5 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.16.0", - "typescript": "^5.5.2", + "tsx": "^4.16.2", + "typescript": "^5.5.3", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", "vuepress-theme-hope": "^2.0.0-rc.50"