Skip to content

Commit 33570e0

Browse files
Bump the npm group with 2 updates
Bumps the npm group with 2 updates: [typescript](https://github.com/microsoft/TypeScript) and [ws](https://github.com/websockets/ws). Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) Updates `ws` from 8.19.0 to 8.20.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.19.0...8.20.0) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d249f7 commit 33570e0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"parcel": "^2.16.4",
5151
"ts-node": "^10.9.2",
5252
"ts-standard": "^12.0.2",
53-
"typescript": "^5.9.3",
54-
"ws": "^8.19.0"
53+
"typescript": "^6.0.2",
54+
"ws": "^8.20.0"
5555
},
5656
"engines": {
5757
"node": ">=14"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4419,10 +4419,10 @@ typed-array-length@^1.0.6:
44194419
is-typed-array "^1.1.13"
44204420
possible-typed-array-names "^1.0.0"
44214421

4422-
typescript@^5.9.3:
4423-
version "5.9.3"
4424-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
4425-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
4422+
typescript@^6.0.2:
4423+
version "6.0.2"
4424+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4425+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
44264426

44274427
unbox-primitive@^1.0.2:
44284428
version "1.0.2"
@@ -4586,10 +4586,10 @@ wrappy@1:
45864586
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
45874587
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
45884588

4589-
ws@^8.19.0:
4590-
version "8.19.0"
4591-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b"
4592-
integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==
4589+
ws@^8.20.0:
4590+
version "8.20.0"
4591+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.0.tgz#4cd9532358eba60bc863aad1623dfb045a4d4af8"
4592+
integrity sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==
45934593

45944594
xdg-basedir@^4.0.0:
45954595
version "4.0.0"

0 commit comments

Comments
 (0)