From 69178fba2108a41040478090a0986de6ae35358b Mon Sep 17 00:00:00 2001 From: Shane McLaughlin Date: Tue, 16 Jul 2024 13:55:30 -0500 Subject: [PATCH] chore(dev-deps): bump ts, ts-patch (#1103) --- package.json | 4 ++-- yarn.lock | 21 ++++++++------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 778b11251..047f8d415 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ "@types/semver": "^7.5.8", "benchmark": "^2.1.4", "ts-node": "^10.9.2", - "ts-patch": "^3.2.0", - "typescript": "5.4.5" + "ts-patch": "^3.2.1", + "typescript": "^5.5.3" }, "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 7e1bc92dd..5a806e508 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4905,10 +4905,10 @@ ts-node@^10.8.1, ts-node@^10.9.2: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -ts-patch@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.2.0.tgz#537b0e19aa273da4a34e42be68240ef062646dd3" - integrity sha512-fUGMkjGIlD4BFibDM+6pLYLXRguzCUY6fhP1KQzSnFJfAtTDT7DKyX0yHn3CJqfBv4mia/o3ZRte31UVf9Dl1A== +ts-patch@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.2.1.tgz#0c1ecfcb6b6633bf23e533016ffda4d566518628" + integrity sha512-hlR43v+GUIUy8/ZGFP1DquEqPh7PFKQdDMTAmYt671kCCA6AkDQMoeFaFmZ7ObPLYOmpMgyKUqL1C+coFMf30w== dependencies: chalk "^4.1.2" global-prefix "^3.0.0" @@ -5042,15 +5042,10 @@ typedoc@^0.25.13: minimatch "^9.0.3" shiki "^0.14.7" -typescript@5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== - -"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3: - version "5.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" - integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== +"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== unbox-primitive@^1.0.2: version "1.0.2"