chore(deps-dev): bump ts-loader from 8.0.15 to 8.0.17 in /src/packages/utils (#3027)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-14 08:16:28 +00:00 committed by GitHub
parent 2a922dd477
commit a9a3e1bca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3058,9 +3058,9 @@
"dev": true
},
"ts-loader": {
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.15.tgz",
"integrity": "sha512-WYXfCEglgUPU6adGcx6I9DsMwSxYFU99rzteIEoZKDQn4IMbe4KpO934zRkwSOFcwEzh+gx/RaH8hhgoCAfF9w==",
"version": "8.0.17",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.17.tgz",
"integrity": "sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -45,7 +45,7 @@
"babel-plugin-transform-class-properties": "6.24.1",
"cross-env": "7.0.3",
"file-loader": "6.2.0",
"ts-loader": "8.0.15",
"ts-loader": "8.0.17",
"webpack": "5.21.2",
"webpack-bundle-analyzer": "4.4.0",
"webpack-cli": "4.5.0"