Skip to content

Commit f87fbbc

Browse files
authored
fix: update dependencies for security and compatibility (#1325)
fix(package.json): update dependencies for security and compatibility - package.json: upgrade undici to ^7.24.3 - package.json: upgrade @typescript-eslint/eslint-plugin to ^8.57.0 - package.json: upgrade @typescript-eslint/parser to ^8.57.0
1 parent 7d6b211 commit f87fbbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nconf": "^0.13.0",
4343
"promise-pool-executor": "^1.1.1",
4444
"sanitize-filename": "^1.6.3",
45-
"undici": "^7.22.0",
45+
"undici": "^7.24.3",
4646
"winston": "^3.19.0",
4747
"yargs": "^15.4.1"
4848
},
@@ -52,8 +52,8 @@
5252
"@types/lodash": "^4.17.24",
5353
"@types/mocha": "^10.0.10",
5454
"@types/nconf": "^0.10.7",
55-
"@typescript-eslint/eslint-plugin": "^8.56.1",
56-
"@typescript-eslint/parser": "^8.56.1",
55+
"@typescript-eslint/eslint-plugin": "^8.57.0",
56+
"@typescript-eslint/parser": "^8.57.0",
5757
"chai": "^4.5.0",
5858
"chai-as-promised": "^7.1.2",
5959
"eslint": "^9.39.2",

0 commit comments

Comments
 (0)