update packages

This commit is contained in:
mahula 2024-06-30 17:47:25 +02:00
parent ceb65661bb
commit 89efd2fc9b
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -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.10.0",
@ -30,7 +30,7 @@
"multiple-cucumber-html-reporter": "^3.6.2",
"prettier": "^3.3.2",
"ts-loader": "^9.5.1",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.50",
@ -2310,9 +2310,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": [
{
@ -15114,12 +15114,12 @@
"dev": true
},
"node_modules/tsx": {
"version": "4.15.7",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.7.tgz",
"integrity": "sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==",
"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": {

View File

@ -33,7 +33,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.10.0",
@ -54,7 +54,7 @@
"multiple-cucumber-html-reporter": "^3.6.2",
"prettier": "^3.3.2",
"ts-loader": "^9.5.1",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.50",