diff --git a/collect-currency/package-lock.json b/collect-currency/package-lock.json index 1fcfa75..48f869c 100644 --- a/collect-currency/package-lock.json +++ b/collect-currency/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-3.0-or-later", "dependencies": { - "axios": "^1.7.2", + "axios": "1.7.4", "cron-validator": "^1.3.1", "node-schedule": "^2.1.1" } @@ -21,9 +21,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/collect-currency/package.json b/collect-currency/package.json index 01d83ab..8a3115f 100644 --- a/collect-currency/package.json +++ b/collect-currency/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "main.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "CurrencyService": "node main.js" }, "repository": { "type": "git", @@ -17,7 +17,7 @@ "homepage": "https://github.com/Redume/Kekkai#readme", "description": "Service for collecting the exchange rate", "dependencies": { - "axios": "^1.7.2", + "axios": "1.7.4", "cron-validator": "^1.3.1", "node-schedule": "^2.1.1" }