chore(deps-dev): bump ts-loader from 8.0.8 to 8.0.9 (#766)

This commit is contained in:
dependabot-preview[bot] 2020-11-04 16:27:49 +00:00 committed by GitHub
parent 40b9fe53a5
commit 39f5650635
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

@ -4565,9 +4565,9 @@
}
},
"ts-loader": {
"version": "8.0.8",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.8.tgz",
"integrity": "sha512-wihija1i2Ub9FxKFoEgx/phToJiDZKLIbTFURgf4Efxla2QuVucDO6ZpHf2jNJsRtDQfBId0g+1HF0biIjoT6Q==",
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.9.tgz",
"integrity": "sha512-rQd+iIfz5z4HSVzhhRFP4M2OQ0QmihilWWauYvvowBfnRvr4DW+gqA2om70xp/07EQj1qBkLMWobnXsgmWMbmg==",
"dev": true,
"requires": {
"chalk": "^2.3.0",

View file

@ -201,7 +201,7 @@
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.0.8",
"ts-loader": "^8.0.9",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"