Skip to content

Commit 6edb861

Browse files
author
Victor A Higuita
committed
[UPDATE]: packages were updated
1 parent 9400c37 commit 6edb861

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@
4848
"@types/jest": "^29.5.12",
4949
"@types/jsonwebtoken": "^9.0.6",
5050
"@types/luxon": "^3.4.2",
51-
"@types/node": "^20.14.9",
51+
"@types/node": "^20.14.11",
5252
"@types/swagger-ui-express": "^4.1.6",
5353
"@types/uuid": "^10.0.0",
54-
"@typescript-eslint/eslint-plugin": "^7.14.1",
55-
"@typescript-eslint/parser": "^7.14.1",
54+
"@typescript-eslint/eslint-plugin": "^7.16.1",
55+
"@typescript-eslint/parser": "^7.16.1",
5656
"eslint": "^8.57.0",
5757
"eslint-config-prettier": "^9.1.0",
58-
"eslint-plugin-prettier": "^5.1.3",
59-
"husky": "^9.0.11",
58+
"eslint-plugin-prettier": "^5.2.1",
59+
"husky": "^9.1.0",
6060
"jest": "^29.7.0",
6161
"jest-fetch-mock": "^3.0.3",
6262
"jest-mock-extended": "^3.0.7",
63-
"prettier": "^3.3.2",
63+
"prettier": "^3.3.3",
6464
"pretty-quick": "^4.0.0",
65-
"ts-jest": "^29.1.5",
65+
"ts-jest": "^29.2.2",
6666
"ts-node-dev": "^2.0.0",
67-
"typescript": "^5.5.2"
67+
"typescript": "^5.5.3"
6868
},
6969
"dependencies": {
7070
"cors": "^2.8.5",
71-
"dic-tsk": "^1.0.5",
71+
"dic-tsk": "^1.0.6",
7272
"express": "^4.19.2",
7373
"express-async-errors": "^3.1.1",
7474
"fast-glob": "^3.3.2",
@@ -80,7 +80,7 @@
8080
"result-tsk": "^2.1.8",
8181
"swagger-ui-express": "^5.0.1",
8282
"uuid": "^10.0.0",
83-
"validator-tsk": "^2.0.6"
83+
"validator-tsk": "^2.0.7"
8484
},
8585
"husky": {
8686
"hooks": {

0 commit comments

Comments
 (0)