Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Nov 24, 2023
1 parent df78ca2 commit 27f390f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domcloud-bridge",
"version": "0.32.3",
"version": "0.33.0",
"description": "Deployment runner for DOM Cloud",
"main": "app.js",
"engines": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.2",
"cli": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand All @@ -27,8 +27,8 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/cli": "^0.11.22",
"@types/express": "^4.17.19",
"@types/shelljs": "^0.8.13"
"@types/cli": "^0.11.25",
"@types/express": "^4.17.21",
"@types/shelljs": "^0.8.15"
}
}

0 comments on commit 27f390f

Please sign in to comment.