diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 6305bfa..c310cd4 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -25,7 +25,7 @@ "html-webpack-plugin": "3.2.0", "npm-run-all": "4.1.5", "text-encoding": "0.7.0", - "ts-loader": "6.2.1", + "ts-loader": "6.2.2", "typescript": "3.7.5", "webpack": "4.39.3", "webpack-cli": "3.3.8", diff --git a/docx-wasm/yarn.lock b/docx-wasm/yarn.lock index 5c740ec..597e4f7 100644 --- a/docx-wasm/yarn.lock +++ b/docx-wasm/yarn.lock @@ -4170,10 +4170,10 @@ toposort@^1.0.0: resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= -ts-loader@6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.1.tgz#67939d5772e8a8c6bdaf6277ca023a4812da02ef" - integrity sha512-Dd9FekWuABGgjE1g0TlQJ+4dFUfYGbYcs52/HQObE0ZmUNjQlmLAS7xXsSzy23AMaMwipsx5sNHvoEpT2CZq1g== +ts-loader@6.2.2: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.2.2.tgz#dffa3879b01a1a1e0a4b85e2b8421dc0dfff1c58" + integrity sha512-HDo5kXZCBml3EUPcc7RlZOV/JGlLHwppTLEHb3SHnr5V7NXD4klMEkrhJe5wgRbaWsSXi+Y1SIBN/K9B6zWGWQ== dependencies: chalk "^2.3.0" enhanced-resolve "^4.0.0"