Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Oct 30, 2024
1 parent dca3bc8 commit 7e8a938
Show file tree
Hide file tree
Showing 2 changed files with 742 additions and 414 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"dependencies": {
"JSONStream": "^1.3.5",
"arsenal": "git+https://github.com/scality/arsenal#9a6451d247a8c53605e0311b4b3824f2612481eb",
"async": "^2.3.0",
"async": "^3.2.6",
"aws-sdk": "^2.938.0",
"backo": "^1.1.0",
"breakbeat": "scality/breakbeat#v1.0.3",
"bucketclient": "scality/bucketclient#8.1.10",
"commander": "^2.11.0",
"commander": "^12.1.0",
"eslint-plugin-mocha": "^10.2.0",
"fcntl": "github:scality/node-fcntl#0.2.2",
"httpagent": "git+https://github.com/scality/httpagent#1.0.6",
"ioredis": "^4.9.5",
"ioredis": "^5.4.1",
"joi": "^17.6.0",
"minimatch": "^3.0.4",
"mongodb": "^3.1.13",
"node-forge": "^0.7.6",
"node-rdkafka": "^2.12.0",
"minimatch": "^10.0.1",
"mongodb": "^6.10.0",
"node-forge": "^1.3.1",
"node-rdkafka": "^3.1.1",
"node-rdkafka-prometheus": "^1.0.0",
"node-schedule": "^1.2.0",
"node-schedule": "^2.1.1",
"node-zookeeper-client": "^1.1.3",
"prom-client": "14.2.0",
"semver": "^5.6.0",
"typescript": "^4.9.5",
"uuid": "^3.1.0",
"prom-client": "15.1.3",
"semver": "^7.6.3",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"vaultclient": "scality/vaultclient#8.5.1",
"werelogs": "scality/werelogs#8.2.0"
},
Expand All @@ -77,15 +77,15 @@
},
"devDependencies": {
"@zenko/cloudserver": "git+https://github.com/scality/cloudserver#8.6.8",
"c8": "^8.0.1",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^13.1.0",
"c8": "^10.1.2",
"eslint": "^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-scality": "scality/Guidelines#8.2.0",
"eslint-plugin-import": "^2.14.0",
"lolex": "^2.7.5",
"mocha": "^3.3.0",
"nyc": "^15.1.0",
"sinon": "^10.0.0",
"lolex": "^6.0.0",
"mocha": "^10.8.1",
"nyc": "^17.1.0",
"sinon": "^19.0.2",
"zookeeper-mock": "^1.2.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 7e8a938

Please sign in to comment.