chore(deps-dev): bump ts-loader from 9.2.1 to 9.2.2 (#1064)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.1...v9.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-24 19:57:58 +01:00 committed by GitHub
parent 4f2b648793
commit feade0d822
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

@ -2240,9 +2240,9 @@
}
},
"ts-loader": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.1.tgz",
"integrity": "sha512-BLfLa4paMQyf819haKxxbZqA1aLDqsk8XEZLmd7E1eBa0NsEHYFcTWlUlPmYMGhvD/IMi0NcIW3A/G7vzr3oiA==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.2.tgz",
"integrity": "sha512-hNIhGTQHtNKjOzR2ZtQ2OSVbXPykOae+zostf1IlHCf61Mt41GMJurKNqrYUbzHgpmj6UWRu8eBfb7q0XliV0g==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -204,7 +204,7 @@
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"terser-webpack-plugin": "^5.1.2",
"ts-loader": "^9.2.1",
"ts-loader": "^9.2.2",
"typescript": "^4.2.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"