We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8ffde commit 6c0a395Copy full SHA for 6c0a395
app/server/package.json
@@ -4,11 +4,11 @@
4
"private": true,
5
"dependencies": {
6
"@vendia/serverless-express": "^4.10.1",
7
- "aws-sdk": "^2.1230.0",
8
- "axios": "^1.3.5",
+ "aws-sdk": "^2.1521.0",
+ "axios": "^1.6.0",
9
"body-parser": "^1.20.1",
10
"dotenv": "^16.0.3",
11
- "eslint": "^8.0.1",
+ "eslint": "^8.56.0",
12
"eslint-config-airbnb-base": "^15.0.0",
13
"eslint-plugin-import": "^2.25.2",
14
"eslint-plugin-promise": "^6.0.0",
@@ -18,7 +18,7 @@
18
"jose": "^4.10.0",
19
"moment": "^2.29.4",
20
"node-fetch": "2.6.7",
21
- "nodemon": "^2.0.20",
+ "nodemon": "^3.0.2",
22
"ts-node": "^10.9.1",
23
"tsc": "^2.0.4"
24
},
@@ -28,4 +28,4 @@
28
"build": "zip archive.zip . -r -x \"/certs/**\" -x \"*/.DS_Store\" -x \"app.local.js\""
29
30
"license": "UNLICENSED"
31
-}
+}
0 commit comments