Skip to content

Commit

Permalink
fix(remix): Update dependency cookie to v0.7.0 [SECURITY] (#4294)
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 Oct 7, 2024
1 parent 60934ad commit d546ea2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"dependencies": {
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"cookie": "0.5.0",
"cookie": "0.7.0",
"snakecase-keys": "5.4.4",
"tslib": "2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"cookie": "0.5.0",
"cookie": "0.7.0",
"tslib": "2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit d546ea2

Please sign in to comment.