Skip to content

Commit aa24bbd

Browse files
committed
Update dependency on esbuild
This fixes #1068 [1]. [1] #1068
1 parent 5181b57 commit aa24bbd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
- Update dependency on esbuild, fixes [#1068](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1068).
8+
59
## v18.0.3
610

711
- Allow (testing) type-specific configuration of `stepDefinitions`, fixes [#1065](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1065).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"cosmiconfig": "^8.1.3",
6565
"debug": "^4.3.4",
6666
"error-stack-parser": "^2.1.4",
67-
"esbuild": "^0.17.18",
67+
"esbuild": "^0.19.0",
6868
"glob": "^10.2.2",
6969
"is-path-inside": "^3.0.3",
7070
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)