-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(api): update Node.js dependencies
- Loading branch information
1 parent
a5488ba
commit 8aa75d2
Showing
2 changed files
with
260 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
}, | ||
"devDependencies": { | ||
"@knighted/duel": "1.0.8", | ||
"@types/node": "22.7.4", | ||
"@types/node": "22.8.4", | ||
"@types/node-fetch": "2.6.11", | ||
"@typescript-eslint/eslint-plugin": "7.16.1", | ||
"@typescript-eslint/parser": "7.16.1", | ||
|
@@ -49,23 +49,23 @@ | |
"eslint-formatter-pretty": "6.0.1", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-compat": "4.2.0", | ||
"eslint-plugin-import": "2.30.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-require-extensions": "0.1.3", | ||
"eslint-plugin-unused-imports": "3.1.0", | ||
"eslint-plugin-vitest": "0.5.4", | ||
"openapi-typescript": "6.7.6", | ||
"prettier": "3.3.3", | ||
"rimraf": "6.0.1", | ||
"rollup": "4.22.5", | ||
"tslib": "2.7.0", | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
"rollup": "4.24.3", | ||
"tslib": "2.8.0", | ||
"typescript": "5.6.3", | ||
"vitest": "2.1.4" | ||
}, | ||
"browserslist": [ | ||
"current node" | ||
], | ||
"dependencies": { | ||
"undici": "^6.19.8" | ||
"undici": "^6.20.1" | ||
}, | ||
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" | ||
} |
Oops, something went wrong.