1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump ts-loader from 8.0.4 to 8.0.5

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.4 to 8.0.5.
- [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/8.0.4...v8.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-19 08:32:59 +00:00
parent 0e0add7fe6
commit 06a289096c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -15090,9 +15090,9 @@
"dev": true
},
"ts-loader": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.4.tgz",
"integrity": "sha512-5u8KF1SW8eCUb/Ff7At81e3wznPmT/27fvaGRO9CziVy+6NlPVRvrzSox4OwU0/e6OflOUB32Err4VquysCSAQ==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.5.tgz",
"integrity": "sha512-MvLXmjDxl2Mhv17nvkrB6BrpC8FTwSb7K38oIgdUI6BMx4XgVbljmcoOzlrYn4wyjNTFQ3utd7s2TyigJyR3YA==",
"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.4",
"ts-loader": "^8.0.5",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.3",