From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:40:56 +0000 (+0000) Subject: build(deps-dev): bump typescript X-Git-Tag: v3.1.30~20^2~9^2 X-Git-Url: https://git.piment-noir.org/?p=poolifier.git;a=commitdiff_plain;h=7442314ed8131c852ed2f9b45d263e5123f4c4d3 build(deps-dev): bump typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json index e711cd24..cf89f9bf 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/node": "^20.12.7", "@types/ws": "^8.5.10", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "optionalDependencies": { "bufferutil": "^4.0.8", diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml index c4ebe869..b9ffc675 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml @@ -28,8 +28,8 @@ devDependencies: specifier: ^8.5.10 version: 8.5.10 typescript: - specifier: ^5.4.4 - version: 5.4.4 + specifier: ^5.4.5 + version: 5.4.5 packages: @@ -65,8 +65,8 @@ packages: requiresBuild: true dev: false - /typescript@5.4.4: - resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true dev: true