chore(deps-dev): bump ts-loader from 9.2.2 to 9.2.3 (#1088)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 17:13:26 +01:00 committed by GitHub
parent 4a24ab161e
commit 72f58d1ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2429,9 +2429,9 @@
}
},
"ts-loader": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.2.tgz",
"integrity": "sha512-hNIhGTQHtNKjOzR2ZtQ2OSVbXPykOae+zostf1IlHCf61Mt41GMJurKNqrYUbzHgpmj6UWRu8eBfb7q0XliV0g==",
"version": "9.2.3",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.3.tgz",
"integrity": "sha512-sEyWiU3JMHBL55CIeC4iqJQadI0U70A5af0kvgbNLHVNz2ACztQg0j/9x10bjjIht8WfFYLKfn4L6tkZ+pu+8Q==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -204,7 +204,7 @@
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^9.2.2",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"