Skip to content

Commit

Permalink
update dependencies (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 31, 2023
1 parent 9bd991e commit c5fbf37
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 711 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squiss-ts",
"version": "5.1.0",
"version": "5.2.0",
"description": "High-volume SQS poller",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,31 +48,29 @@
},
"homepage": "https://github.com/PruvoNet/squiss-ts#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.329.0",
"@aws-sdk/client-sqs": "^3.329.0",
"@aws-sdk/types": "^3.329.0",
"linked-list": "^2.1.0",
"semver": "7.5.0",
"@aws-sdk/client-s3": "^3.342.0",
"@aws-sdk/client-sqs": "^3.342.0",
"@aws-sdk/types": "^3.342.0",
"linked-list": "2.1.0",
"ts-type-guards": "^0.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^14.18.42",
"@types/node": "^14.18.48",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^7.3.13",
"@types/uuid": "^9.0.1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"delay": "^5.0.0",
"delay": "5.0.0",
"dirty-chai": "^2.0.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^15.0.3",
"sinon": "^15.1.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit c5fbf37

Please sign in to comment.