diff --git a/demo/package.json b/demo/package.json index 87a4d81..9eabb6d 100644 --- a/demo/package.json +++ b/demo/package.json @@ -11,7 +11,7 @@ "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^12.0.2", "ts-loader": "^9.5.1", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0", "webpack-nano": "^1.1.1" }, diff --git a/packages/package-name/package.json b/packages/package-name/package.json index 4273128..b0fa3ce 100644 --- a/packages/package-name/package.json +++ b/packages/package-name/package.json @@ -17,6 +17,6 @@ "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.5", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/yarn.lock b/yarn.lock index c52b44a..6089fb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4448,10 +4448,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" - integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== +typescript@^5.5.4: + version "5.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" + integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== unbox-primitive@^1.0.1: version "1.0.1"