|
60 | 60 | "dependencies": { |
61 | 61 | "@badeball/cypress-configuration": "^6.1.1", |
62 | 62 | "@cucumber/ci-environment": "^10.0.1", |
63 | | - "@cucumber/cucumber": "^10.6.0", |
| 63 | + "@cucumber/cucumber": "^10.8.0", |
64 | 64 | "@cucumber/cucumber-expressions": "^17.1.0", |
65 | 65 | "@cucumber/gherkin": "^28.0.0", |
66 | 66 | "@cucumber/html-formatter": "^21.3.1", |
67 | 67 | "@cucumber/message-streams": "^4.0.1", |
68 | | - "@cucumber/messages": "^24.1.0", |
| 68 | + "@cucumber/messages": "^25.0.1", |
69 | 69 | "@cucumber/pretty-formatter": "^1.0.1", |
70 | 70 | "@cucumber/tag-expressions": "^6.1.0", |
71 | 71 | "base64-js": "^1.5.1", |
72 | 72 | "chalk": "^4.1.2", |
73 | 73 | "cli-table": "^0.3.11", |
74 | 74 | "common-ancestor-path": "^1.0.1", |
75 | 75 | "cosmiconfig": "^9.0.0", |
76 | | - "debug": "^4.3.4", |
| 76 | + "debug": "^4.3.5", |
77 | 77 | "error-stack-parser": "^2.1.4", |
78 | | - "esbuild": "^0.20.2", |
79 | | - "glob": "^10.3.12", |
| 78 | + "esbuild": "^0.21.5", |
| 79 | + "glob": "^10.4.1", |
80 | 80 | "is-path-inside": "^3.0.3", |
81 | 81 | "mocha": "^10.4.0", |
82 | 82 | "seedrandom": "^3.0.5", |
83 | 83 | "source-map": "^0.7.4", |
84 | 84 | "split": "^1.0.1", |
85 | | - "uuid": "^9.0.1" |
| 85 | + "uuid": "^10.0.0" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@babel/parser": "^7.24.4", |
89 | | - "@babel/types": "^7.24.0", |
90 | | - "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", |
| 88 | + "@babel/parser": "^7.24.7", |
| 89 | + "@babel/types": "^7.24.7", |
| 90 | + "@bahmutov/cypress-esbuild-preprocessor": "^2.2.1", |
91 | 91 | "@cypress/browserify-preprocessor": "^3.0.2", |
92 | | - "@cypress/webpack-preprocessor": "^6.0.1", |
93 | | - "@testing-library/dom": "^10.0.0", |
| 92 | + "@cypress/webpack-preprocessor": "^6.0.2", |
| 93 | + "@testing-library/dom": "^10.1.0", |
94 | 94 | "@types/cli-table": "^0.3.4", |
95 | 95 | "@types/common-ancestor-path": "^1.0.2", |
96 | 96 | "@types/debug": "^4.1.12", |
97 | 97 | "@types/glob": "^8.1.0", |
98 | | - "@types/jsdom": "^21.1.6", |
| 98 | + "@types/jsdom": "^21.1.7", |
99 | 99 | "@types/mocha": "^10.0.6", |
100 | | - "@types/pngjs": "^6.0.4", |
| 100 | + "@types/pngjs": "^6.0.5", |
101 | 101 | "@types/prettier": "^2.7.3", |
102 | 102 | "@types/seedrandom": "^3.0.8", |
103 | 103 | "@types/split": "^1.0.5", |
104 | 104 | "@types/stream-buffers": "^3.0.7", |
105 | | - "@typescript-eslint/eslint-plugin": "^7.7.1", |
106 | | - "@typescript-eslint/parser": "^7.7.1", |
| 105 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 106 | + "@typescript-eslint/parser": "^7.13.0", |
107 | 107 | "ast-types": "^0.15.2", |
108 | | - "cypress": "^13.8.1", |
| 108 | + "cypress": "^13.11.0", |
109 | 109 | "eslint": "^8.51.0", |
110 | 110 | "genversion": "^3.2.0", |
111 | | - "jsdom": "^24.0.0", |
| 111 | + "jsdom": "^24.1.0", |
112 | 112 | "pngjs": "^7.0.0", |
113 | 113 | "prettier": "^2.8.8", |
114 | | - "recast": "^0.23.6", |
115 | | - "rollup": "^4.16.4", |
| 114 | + "recast": "^0.23.9", |
| 115 | + "rollup": "^4.18.0", |
116 | 116 | "stream-buffers": "^3.0.2", |
117 | 117 | "strip-ansi": "^6.0.1", |
118 | 118 | "strip-indent": "^3.0.0", |
119 | 119 | "ts-loader": "^9.5.1", |
120 | 120 | "ts-node": "^10.9.2", |
121 | 121 | "tsd": "^0.31.0", |
122 | 122 | "typescript": "^5.4.5", |
123 | | - "webpack": "^5.91.0" |
| 123 | + "webpack": "^5.92.0" |
124 | 124 | }, |
125 | 125 | "peerDependencies": { |
126 | 126 | "@cypress/browserify-preprocessor": "^3.0.1", |
|
0 commit comments