Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Issue: SPRXCLT-16
  • Loading branch information
williamlardier committed Sep 19, 2024
1 parent 77a507f commit e8cac94
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 1,053 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sproxydclient",
"engines": {
"node": ">=16"
"node": ">=20"
},
"version": "8.0.10",
"description": "sproxyd client",
Expand All @@ -17,16 +17,14 @@
],
"author": "Giorgio Regni",
"dependencies": {
"async": "^3.2.0",
"httpagent": "github:scality/httpagent#1.0.6",
"werelogs": "scality/werelogs#8.1.2"
"async": "^3.2.6",
"httpagent": "github:scality/httpagent#1.1.0",
"werelogs": "scality/werelogs#8.2.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-scality": "scality/Guidelines#8.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.4.0"
"eslint": "^9.10.0",
"eslint-config-scality": "scality/Guidelines#8.3.0",
"mocha": "^10.7.3"
},
"license": "Apache-2.0",
"bugs": {
Expand Down
Loading

0 comments on commit e8cac94

Please sign in to comment.