Skip to content

Commit

Permalink
chore(deps): bump cookie and socket.io in /packages/simulator
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.

Updates `cookie` from 0.5.0 to 1.0.0
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v1.0.0)

Updates `socket.io` from 4.6.1 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 6912676 commit 432211e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 72 deletions.
142 changes: 72 additions & 70 deletions packages/simulator/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@elastic/elasticsearch": "^7.17.0",
"adm-zip": "^0.5.10",
"chalk": "^3.0.0",
"cookie": "^0.5.0",
"cookie": "^1.0.0",
"csv-parse": "^4.16.0",
"csv-stream": "^0.2.0",
"date-fns": "^2.29.3",
Expand All @@ -32,7 +32,7 @@
"polyline": "^0.2.0",
"request": "^2.88.2",
"rxjs": "^7.2.0",
"socket.io": "^4.6",
"socket.io": "^4.8",
"swe-coords": "^1.0.0",
"xlsx": "^0.17.0"
},
Expand Down

0 comments on commit 432211e

Please sign in to comment.