Skip to content

Commit

Permalink
bump dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Jun 8, 2023
1 parent 1d96d2a commit dc3cfc9
Show file tree
Hide file tree
Showing 3 changed files with 2,205 additions and 99 deletions.
1 change: 1 addition & 0 deletions server/Spacefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ micros:
engine: nodejs16
primary: true
public: true
run: node index.js
presets:
env:
- name: NODE_ENV
Expand Down
11 changes: 7 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
"description": "Automation Bot using Node JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"author": "Stanley Owen <stanleyowen06@gmail.com>",
"license": "MIT",
"dependencies": {
"@line/bot-sdk": "^7.5.2",
"cors": "^2.8.5",
"deta": "^1.1.0",
"dotenv": "^16.0.3",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"helmet": "^6.1.5",
"helmet": "^7.0.0",
"instagram-private-api": "^1.45.3"
},
"devDependencies": {
"jest": "^29.5.0"
}
}
}
Loading

0 comments on commit dc3cfc9

Please sign in to comment.