-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(security): update deps to latest version
- Loading branch information
Showing
3 changed files
with
2,672 additions
and
2,342 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
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 |
---|---|---|
|
@@ -7,11 +7,22 @@ | |
"name": "Deniz Engin" | ||
}, | ||
"contributors": [ | ||
{ "name": "Puria Nafisi Azizi", "email": "[email protected]" }, | ||
{ "name": "Matteo Cristino" }, | ||
{ "name": "Alberto Lerda" }, | ||
{ "name": "Ennio Donato" }, | ||
{ "name": "Giovanni Abbatepaolo" } | ||
{ | ||
"name": "Puria Nafisi Azizi", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Matteo Cristino" | ||
}, | ||
{ | ||
"name": "Alberto Lerda" | ||
}, | ||
{ | ||
"name": "Ennio Donato" | ||
}, | ||
{ | ||
"name": "Giovanni Abbatepaolo" | ||
} | ||
], | ||
"license": "AGPL-3.0-only", | ||
"scripts": { | ||
|
@@ -33,24 +44,24 @@ | |
"docs": "pnpm run docs:api && pnpm run docs:examples && pnpm run docs:build" | ||
}, | ||
"devDependencies": { | ||
"@lerna-lite/publish": "^3.3.1", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.4.0", | ||
"@typescript-eslint/parser": "^7.4.0", | ||
"@lerna-lite/publish": "^3.9.3", | ||
"@types/node": "^22.7.5", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
"@typescript-eslint/parser": "^8.8.1", | ||
"ava": "^6.1.3", | ||
"c8": "^9.1.0", | ||
"esbuild": "^0.20.2", | ||
"eslint": "^8.57.0", | ||
"c8": "^10.1.2", | ||
"esbuild": "^0.24.0", | ||
"eslint": "^9.12.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"nock": "^13.4.0", | ||
"prettier": "^3.2.5", | ||
"nock": "^13.5.5", | ||
"prettier": "^3.3.3", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typedoc": "^0.25.12", | ||
"typescript": "5.4.3", | ||
"vitepress": "^1.0.1" | ||
"tslib": "^2.7.0", | ||
"typedoc": "^0.26.8", | ||
"typescript": "5.6.3", | ||
"vitepress": "^1.4.0" | ||
}, | ||
"engines": { | ||
"node": "^18.20.0 || ^20.10.0 || ^22" | ||
"node": "^18.20.0 || ^20.10.0 || ^22" | ||
} | ||
} |
Oops, something went wrong.