diff --git a/package.json b/package.json index 04246e68..4ea80467 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "semantic-ui-react": "^2.1.3", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.3", - "ts-loader": "^9.3.0", + "ts-loader": "^9.3.1", "ts-node": "^10.8.1", "typescript": "^4.7.3", "url-loader": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index bfcc9778..5c06c0dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7194,10 +7194,10 @@ trough@^2.0.0: resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876" integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== -ts-loader@^9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.3.0.tgz#980f4dbfb60e517179e15e10ed98e454b132159f" - integrity sha512-2kLLAdAD+FCKijvGKi9sS0OzoqxLCF3CxHpok7rVgCZ5UldRzH0TkbwG9XECKjBzHsAewntC5oDaI/FwKzEUog== +ts-loader@^9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.3.1.tgz#fe25cca56e3e71c1087fe48dc67f4df8c59b22d4" + integrity sha512-OkyShkcZTsTwyS3Kt7a4rsT/t2qvEVQuKCTg4LJmpj9fhFR7ukGdZwV6Qq3tRUkqcXtfGpPR7+hFKHCG/0d3Lw== dependencies: chalk "^4.1.0" enhanced-resolve "^5.0.0"