Skip to content

Commit

Permalink
build(deps): bump cookie from 0.5.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 4184d40 commit 7f64891
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 49 deletions.
2 changes: 1 addition & 1 deletion examples/with-remix-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"antd": "^5.17.0",
"cookie": "^0.5.0",
"cookie": "^0.7.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"antd": "^5.17.0",
"cookie": "^0.5.0",
"cookie": "^0.7.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@tanstack/react-table": "^8.2.6",
"cookie": "^0.5.0",
"cookie": "^0.7.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@remix-run/node": "^2.4.0",
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"cookie": "^0.5.0",
"cookie": "^0.7.0",
"js-cookie": "^3.0.1",
"nookies": "^2.5.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix-vite-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@remix-run/react": "^2.4.0",
"@remix-run/serve": "^2.4.0",
"@tanstack/react-table": "^8.2.6",
"cookie": "^0.5.0",
"cookie": "^0.7.0",
"js-cookie": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
96 changes: 52 additions & 44 deletions pnpm-lock.yaml

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

0 comments on commit 7f64891

Please sign in to comment.