Skip to content

Commit

Permalink
amend bundled dependencies (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx authored Sep 12, 2023
1 parent 32d6a99 commit 12ca9c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"less": "^4.1.3",
"pg": "^8.8.0",
"sequelize": "^6.32.1",
"umzug": "^3.2.1"
"umzug": "^3.2.1",
"socks-proxy-agent": "^8.0.2"
},
"devDependencies": {
"chai": "^4.3.6",
Expand All @@ -78,7 +79,6 @@
"run-script-os": "^1.1.6",
"sequelize-cli": "^6.6.1",
"sinon": "^15.2.0",
"socks-proxy-agent": "^8.0.2",
"supertest": "^6.3.3"
},
"files": [
Expand All @@ -96,6 +96,7 @@
"less",
"pg",
"sequelize",
"umzug"
"umzug",
"socks-proxy-agent"
]
}

0 comments on commit 12ca9c0

Please sign in to comment.