diff --git a/implementations/typescript/package.json b/implementations/typescript/package.json index e339ce7bdd8..d29c37b68fc 100644 --- a/implementations/typescript/package.json +++ b/implementations/typescript/package.json @@ -18,6 +18,6 @@ "jest": "^29.7.0", "prettier": "^3.3.2", "ts-jest": "^29.1.5", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } diff --git a/implementations/typescript/pnpm-lock.yaml b/implementations/typescript/pnpm-lock.yaml index f16caab9b3a..66b3d128b9b 100644 --- a/implementations/typescript/pnpm-lock.yaml +++ b/implementations/typescript/pnpm-lock.yaml @@ -22,10 +22,10 @@ importers: version: 3.3.2 ts-jest: specifier: ^29.1.5 - version: 29.1.5(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.4.5) + version: 29.1.5(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.5.2) typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 ockam/ockam: {} @@ -2188,7 +2188,7 @@ packages: is-number: 7.0.0 dev: true - /ts-jest@29.1.5(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.4.5): + /ts-jest@29.1.5(@babel/core@7.23.3)(jest@29.7.0)(typescript@5.5.2): resolution: {integrity: sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -2221,7 +2221,7 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.4 - typescript: 5.4.5 + typescript: 5.5.2 yargs-parser: 21.1.1 dev: true @@ -2235,8 +2235,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + /typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true dev: true