From 1eb515abacf84ed1959b8d6700b547ebdcc6591e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:59:54 +0000 Subject: [PATCH] chore(deps): update dependency async-mutex to ^0.5.0 --- Rnwood.Smtp4dev/ClientApp/package-lock.json | 14 +++++++------- Rnwood.Smtp4dev/ClientApp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Rnwood.Smtp4dev/ClientApp/package-lock.json b/Rnwood.Smtp4dev/ClientApp/package-lock.json index 26587178c..bfdd8cf79 100644 --- a/Rnwood.Smtp4dev/ClientApp/package-lock.json +++ b/Rnwood.Smtp4dev/ClientApp/package-lock.json @@ -31,7 +31,7 @@ "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.2.2", "aspnet-webpack": "^3.0.0", - "async-mutex": "^0.4.0", + "async-mutex": "^0.5.0", "axios": "^1.0.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3", @@ -5814,9 +5814,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "tslib": "^2.4.0" @@ -28861,9 +28861,9 @@ "dev": true }, "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==", "dev": true, "requires": { "tslib": "^2.4.0" diff --git a/Rnwood.Smtp4dev/ClientApp/package.json b/Rnwood.Smtp4dev/ClientApp/package.json index 98c367daf..7cfc156b8 100644 --- a/Rnwood.Smtp4dev/ClientApp/package.json +++ b/Rnwood.Smtp4dev/ClientApp/package.json @@ -30,7 +30,7 @@ "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.2.2", "aspnet-webpack": "^3.0.0", - "async-mutex": "^0.4.0", + "async-mutex": "^0.5.0", "axios": "^1.0.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3",