Skip to content

Commit

Permalink
axios ^1.5.0 → ^1.5.1
Browse files Browse the repository at this point in the history
 express-rate-limit  ^7.0.1  →  ^7.1.1
 mongoose            ^7.5.2  →  ^7.6.1
  • Loading branch information
sefinek committed Oct 12, 2023
1 parent 06baca1 commit a0eefe4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 39 deletions.
78 changes: 43 additions & 35 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sefinek-blocklist-collection",
"version": "0.10.3",
"version": "0.10.4",
"description": "The best blocklists collection for your AdBlocker (Pi-hole, AdGuard etc.) made by Sefinek.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,18 +40,18 @@
},
"homepage": "https://github.com/sefinek24/Sefinek-Blocklist-Collection#readme",
"dependencies": {
"axios": "^1.5.0",
"axios": "^1.5.1",
"cors": "^2.8.5",
"cron-parser": "^4.9.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-autoindex": "^1.4.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.1",
"helmet": "^7.0.0",
"kleur": "^4.1.5",
"luxon": "^3.4.3",
"mongoose": "^7.5.2",
"mongoose": "^7.6.1",
"morgan": "^1.10.0",
"showdown": "^2.1.0"
}
Expand Down

0 comments on commit a0eefe4

Please sign in to comment.