Skip to content

Commit 85ce86c

Browse files
chore(deps): bump jose from 6.1.1 to 6.1.2
Bumps [jose](https://github.com/panva/jose) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.1.1...v6.1.2) --- updated-dependencies: - dependency-name: jose dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e22e6d1 commit 85ce86c

File tree

6 files changed

+207
-150
lines changed

6 files changed

+207
-150
lines changed

hosting/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@vibes.diy/hosting-base": "workspace:*",
6565
"chanfana": "^2.8.2",
6666
"hono": "^4.10.6",
67-
"jose": "^6.1.1",
67+
"jose": "^6.1.2",
6868
"multiformats": "^13.4.0",
6969
"zod": "^3.25.76"
7070
},

pnpm-lock.yaml

Lines changed: 202 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

use-vibes/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vibes.diy/prompts": "workspace:*",
2727
"@vibes.diy/use-vibes-types": "workspace:*",
2828
"call-ai": "workspace:*",
29-
"jose": "^6.1.1",
29+
"jose": "^6.1.2",
3030
"react-dom": "^19.2.0",
3131
"use-fireproof": "^0.23.15",
3232
"zod": "^4.1.12"

vibes.diy/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
4949
"isbot": "^5.1.25",
50-
"jose": "^6.1.1",
50+
"jose": "^6.1.2",
5151
"monaco-editor": "^0.55.1",
5252
"multiformats": "^13.3.7",
5353
"posthog-js": "^1.298.0",

vibes.diy/tests/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vibes.diy/use-vibes-types": "workspace:*",
2727
"call-ai": "workspace:*",
2828
"isbot": "^5.1.25",
29-
"jose": "^6.1.1",
29+
"jose": "^6.1.2",
3030
"multiformats": "^13.3.7",
3131
"posthog-js": "^1.298.0",
3232
"react": "^19.2.0",

vibes.diy/tests/simple-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vibes.diy/prompts": "workspace:*",
2626
"call-ai": "workspace:*",
2727
"isbot": "^5.1.25",
28-
"jose": "^6.1.1",
28+
"jose": "^6.1.2",
2929
"multiformats": "^13.3.7",
3030
"posthog-js": "^1.298.0",
3131
"react": "^19.2.0",

0 commit comments

Comments
 (0)