Skip to content

Commit

Permalink
Update nodejs dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 16, 2024
1 parent 2414426 commit a06ba0e
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"join-images": "1.1.5",
"decimal.js": "10.4.3",
"ejs": "3.1.9",
"koa": "2.15.0",
"koa": "2.15.1",
"koa-body": "6.0.1",
"koa-router": "12.0.1",
"pg": "8.11.3",
Expand All @@ -35,26 +35,26 @@
"@octokit/types": "9.2.3",
"@types/jquery": "3.5.29",
"@types/ejs": "3.1.5",
"@types/koa": "2.14.0",
"@types/koa": "2.15.0",
"@types/koa-router": "7.4.8",
"@types/pg": "8.11.0",
"@types/pg": "8.11.2",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.4",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"ajv": "8.12.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"nodemon": "3.0.3",
"nodemon": "3.1.0",
"pixelmatch": "5.3.0",
"prettier": "3.2.5",
"source-map-support": "0.5.21",
"terser": "5.27.1",
"terser": "5.29.2",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"typescript": "5.4.2",
"typescript-json-schema": "0.63.0"
},
"jest": {
Expand Down

0 comments on commit a06ba0e

Please sign in to comment.