Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 28ad0db commit 2a1a2c2
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 56 deletions.
2 changes: 1 addition & 1 deletion apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"@snowcrystals/iglo": "^1.2.8",
"discord.js": "14.13.0",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"semver": "7.5.4",
"tslib": "2.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/octocat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@ijsblokje/release": "*",
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"@octokit/request": "8.1.5",
"@sapphire/duration": "^1.1.0",
"@octokit/request": "8.1.6",
"@sapphire/duration": "^1.1.1",
"@snowcrystals/icicle": "2.0.4",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"redis": "^4.6.10",
"redis": "^4.6.12",
"semver": "7.5.4",
"smol-toml": "^1.1.3",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/octokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@octokit/auth-app": "6.0.1",
"@octokit/core": "5.0.1",
"@octokit/core": "5.0.2",
"@octokit/plugin-throttling": "^7.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"test": "vitest run"
},
"dependencies": {
"@octokit/webhooks": "^12.0.3",
"@octokit/webhooks": "^12.0.10",
"@snowcrystals/icicle": "2.0.4",
"body-parser": "^1.20.2",
"eventsource": "2.0.2",
"express": "^4.18.2",
"ws": "8.14.2"
"ws": "8.15.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
Expand Down
Loading

0 comments on commit 2a1a2c2

Please sign in to comment.