Skip to content

Commit

Permalink
feature: update deps (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Jul 31, 2024
1 parent 21ce652 commit 2357869
Show file tree
Hide file tree
Showing 2 changed files with 1,281 additions and 2,038 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squiss-ts",
"version": "5.5.0",
"version": "5.5.1",
"description": "High-volume SQS poller",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,40 +48,40 @@
},
"homepage": "https://github.com/PruvoNet/squiss-ts#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/client-sqs": "^3.583.0",
"@aws-sdk/types": "^3.567.0",
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/client-sqs": "^3.621.0",
"@aws-sdk/types": "^3.609.0",
"linked-list": "2.1.0",
"ts-type-guards": "^0.7.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^16.18.64",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.42",
"@types/proxyquire": "^1.3.31",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai": "4.3.10",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "7.1.1",
"delay": "5.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-jsdoc": "^48.9.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.5.4"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
Expand Down
Loading

0 comments on commit 2357869

Please sign in to comment.