Skip to content

Commit 8ff7475

Browse files
authored
Update ts-loader module by hand (#3102)
The dependabot PR failed because the Azure pipeline never returned the status of the run. And I saw no way to rerun the checks.
1 parent 73d2164 commit 8ff7475

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"spectron": "^10.0.1",
133133
"terser-webpack-plugin": "^3.0.7",
134134
"ts-jest": "^26.1.2",
135-
"ts-loader": "^8.0.0",
135+
"ts-loader": "^8.0.1",
136136
"tslint": "^5.20.1",
137137
"tslint-microsoft-contrib": "6.2.0",
138138
"typed-scss-modules": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10958,10 +10958,10 @@ ts-jest@^26.1.2:
1095810958
semver "7.x"
1095910959
yargs-parser "18.x"
1096010960

10961-
ts-loader@^8.0.0:
10962-
version "8.0.0"
10963-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.0.tgz#faf4b1617dcc4a24c2925d92c5b19e9c6621064d"
10964-
integrity sha512-giEW167rtK1V6eX/DnXEtOgcawwoIp6hqznqYNNSmraUZOq36zMhwBq12JMlYhxf50BC58bscsTSKKtE42zAuw==
10961+
ts-loader@^8.0.1:
10962+
version "8.0.1"
10963+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.1.tgz#9670dcbce2a8c8506d01a37fee042350d02c8c21"
10964+
integrity sha512-I9Nmly0ufJoZRMuAT9d5ijsC2B7oSPvUnOJt/GhgoATlPGYfa17VicDKPcqwUCrHpOkCxr/ybLYwbnS4cOxmvQ==
1096510965
dependencies:
1096610966
chalk "^2.3.0"
1096710967
enhanced-resolve "^4.0.0"

0 commit comments

Comments
 (0)