diff --git a/package.json b/package.json index 4ef0237cd..ff12fcb1f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "reg-notify-github-plugin": "0.12.1", "reg-publish-s3-plugin": "0.12.1", "reg-suit": "0.12.1", - "typescript": "5.1.3", + "typescript": "5.1.6", "typescript-eslint-language-service": "5.0.5" }, "workspaces": [ diff --git a/packages/storycap/package.json b/packages/storycap/package.json index 1fbeb3a75..7ab50da9d 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -76,7 +76,7 @@ "puppeteer": "19.11.1", "ts-jest": "29.1.0", "typedoc": "0.24.8", - "typescript": "5.1.3" + "typescript": "5.1.6" }, "dependencies": { "@types/mkdirp": "^1.0.0", diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index 8a16b4329..693788f33 100644 --- a/packages/storycrawler/package.json +++ b/packages/storycrawler/package.json @@ -44,7 +44,7 @@ "jest": "29.5.0", "ts-jest": "29.1.0", "typedoc": "0.24.8", - "typescript": "5.1.3" + "typescript": "5.1.6" }, "dependencies": { "@types/node": "^18.0.0", diff --git a/packages/storycrawler/samples/node-counter/package.json b/packages/storycrawler/samples/node-counter/package.json index 17e51e2ec..8d4042823 100644 --- a/packages/storycrawler/samples/node-counter/package.json +++ b/packages/storycrawler/samples/node-counter/package.json @@ -8,6 +8,6 @@ "author": "Yosuke Kurami", "devDependencies": { "ts-node": "10.9.1", - "typescript": "5.1.3" + "typescript": "5.1.6" } } diff --git a/packages/storycrawler/samples/node-counter/yarn.lock b/packages/storycrawler/samples/node-counter/yarn.lock index cfa49dafa..d87bb7ada 100644 --- a/packages/storycrawler/samples/node-counter/yarn.lock +++ b/packages/storycrawler/samples/node-counter/yarn.lock @@ -93,10 +93,10 @@ ts-node@10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -typescript@5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" - integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== +typescript@5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== v8-compile-cache-lib@^3.0.1: version "3.0.1" diff --git a/yarn.lock b/yarn.lock index 85165247d..00fef57ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9291,10 +9291,10 @@ typescript-eslint-language-service@5.0.5: resolved "https://registry.yarnpkg.com/typescript-eslint-language-service/-/typescript-eslint-language-service-5.0.5.tgz#b0f06290df01c55771f2674d261512d17e7a39ad" integrity sha512-b7gWXpwSTqMVKpPX3WttNZEyVAMKs/2jsHKF79H+qaD6mjzCyU5jboJe/lOZgLJD+QRsXCr0GjIVxvl5kI1NMw== -typescript@5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" - integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== +typescript@5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== uglify-js@^3.1.4: version "3.6.0"