From d12d081ba0b84cee88d8d7715b202118f4853248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:00:40 +0000 Subject: [PATCH] Bump async from 3.2.2 to 3.2.3 Bumps [async](https://github.com/caolan/async) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ba8c79..7a911fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "async": "^3.2.0", - "chokidar": "latest", + "async": "^3.2.3", + "chokidar": "*", "express": "^4.17.1", "feels": "^3.0.0", - "got": "latest", + "got": "*", "homeautomation-js-lib": "https://github.com/terafin/homeautomation-js-lib.git", "jexl": "^2.3.0", "js-yaml": "^3.14.0", @@ -25,13 +25,13 @@ "pushover-notifications": "^1.2.2", "read-directory": "^3.0.2", "redis": "^3.0.2", - "rimraf": "latest", + "rimraf": "*", "simple-git": "^1.132.0", "suncalc": "^1.8.0" }, "devDependencies": { "chai": "^4.3.0", - "mathjs": "latest", + "mathjs": "*", "mocha": "^8.3.0" }, "engines": { @@ -228,9 +228,9 @@ } }, "node_modules/async": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", - "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "node_modules/balanced-match": { "version": "1.0.2", @@ -3603,9 +3603,9 @@ "dev": true }, "async": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", - "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "balanced-match": { "version": "1.0.2", diff --git a/package.json b/package.json index 716fb68..3bacf76 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "mocha" }, "dependencies": { - "async": "^3.2.0", + "async": "^3.2.3", "express": "^4.17.1", "feels": "^3.0.0", "homeautomation-js-lib": "https://github.com/terafin/homeautomation-js-lib.git",