mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
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>
30 lines
722 B
JSON
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"
|
|
}
|
|
}
|