From 490422504ed30a93335d10811bed4977e3b1836d Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 21 Oct 2024 20:54:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B2=D1=8B=D1=81=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B1=D0=B8=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B8=20axios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collect-currency/package-lock.json | 8 ++++---- collect-currency/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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" }