Skip to content

Commit 86a27f6

Browse files
fix(shared): Update minor & patch dependencies (#3493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <[email protected]>
1 parent 7d6ee9e commit 86a27f6

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.changeset/empty-deers-notice.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/shared": patch
3+
---
4+
5+
Update `js-cookie` from `3.0.1` to `3.0.5`. Update `swr` from `2.2.0` to `2.2.5`.

package-lock.json

+10-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"dependencies": {
9191
"@clerk/types": "4.5.1",
9292
"glob-to-regexp": "0.4.1",
93-
"js-cookie": "3.0.1",
93+
"js-cookie": "3.0.5",
9494
"std-env": "^3.7.0",
9595
"swr": "^2.2.0"
9696
},

0 commit comments

Comments
 (0)