Skip to content

Commit

Permalink
Update dependency run-exclusive to ^2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2022
1 parent 7ba7876 commit e7ac587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evt",
"version": "2.4.9",
"version": "2.4.10",
"description": "Type safe replacement for node's EventEmitter",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"minimal-polyfills": "^2.2.2",
"run-exclusive": "^2.2.17",
"run-exclusive": "^2.2.18",
"tsafe": "^1.2.1"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@ run-exclusive@^2.2.16:
dependencies:
minimal-polyfills "^2.2.1"

run-exclusive@^2.2.17:
version "2.2.17"
resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.17.tgz#1c967c942ad146fe5a4cc6e28a4e3c1b996c09bd"
integrity sha512-RM/mJJuX0VVfkiCa/yWJLs8Tb2OTweRaKEbWtVj77jXz94ztheIFnfLtK91u7XY5iy4/tyVIXEdv+kQmC1E51w==
run-exclusive@^2.2.18:
version "2.2.18"
resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.18.tgz#ec930edc3a7044750dc827df9372bde8f610f586"
integrity sha512-TXr1Gkl1iEAOCCpBTRm/2m0+1KGjORcWpZZ+VGGTe7dYX8E4y8/fMvrHk0zf+kclec2R//tpvdBxgG0bDgaJfw==
dependencies:
minimal-polyfills "^2.2.1"

Expand Down

0 comments on commit e7ac587

Please sign in to comment.