Skip to content

Commit

Permalink
Bump ws, engine.io and socket.io-adapter in /client-frameworks-suppor…
Browse files Browse the repository at this point in the history
…t/client-support-angular (#3865)
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent c8102b9 commit 4895d25
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
32 changes: 19 additions & 13 deletions client-frameworks-support/client-support-angular/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"engine.io": "~6.5.5",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
Expand All @@ -42,9 +43,11 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^14.2.2",
"socket.io-adapter": "~2.5.5",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
"typescript": "~4.6.4",
"ws": "~8.17.1"
},
"engines": {
"node": ">=18.19.1"
Expand Down

0 comments on commit 4895d25

Please sign in to comment.