Skip to content

Commit aa2449a

Browse files
Bump eventemitter3 from 5.0.1 to 5.0.4 in the npm group (#322)
Bumps the npm group with 1 update: [eventemitter3](https://github.com/primus/eventemitter3). Updates `eventemitter3` from 5.0.1 to 5.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primus/eventemitter3/releases">eventemitter3's releases</a>.</em></p> <blockquote> <h2>5.0.4</h2> <h1>Bug fixes</h1> <ul> <li>Restored TypeScript type definitions to their pre-5.0.2 state (92fb3c66, 71ab64b6).</li> </ul> <h2>5.0.3</h2> <h1>Bug fixes</h1> <ul> <li>Fixed TypeScript type definitions (<a href="https://redirect.github.com/primus/eventemitter3/issues/282">#282</a>).</li> </ul> <h2>5.0.2</h2> <h1>Bug fixes</h1> <ul> <li>Fixed type definitions for ESM import (<a href="https://redirect.github.com/primus/eventemitter3/issues/279">#279</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primus/eventemitter3/commit/b0144e940ace8add8f335a8adfbed9284eb419f3"><code>b0144e9</code></a> [dist] 5.0.4</li> <li><a href="https://github.com/primus/eventemitter3/commit/92fb3c661c08f876e0a54b4a51b45604107ae019"><code>92fb3c6</code></a> Revert &quot;[ts] Fix type definitions for ESM import (<a href="https://redirect.github.com/primus/eventemitter3/issues/279">#279</a>)&quot;</li> <li><a href="https://github.com/primus/eventemitter3/commit/71ab64b687712ac77197ffd497a13acfd5e8b55b"><code>71ab64b</code></a> Revert &quot;[ts] Fix TypeScript type definitions (<a href="https://redirect.github.com/primus/eventemitter3/issues/282">#282</a>)&quot;</li> <li><a href="https://github.com/primus/eventemitter3/commit/d84265a245b9a9cbc1365d365e42bec7a1b9c6e7"><code>d84265a</code></a> [dist] 5.0.3</li> <li><a href="https://github.com/primus/eventemitter3/commit/7ec84d92bc7f94b26c1dc3813b6b3c81aa0c9027"><code>7ec84d9</code></a> [ts] Fix TypeScript type definitions (<a href="https://redirect.github.com/primus/eventemitter3/issues/282">#282</a>)</li> <li><a href="https://github.com/primus/eventemitter3/commit/7b6aef8d0452bd64ad02d3a9a4e74502039f2711"><code>7b6aef8</code></a> [dist] 5.0.2</li> <li><a href="https://github.com/primus/eventemitter3/commit/f5552f860449f8dbd98129f3da26bdc80c5f4f56"><code>f5552f8</code></a> [doc] Remove reference to a script that no longer exists</li> <li><a href="https://github.com/primus/eventemitter3/commit/9d10e6fa29d7daaf2f15bb05cbe0e9cfc71a17ef"><code>9d10e6f</code></a> [pkg] Remove unused dependency</li> <li><a href="https://github.com/primus/eventemitter3/commit/c1507bf26e2a7c03986ae28edc9849a439f57234"><code>c1507bf</code></a> [ci] Update actions/setup-node action to v6</li> <li><a href="https://github.com/primus/eventemitter3/commit/08f845022c5a76f82661480d7fe3a9d5569d0c36"><code>08f8450</code></a> [ci] Update actions/checkout action to v5</li> <li>Additional commits viewable in <a href="https://github.com/primus/eventemitter3/compare/5.0.1...5.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eventemitter3&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5b04ab commit aa2449a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"watch": "parcel --no-hmr example/index.html"
3838
},
3939
"dependencies": {
40-
"eventemitter3": "^5.0.1"
40+
"eventemitter3": "^5.0.4"
4141
},
4242
"devDependencies": {
4343
"@cucumber/cucumber": "^12.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,10 +2334,10 @@ esutils@^2.0.2:
23342334
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
23352335
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
23362336

2337-
eventemitter3@^5.0.1:
2338-
version "5.0.1"
2339-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
2340-
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
2337+
eventemitter3@^5.0.4:
2338+
version "5.0.4"
2339+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.4.tgz#a86d66170433712dde814707ac52b5271ceb1feb"
2340+
integrity sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==
23412341

23422342
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
23432343
version "3.1.3"

0 commit comments

Comments
 (0)