Files
nest/packages/platform-socket.io/package.json
dependabot[bot] d6da0401e7 chore(deps): bump socket.io from 4.8.1 to 4.8.2
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.8.1 to 4.8.2.
- [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/socket.io@4.8.1...socket.io@4.8.2)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-23 00:03:08 +00:00

30 lines
722 B
JSON

{
"name": "@nestjs/platform-socket.io",
"version": "11.1.10",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"homepage": "https://nestjs.com",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest.git",
"directory": "packages/platform-socket.io"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"socket.io": "4.8.2",
"tslib": "2.8.1"
},
"peerDependencies": {
"@nestjs/common": "^11.0.0",
"@nestjs/websockets": "^11.0.0",
"rxjs": "^7.1.0"
}
}