Skip to content

Commit 844f747

Browse files
Merge branch 'main' into brendan/chore-bump-react-email-preview-server
2 parents 86437a3 + 7f5a5fa commit 844f747

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bumped `@aws-sdk/credential-providers` to `^3.1000.0`. [#955](https://github.com/sourcebot-dev/sourcebot/pull/955)
1313
- Bumped `rollup` transitive dependency to `^4.59.0` via yarn resolutions. [#956](https://github.com/sourcebot-dev/sourcebot/pull/956)
1414
- Bumped `minimatch` transitive dependency to `^3.1.3` via yarn resolutions. [#957](https://github.com/sourcebot-dev/sourcebot/pull/957)
15+
- Bumped `next` to `15.5.10`. [#960](https://github.com/sourcebot-dev/sourcebot/pull/960)
1516
- Bumped `nodemailer` to `7.0.11`. [#959](https://github.com/sourcebot-dev/sourcebot/pull/959)
1617
- Bumped `@react-email/preview-server` to `5.2.8`. [#961](https://github.com/sourcebot-dev/sourcebot/pull/961)
1718

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"linguist-languages": "^9.3.1",
152152
"lucide-react": "^0.517.0",
153153
"micromatch": "^4.0.8",
154-
"next": "15.5.9",
154+
"next": "15.5.10",
155155
"next-auth": "^5.0.0-beta.30",
156156
"next-navigation-guard": "^0.2.0",
157157
"next-themes": "^0.3.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,10 +3671,10 @@ __metadata:
36713671
languageName: node
36723672
linkType: hard
36733673

3674-
"@next/env@npm:15.5.9":
3675-
version: 15.5.9
3676-
resolution: "@next/env@npm:15.5.9"
3677-
checksum: 10c0/92c4e29d81a8e78c33c2da179648a4f478a9a6852966192e079007b19ec9955e72530d5ca7df55ea0efeccbf5b1c9d0efcaf80433e26af89c6478193e1d088f1
3674+
"@next/env@npm:15.5.10":
3675+
version: 15.5.10
3676+
resolution: "@next/env@npm:15.5.10"
3677+
checksum: 10c0/fb26c299ff388a3a0b2d14379616e3e59fe7960002e5aa67be4d195a377b9803fb93dd90067a5eb7d889d6f437aff091171701eec0e8d201666160269dda4e95
36783678
languageName: node
36793679
linkType: hard
36803680

@@ -8755,7 +8755,7 @@ __metadata:
87558755
linguist-languages: "npm:^9.3.1"
87568756
lucide-react: "npm:^0.517.0"
87578757
micromatch: "npm:^4.0.8"
8758-
next: "npm:15.5.9"
8758+
next: "npm:15.5.10"
87598759
next-auth: "npm:^5.0.0-beta.30"
87608760
next-navigation-guard: "npm:^0.2.0"
87618761
next-themes: "npm:^0.3.0"
@@ -16951,11 +16951,11 @@ __metadata:
1695116951
languageName: node
1695216952
linkType: hard
1695316953

16954-
"next@npm:15.5.9":
16955-
version: 15.5.9
16956-
resolution: "next@npm:15.5.9"
16954+
"next@npm:15.5.10":
16955+
version: 15.5.10
16956+
resolution: "next@npm:15.5.10"
1695716957
dependencies:
16958-
"@next/env": "npm:15.5.9"
16958+
"@next/env": "npm:15.5.10"
1695916959
"@next/swc-darwin-arm64": "npm:15.5.7"
1696016960
"@next/swc-darwin-x64": "npm:15.5.7"
1696116961
"@next/swc-linux-arm64-gnu": "npm:15.5.7"
@@ -17006,7 +17006,7 @@ __metadata:
1700617006
optional: true
1700717007
bin:
1700817008
next: dist/bin/next
17009-
checksum: 10c0/6a120afbc45b96aa14debba6375602d6319093af4e3e8c648cf22b12ffb9db016c889df5e764cf5e0aa414ad60505db4e2095624a19f4b71316561076158651a
17009+
checksum: 10c0/ebf358cfc13e856ac2d60f6b1eb166560c541796d3422d6719712c0e8038626407f6075cb0d2805d9d6392404a5b0e63e501515982d78d7e934b721ea9753b17
1701017010
languageName: node
1701117011
linkType: hard
1701217012

0 commit comments

Comments
 (0)