chore(deps-dev): bump ts-loader from 8.0.18 to 8.1.0

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.18 to 8.1.0.
- [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/v8.0.18...v8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 10:27:59 +00:00 committed by Julien Machiels
parent e983f69925
commit 0cfaf75983
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -18447,9 +18447,9 @@
}
},
"ts-loader": {
"version": "8.0.18",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.18.tgz",
"integrity": "sha512-hRZzkydPX30XkLaQwJTDcWDoxZHK6IrEMDQpNd7tgcakFruFkeUp/aY+9hBb7BUGb+ZWKI0jiOGMo0MckwzdDQ==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.1.0.tgz",
"integrity": "sha512-YiQipGGAFj2zBfqLhp28yUvPP9jUGqHxRzrGYuc82Z2wM27YIHbElXiaZDc93c3x0mz4zvBmS6q/DgExpdj37A==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -121,7 +121,7 @@
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"ts-jest": "^26.5.4",
"ts-loader": "^8.0.18",
"ts-loader": "^8.1.0",
"vue-axe": "^2.4.4",
"vue-jest": "^3.0.7"
},