Skip to content

Commit 2357869

Browse files
authored
feature: update deps (#189)
1 parent 21ce652 commit 2357869

File tree

2 files changed

+1281
-2038
lines changed

2 files changed

+1281
-2038
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squiss-ts",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "High-volume SQS poller",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -48,40 +48,40 @@
4848
},
4949
"homepage": "https://github.com/PruvoNet/squiss-ts#readme",
5050
"dependencies": {
51-
"@aws-sdk/client-s3": "^3.564.0",
52-
"@aws-sdk/client-sqs": "^3.583.0",
53-
"@aws-sdk/types": "^3.567.0",
51+
"@aws-sdk/client-s3": "^3.621.0",
52+
"@aws-sdk/client-sqs": "^3.621.0",
53+
"@aws-sdk/types": "^3.609.0",
5454
"linked-list": "2.1.0",
5555
"ts-type-guards": "^0.7.0",
56-
"uuid": "^9.0.1"
56+
"uuid": "^10.0.0"
5757
},
5858
"devDependencies": {
5959
"@istanbuljs/nyc-config-typescript": "1.0.2",
60-
"@types/chai": "^4.3.14",
60+
"@types/chai": "^4.3.16",
6161
"@types/chai-as-promised": "^7.1.8",
62-
"@types/mocha": "^10.0.6",
63-
"@types/node": "^16.18.64",
62+
"@types/mocha": "^10.0.7",
63+
"@types/node": "^18.19.42",
6464
"@types/proxyquire": "^1.3.31",
65-
"@types/uuid": "^9.0.8",
66-
"@typescript-eslint/eslint-plugin": "^7.3.1",
67-
"@typescript-eslint/parser": "^7.3.1",
65+
"@types/uuid": "^10.0.0",
66+
"@typescript-eslint/eslint-plugin": "^7.18.0",
67+
"@typescript-eslint/parser": "^7.18.0",
6868
"chai": "4.3.10",
69-
"chai-as-promised": "^7.1.1",
69+
"chai-as-promised": "7.1.1",
7070
"delay": "5.0.0",
7171
"dirty-chai": "^2.0.1",
7272
"eslint": "^8.57.0",
7373
"eslint-config-prettier": "^9.1.0",
7474
"eslint-plugin-import": "^2.29.1",
75-
"eslint-plugin-jsdoc": "^48.2.1",
75+
"eslint-plugin-jsdoc": "^48.9.3",
7676
"eslint-plugin-prefer-arrow": "^1.2.3",
77-
"mocha": "^10.3.0",
78-
"nyc": "^15.1.0",
77+
"mocha": "^10.7.0",
78+
"nyc": "^17.0.0",
7979
"proxyquire": "^2.1.3",
80-
"sinon": "^17.0.1",
81-
"sinon-chai": "^3.7.0",
80+
"sinon": "17.0.1",
81+
"sinon-chai": "3.7.0",
8282
"source-map-support": "^0.5.21",
8383
"ts-node": "^10.9.2",
84-
"typescript": "^5.4.3"
84+
"typescript": "^5.5.4"
8585
},
8686
"nyc": {
8787
"extends": "@istanbuljs/nyc-config-typescript",

0 commit comments

Comments
 (0)