Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
- Upgrade eslint
- Lock limiter to 2.0.1
  (jhurliman/node-rate-limiter#80)
  • Loading branch information
airforce270 committed Jan 2, 2022
1 parent 648db4b commit c67d0ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
33 changes: 16 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"google-translate-api": "^2.3.0",
"irc": "^0.5.2",
"libxmljs2": "^0.29.0",
"limiter": "^2.0.1",
"limiter": "2.0.1",
"pug": "^3.0.2",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0"
}
}

0 comments on commit c67d0ed

Please sign in to comment.