Skip to content

Commit

Permalink
chore(security): update deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Oct 9, 2024
1 parent 2b99461 commit 5c225fa
Show file tree
Hide file tree
Showing 3 changed files with 2,672 additions and 2,342 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar: false
font-weight: 800;
margin: 0;
padding: 0;
line-height: 1.15;
line-height: 1.16;
text-align: center;
}

Expand Down
49 changes: 30 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
Loading

0 comments on commit 5c225fa

Please sign in to comment.