Skip to content

Commit

Permalink
chore: [email protected] and other deps
Browse files Browse the repository at this point in the history
aedes                      ^0.48.0  →  ^0.50.0
 aedes-persistence-mongodb   ^9.1.0  →   ^9.1.1
 aedes-persistence-redis     ^9.0.1  →  ^10.0.0
 minimatch                   ^5.1.0  →   ^9.0.3
 pino                        ^8.6.1  →  ^8.16.0
 pino-pretty                 ^9.1.1  →  ^10.2.3
 ws                          ^8.9.0  →  ^8.14.2
 yargs                      ^17.6.0  →  ^17.7.2
 release-it                 ^15.5.0  →  ^16.2.1
 standard                   ^17.0.0  →  ^17.1.0
 tap                        ^16.3.0  →  ^18.5.2
  • Loading branch information
robertsLando committed Oct 20, 2023
1 parent 68f7b3c commit 9d08dae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
db: [mongodb, redis]
include:
- db: mongodb
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@
"homepage": "https://github.com/moscajs/aedes-cli#readme",
"devDependencies": {
"leaked-handles": "^5.2.0",
"release-it": "^15.5.0",
"release-it": "^16.2.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.3.0"
"standard": "^17.1.0",
"tap": "^18.5.2"
},
"dependencies": {
"aedes": "^0.48.0",
"aedes-persistence-mongodb": "^9.1.0",
"aedes-persistence-redis": "^9.0.1",
"aedes": "^0.50.0",
"aedes-persistence-mongodb": "^9.1.1",
"aedes-persistence-redis": "^10.0.0",
"aedes-stats": "^4.0.0",
"minimatch": "^5.1.0",
"minimatch": "^9.0.3",
"mqemitter-mongodb": "^8.1.0",
"mqemitter-redis": "^5.0.0",
"pino": "^8.6.1",
"pino-pretty": "^9.1.1",
"ws": "^8.9.0",
"yargs": "^17.6.0"
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"ws": "^8.14.2",
"yargs": "^17.7.2"
}
}

0 comments on commit 9d08dae

Please sign in to comment.