Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed May 9, 2024
1 parent 982f960 commit e38de86
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 111 deletions.
147 changes: 42 additions & 105 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/bunyan": "^1.8.11",
"@types/command-exists": "^1.2.3",
"@types/express": "^4.17.21",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"@types/uuid": "^9.0.7",
Expand All @@ -69,20 +70,19 @@
},
"dependencies": {
"ts-node": "^10.9.2",
"@babel/register": "^7.22.15",
"@babel/register": "^7.23.7",
"@oclif/core": "^1.26.2",
"amqplib": "^0.10.3",
"amqplib": "^0.10.4",
"bunyan": "^1.8.15",
"command-exists": "^1.2.9",
"core-js": "^3.34.0",
"express": "^4.18.2",
"core-js": "^3.37.0",
"express": "^4.19.2",
"express-prom-bundle": "^6.6.0",
"finitio": "^1.3.7",
"prom-client": "^15.1.0",
"regenerator-runtime": "^0.14.1",
"uuid": "^9.0.1",
"yaml": "^2.3.4",
"@types/mocha": "^10.0.6"
"yaml": "^2.4.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit e38de86

Please sign in to comment.