Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Oct 26, 2023
1 parent 694b76f commit 20691a4
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 154 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
],
"dependencies": {
"@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.6",
"@types/express": "^4.17.19",
"@types/express": "^4.17.20",
"another-json": "^0.2.0",
"async-lock": "^1.4.0",
"chalk": "^4",
"chalk": "4",
"express": "^4.18.2",
"glob-to-regexp": "^0.4.1",
"hash.js": "^1.1.7",
"html-to-text": "^9.0.5",
"htmlencode": "^0.0.4",
"lowdb": "^1",
"lowdb": "1",
"lru-cache": "^10.0.1",
"mkdirp": "^3.0.1",
"morgan": "^1.10.0",
Expand All @@ -70,24 +70,24 @@
"sanitize-html": "^2.11.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@types/async-lock": "^1.4.0",
"@types/jest": "^29.5.5",
"@types/lowdb": "^1.0.12",
"@types/mocha": "^10.0.2",
"@types/async-lock": "^1.4.1",
"@types/jest": "^29.5.6",
"@types/lowdb": "^1.0.14",
"@types/mocha": "^10.0.3",
"@types/node": "18",
"@types/sanitize-html": "^2.9.2",
"@types/simple-mock": "^0.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/sanitize-html": "^2.9.3",
"@types/simple-mock": "^0.8.4",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"better-docs": "^2.7.2",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-matrix-org": "^0.5",
"get-port": "^5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-matrix-org": "0.5",
"get-port": "5",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"matrix-mock-request": "^2.6.0",
Expand Down
Loading

0 comments on commit 20691a4

Please sign in to comment.