Skip to content

Commit

Permalink
fix: update dependencies with vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Nov 25, 2024
1 parent efb9ab2 commit 643e370
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
29 changes: 19 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# 2.0.1
# CHANGELOG

## UNRELEASED

- Update (sub-)dependencies
- cross-spawn to 7.0.6
- micromatch to 4.0.8
- picomatch to 2.3.1

## 2.0.1

- Update braces to 3.0.3

# 2.0.0
## 2.0.0

- BREAKING CHANGES
- Update to node v18
Expand All @@ -14,15 +23,15 @@
- Update prettier to v3
- Update typescript to v5.1.65

# 1.0.2
## 1.0.2

- Revert incorrect Typescript typing where callback function for `on`

# 1.0.1
## 1.0.1

- Correct Typescript typing where callback function for `on` does not require an argument

# 1.0.0
## 1.0.0

- in Typescript, `on` can specify event payload type as a Generic

Expand All @@ -42,23 +51,23 @@ _Breaking Changes_
- `_emit` has been renamed to `emit`
- `emit` now only takes one event payload argument instead of any number of arguments

# 0.4.1
## 0.4.1

- Add missing type defs to package

# 0.4.0
## 0.4.0

- Add typescript types

# 0.3.0
## 0.3.0

- Fix issue where `off` would throw an error if no events existed for named event
- Add `hasListener` method

# 0.2.0
## 0.2.0

- Add `off` method

# 0.1.0
## 0.1.0

- Initial release
86 changes: 46 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 643e370

Please sign in to comment.