Повысил версию библиотеки 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", "version": "1.0.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"axios": "^1.7.2", "axios": "1.7.4",
"cron-validator": "^1.3.1", "cron-validator": "^1.3.1",
"node-schedule": "^2.1.1" "node-schedule": "^2.1.1"
} }
@ -21,9 +21,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.2", "version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "CurrencyService": "node main.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"homepage": "https://github.com/Redume/Kekkai#readme", "homepage": "https://github.com/Redume/Kekkai#readme",
"description": "Service for collecting the exchange rate", "description": "Service for collecting the exchange rate",
"dependencies": { "dependencies": {
"axios": "^1.7.2", "axios": "1.7.4",
"cron-validator": "^1.3.1", "cron-validator": "^1.3.1",
"node-schedule": "^2.1.1" "node-schedule": "^2.1.1"
} }