1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Bump ts-loader from 8.0.5 to 8.0.7

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.5 to 8.0.7.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.5...v8.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-26 13:44:22 +00:00
parent 7b1c0c7a09
commit d9ee25abc7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -15053,9 +15053,9 @@
"dev": true
},
"ts-loader": {
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.5.tgz",
"integrity": "sha512-MvLXmjDxl2Mhv17nvkrB6BrpC8FTwSb7K38oIgdUI6BMx4XgVbljmcoOzlrYn4wyjNTFQ3utd7s2TyigJyR3YA==",
"version": "8.0.7",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.7.tgz",
"integrity": "sha512-ooa4wxlZ9TOXaJ/iVyZlWsim79Ul4KyifSwyT2hOrbQA6NZJypsLOE198o8Ko+JV+ZHnMArvWcl4AnRqpCU/Mw==",
"dev": true,
"requires": {
"chalk": "^2.3.0",

View File

@ -82,7 +82,7 @@
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"ts-loader": "^8.0.5",
"ts-loader": "^8.0.7",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.3",