Skip to content

Commit caacb38

Browse files
committed
chore(deps): update dependency file-loader to v6
1 parent d5957a3 commit caacb38

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-friendly-formatter": "4.0.1",
5858
"eslint-loader": "2.2.1",
5959
"eslint-plugin-vue": "5.2.3",
60-
"file-loader": "3.0.1",
60+
"file-loader": "6.2.0",
6161
"hls.js": "0.12.4",
6262
"html-webpack-plugin": "3.2.0",
6363
"node-sass": "4.12.0",

yarn.lock

+15-6
Original file line numberDiff line numberDiff line change
@@ -3131,13 +3131,13 @@ file-entry-cache@^5.0.1:
31313131
dependencies:
31323132
flat-cache "^2.0.1"
31333133

3134-
file-loader@3.0.1:
3135-
version "3.0.1"
3136-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
3137-
integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==
3134+
file-loader@6.2.0:
3135+
version "6.2.0"
3136+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
3137+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
31383138
dependencies:
3139-
loader-utils "^1.0.2"
3140-
schema-utils "^1.0.0"
3139+
loader-utils "^2.0.0"
3140+
schema-utils "^3.0.0"
31413141

31423142
31433143
version "1.0.0"
@@ -4458,6 +4458,15 @@ loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2
44584458
emojis-list "^3.0.0"
44594459
json5 "^1.0.1"
44604460

4461+
loader-utils@^2.0.0:
4462+
version "2.0.0"
4463+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
4464+
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
4465+
dependencies:
4466+
big.js "^5.2.2"
4467+
emojis-list "^3.0.0"
4468+
json5 "^2.1.2"
4469+
44614470
locate-path@^3.0.0:
44624471
version "3.0.0"
44634472
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"

0 commit comments

Comments
 (0)