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",