Browse Source

chore: also updated axios version in backend package-lock.json

Kristian Vos 1 year ago
parent
commit
3a9ff17428
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/package-lock.json

+ 1 - 1
backend/package-lock.json

@@ -10,7 +10,7 @@
       "license": "GPL-3.0",
       "dependencies": {
         "async": "^3.2.4",
-        "axios": "^1.2.0",
+        "axios": "^1.2.1",
         "bcrypt": "^5.1.0",
         "bluebird": "^3.7.2",
         "body-parser": "^1.20.1",