Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 6fd9a45 commit 8825fa9
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 107 deletions.
6 changes: 3 additions & 3 deletions apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"@snowcrystals/iglo": "^1.2.8",
"discord.js": "14.13.0",
"dotenv": "16.3.1",
"semver": "7.5.4",
"discord.js": "14.14.1",
"dotenv": "16.4.5",
"semver": "7.6.0",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/github-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ijsblokje/release": "*",
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"tslib": "2.6.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/octocat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@ijsblokje/release": "*",
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"@octokit/request": "8.1.5",
"@sapphire/duration": "^1.1.0",
"@octokit/request": "8.2.0",
"@sapphire/duration": "^1.1.2",
"@snowcrystals/icicle": "2.0.4",
"glob": "^10.3.10",
"glob": "^10.3.12",
"lodash": "^4.17.21",
"redis": "^4.6.10",
"semver": "7.5.4",
"smol-toml": "^1.1.3",
"redis": "^4.6.13",
"semver": "7.6.0",
"smol-toml": "^1.1.4",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/octokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "vitest run"
},
"dependencies": {
"@octokit/auth-app": "6.0.1",
"@octokit/core": "5.0.1",
"@octokit/auth-app": "6.0.4",
"@octokit/core": "5.1.0",
"@octokit/plugin-throttling": "^7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@ijsblokje/octokit": "*",
"@ijsblokje/utils": "*",
"@octokit/types": "11.1.0",
"semver": "7.5.4"
"semver": "7.6.0"
},
"devDependencies": {
"@types/node": "^20.10.5",
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.2.0",
"@snowcrystals/icicle": "2.0.4",
"body-parser": "^1.20.2",
"eventsource": "2.0.2",
"express": "^4.19.2",
"ws": "8.14.2"
"ws": "8.16.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@snowcrystals/icicle": "^2.0.4",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8825fa9

Please sign in to comment.