From fbb40a3c7b7d96dbf5ed1d0575a2d458acfd53bc Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 30 Jun 2024 18:18:04 +0200 Subject: [PATCH] update tests packages --- tests/package-lock.json | 18 +++++++++--------- tests/package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index 38c886d43..498385a53 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.7", + "@badeball/cypress-cucumber-preprocessor": "^20.1.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.1", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@typescript-eslint/eslint-plugin": "^7.8.0", @@ -31,7 +31,7 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.15.6", + "tsx": "^4.16.0", "typescript": "^5.5.2", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50", @@ -2314,9 +2314,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.7", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.7.tgz", - "integrity": "sha512-7kPYazy8ijbSQijjfbRzKaN2FGxCmjI7ga9QXBCSVImbjVuXNMfjvO4LKd1Pklw2qz+K87BL7EEu8Xr6rBH+IA==", + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.0.tgz", + "integrity": "sha512-K4zm9BAFYxggxld6CXn4B+q3nJLJSQYWArqPQzHSZKZCTLJ0a2qGS4dGrcUqfe8yFbNQ4u9S9OcJzYho5xajRA==", "dev": true, "funding": [ { @@ -15203,12 +15203,12 @@ "dev": true }, "node_modules/tsx": { - "version": "4.15.6", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.6.tgz", - "integrity": "sha512-is0VQQlfNZRHEuSSTKA6m4xw74IU4AizmuB6lAYLRt9XtuyeQnyJYexhNZOPCB59SqC4JzmSzPnHGBXxf3k0hA==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", + "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", "dev": true, "dependencies": { - "esbuild": "~0.21.4", + "esbuild": "~0.21.5", "get-tsconfig": "^4.7.5" }, "bin": { diff --git a/tests/package.json b/tests/package.json index 604341f94..7f3cf4605 100644 --- a/tests/package.json +++ b/tests/package.json @@ -29,7 +29,7 @@ "update": "npx npm-check-updates" }, "devDependencies": { - "@badeball/cypress-cucumber-preprocessor": "^20.0.7", + "@badeball/cypress-cucumber-preprocessor": "^20.1.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.1", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@typescript-eslint/eslint-plugin": "^7.8.0", @@ -51,7 +51,7 @@ "multiple-cucumber-html-reporter": "^3.6.2", "prettier": "^3.3.2", "ts-loader": "^9.5.1", - "tsx": "^4.15.6", + "tsx": "^4.16.0", "typescript": "^5.5.2", "vuepress": "^2.0.0-rc.14", "vuepress-plugin-search-pro": "^2.0.0-rc.50",