Skip to content

Commit

Permalink
dep: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Nov 17, 2023
1 parent f47c14d commit 1c038a1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/artillery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"dependencies": {
"@artilleryio/int-commons": "*",
"@artilleryio/int-core": "*",
"@artilleryio/platform-fargate": "^2.2.0",
"@aws-sdk/credential-providers": "^3.127.0",
"@oclif/core": "^2.8.11",
"@oclif/plugin-help": "^5.2.11",
Expand All @@ -101,16 +100,20 @@
"aws-sdk": "^2.1338.0",
"chalk": "^2.4.2",
"ci-info": "^3.8.0",
"cli-table3": "^0.6.2",
"cli-table3": "^0.6.0",
"cross-spawn": "^7.0.3",
"csv-parse": "^4.16.3",
"debug": "^4.3.1",
"dependency-tree": "^6.1.0",
"detective": "^5.1.0",
"dotenv": "^16.0.1",
"eventemitter3": "^4.0.4",
"fs-extra": "^10.1.0",
"ip": "^1.1.8",
"is-builtin-module": "^2.0.0",
"joi": "^17.6.0",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.19",
"moment": "^2.29.4",
"nanoid": "^3.3.4",
Expand All @@ -119,7 +122,9 @@
"sqs-consumer": "5.8.0",
"temp": "^0.9.4",
"tmp": "0.2.1",
"try-require": "^1.2.1"
"try-require": "^1.2.1",
"walk-sync": "^0.2.3",
"yaml-js": "^0.2.3"
},
"devDependencies": {
"@hapi/hapi": "^20.1.3",
Expand Down

0 comments on commit 1c038a1

Please sign in to comment.