Merge pull request #16 from imterah/dependabot/npm_and_yarn/lom/axios-1.7.4

chore(deps): bump axios from 1.6.8 to 1.7.4 in /lom
This commit is contained in:
Tera 2024-09-18 14:34:27 -04:00 committed by GitHub
commit e338465871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
lom/package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "BSD-3-Clause",
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.4",
"commander": "^12.0.0",
"patch-package": "^8.0.0",
"ssh2": "^1.15.0",
@ -561,9 +561,9 @@
}
},
"node_modules/axios": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View file

@ -25,7 +25,7 @@
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.4",
"commander": "^12.0.0",
"patch-package": "^8.0.0",
"ssh2": "^1.15.0",