diff --git a/package.json b/package.json index 6e27469..c2bdb6f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint": "8.57.0", "prettier": "3.2.5", "tsup": "8.0.2", - "typescript": "5.4.4", + "typescript": "5.4.5", "vitest": "1.4.0" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58ab98e..c91135c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ devDependencies: version: 2.1.0(prettier@3.2.5) '@tammergard/tsconfig': specifier: 2.8.0 - version: 2.8.0(typescript@5.4.4) + version: 2.8.0(typescript@5.4.5) eslint: specifier: 8.57.0 version: 8.57.0 @@ -25,10 +25,10 @@ devDependencies: version: 3.2.5 tsup: specifier: 8.0.2 - version: 8.0.2(typescript@5.4.4) + version: 8.0.2(typescript@5.4.5) typescript: - specifier: 5.4.4 - version: 5.4.4 + specifier: 5.4.5 + version: 5.4.5 vitest: specifier: 1.4.0 version: 1.4.0 @@ -723,12 +723,12 @@ packages: prettier: 3.2.5 dev: true - /@tammergard/tsconfig@2.8.0(typescript@5.4.4): + /@tammergard/tsconfig@2.8.0(typescript@5.4.5): resolution: {integrity: sha512-SYwCGfwTbJvl5LDCt4LWICvqLF7bHUL9bBto3w1MzVTeY1Ztno/HcqWsvf/ib6FYSi4uB74q9TYuNgDuhcQbAQ==} peerDependencies: typescript: '5' dependencies: - typescript: 5.4.4 + typescript: 5.4.5 dev: true /@types/estree@1.0.5: @@ -3483,7 +3483,7 @@ packages: resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} dev: true - /tsup@8.0.2(typescript@5.4.4): + /tsup@8.0.2(typescript@5.4.5): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -3516,7 +3516,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.31.0 tree-kill: 1.2.2 - typescript: 5.4.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color - ts-node @@ -3606,8 +3606,8 @@ packages: is-typed-array: 1.1.12 dev: true - /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