Skip to content

Commit 61cd385

Browse files
Bump async-mutex from 0.4.0 to 0.4.1 (#572)
Bumps [async-mutex](https://github.com/DirtyHairy/async-mutex) from 0.4.0 to 0.4.1. - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](DirtyHairy/async-mutex@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddbf111 commit 61cd385

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@fast-csv/format": "^5.0.0",
31-
"async-mutex": "^0.4.0",
31+
"async-mutex": "^0.4.1",
3232
"coveralls": "link:./node_modules/.NULL",
3333
"debug": "^4.3.4",
3434
"discord.js": "^14.14.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1167,10 +1167,10 @@ async-lock@^1.4.0:
11671167
resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.4.1.tgz#56b8718915a9b68b10fce2f2a9a3dddf765ef53f"
11681168
integrity sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==
11691169

1170-
async-mutex@^0.4.0:
1171-
version "0.4.0"
1172-
resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.4.0.tgz#ae8048cd4d04ace94347507504b3cf15e631c25f"
1173-
integrity sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==
1170+
async-mutex@^0.4.1:
1171+
version "0.4.1"
1172+
resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.4.1.tgz#bccf55b96f2baf8df90ed798cb5544a1f6ee4c2c"
1173+
integrity sha512-WfoBo4E/TbCX1G95XTjbWTE3X2XLG0m1Xbv2cwOtuPdyH9CZvnaA5nCt1ucjaKEgW2A5IF71hxrRhr83Je5xjA==
11741174
dependencies:
11751175
tslib "^2.4.0"
11761176

0 commit comments

Comments
 (0)