dependabot[bot]
2024-03-11 097abc3cda0d9a6f3cfedfa3c6351648efd8d6b8
chore(deps): bump async-mutex from 0.4.1 to 0.5.0 (#991)

Bumps [async-mutex](https://github.com/DirtyHairy/async-mutex) from 0.4.1 to 0.5.0.
- [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: async-mutex
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files modified
10 ■■■■ changed files
package-lock.json 8 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -12,7 +12,7 @@
        "@clack/prompts": "^0.7.0",
        "@floating-ui/dom": "^1.6.3",
        "@napi-rs/simple-git": "0.1.16",
        "async-mutex": "^0.4.1",
        "async-mutex": "^0.5.0",
        "chalk": "^5.3.0",
        "chokidar": "^3.6.0",
        "cli-spinner": "^0.2.10",
@@ -1213,9 +1213,9 @@
      }
    },
    "node_modules/async-mutex": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.1.tgz",
      "integrity": "sha512-WfoBo4E/TbCX1G95XTjbWTE3X2XLG0m1Xbv2cwOtuPdyH9CZvnaA5nCt1ucjaKEgW2A5IF71hxrRhr83Je5xjA==",
      "version": "0.5.0",
      "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.5.0.tgz",
      "integrity": "sha512-1A94B18jkJ3DYq284ohPxoXbfTA5HsQ7/Mf4DEhcyLx3Bz27Rh59iScbB6EPiP+B+joue6YCxcMXSbFC1tZKwA==",
      "dependencies": {
        "tslib": "^2.4.0"
      }
package.json
@@ -37,7 +37,7 @@
    "@clack/prompts": "^0.7.0",
    "@floating-ui/dom": "^1.6.3",
    "@napi-rs/simple-git": "0.1.16",
    "async-mutex": "^0.4.1",
    "async-mutex": "^0.5.0",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "cli-spinner": "^0.2.10",