-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.3.18](v6.3.17...v6.3.18) (2022-04-13) ### Bug Fixes * **deps:** upgrade socket.io to v4.4.1 ([52a30bb](52a30bb))
- Loading branch information
1 parent
52a30bb
commit 31701a2
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,10 @@ | |
"Jeff Jewiss <[email protected]>", | ||
"Jérémy Judéaux <[email protected]>", | ||
"Marcello Nuccio <[email protected]>", | ||
"Nico Jansen <[email protected]>", | ||
"Pieter Mees <[email protected]>", | ||
"Sergei Startsev <[email protected]>", | ||
"Tobias Speicher <[email protected]>", | ||
"pavelgj <[email protected]>", | ||
"sylvain-hamel <[email protected]>", | ||
"ywong <[email protected]>", | ||
|
@@ -108,7 +110,6 @@ | |
"Levi Thomason <[email protected]>", | ||
"Luke Page <[email protected]>", | ||
"Matt Lewis <[email protected]>", | ||
"Nico Jansen <[email protected]>", | ||
"Parashuram <[email protected]>", | ||
"Pat Tullmann <[email protected]>", | ||
"PatrickJS <[email protected]>", | ||
|
@@ -245,6 +246,7 @@ | |
"Jon Bretman <[email protected]>", | ||
"Jonathan ES Lin <[email protected]>", | ||
"Jonathan Felchlin <[email protected]>", | ||
"Jonathan Kingston <[email protected]>", | ||
"Jonathan Niles <[email protected]>", | ||
"Josh Lory <[email protected]>", | ||
"João Marcos Duarte <[email protected]>", | ||
|
@@ -497,7 +499,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.17", | ||
"version": "6.3.18", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|