Skip to content

Commit

Permalink
upgrade ws to 8.17.1 and jsdom to 24.1.0
Browse files Browse the repository at this point in the history
fixes #13848

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
  • Loading branch information
rschnekenbu committed Jul 18, 2024
1 parent a4bf86f commit 5ab3c1a
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 117 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [core] introduce `FRONTEND_CONNECTION_TIMEOUT` environment variable to override application connexion settings. [#13936](https://github.com/eclipse-theia/theia/pull/13936) - Contributed on behalf of STMicroelectronics
- [core] tab selected should be adjacent when closing last one [#13912](https://github.com/eclipse-theia/theia/pull/13912) - contributed on behalf of STMicroelectronics
- [core] upgraded ws to 8.18.0 [#13903](https://github.com/eclipse-theia/theia/pull/13903) - contributed on behalf of STMicroelectronics
<a name="breaking_changes_not_yet_released">[Breaking Changes:](#breaking_changes_not_yet_released)</a>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/chai": "4.3.0",
"@types/chai-spies": "1.0.3",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^21.1.1",
"@types/jsdom": "^21.1.7",
"@types/node": "18",
"@types/sinon": "^10.0.6",
"@types/temp": "^0.9.1",
Expand All @@ -39,7 +39,7 @@
"if-env": "^1.0.4",
"ignore-styles": "^5.0.1",
"improved-yarn-audit": "^3.0.0",
"jsdom": "^21.1.1",
"jsdom": "^24.1.0",
"lerna": "^7.1.1",
"mkdirp": "^0.5.0",
"node-gyp": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class SomeClass {
- `nsfw` (from [`nsfw@^2.2.4`](https://www.npmjs.com/package/nsfw))
- `markdown-it` (from [`markdown-it@^12.3.2`](https://www.npmjs.com/package/markdown-it))
- `react` (from [`react@^18.2.0`](https://www.npmjs.com/package/react))
- `ws` (from [`ws@^8.14.1`](https://www.npmjs.com/package/ws))
- `ws` (from [`ws@^8.17.1`](https://www.npmjs.com/package/ws))
- `yargs` (from [`yargs@^15.3.1`](https://www.npmjs.com/package/yargs))

## Logging Configuration
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"uuid": "^9.0.1",
"vscode-languageserver-protocol": "^3.17.2",
"vscode-uri": "^2.1.1",
"ws": "^8.14.1",
"ws": "^8.17.1",
"yargs": "^15.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5ab3c1a

Please sign in to comment.