chore(deps-dev): bump ts-loader from 8.0.9 to 8.0.10 (#770)

This commit is contained in:
dependabot-preview[bot] 2020-11-07 06:41:03 +00:00 committed by GitHub
parent 39f5650635
commit b70d78c6d1
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.9",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.9.tgz",
"integrity": "sha512-rQd+iIfz5z4HSVzhhRFP4M2OQ0QmihilWWauYvvowBfnRvr4DW+gqA2om70xp/07EQj1qBkLMWobnXsgmWMbmg==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.10.tgz",
"integrity": "sha512-5fVbbZldz6LQi6RQ0v1P7lZ98CZGlQyM8b4xGZXw3G/XUqL8GIH+Ib6H01nImPhkHZ9+PVXZgTb+v3fRsaIHlg==",
"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.9",
"ts-loader": "^8.0.10",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"