This commit is contained in:
dominicjk
2024-04-11 08:12:28 -06:00
parent d564294275
commit 8675f0190e
6 changed files with 46 additions and 86 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "web-services",
"dependencies": {
"axios": "^1.1.3",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "1.20.0",
@@ -165,10 +165,11 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.6.7",
"license": "MIT",
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
"dependencies": {
"follow-redirects": "^1.15.4",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}