Повысил версию библиотеки axios

This commit is contained in:
Данил 2024-10-21 20:54:57 +03:00
parent c9c9717d22
commit 490422504e
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -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"
}