Skip to content

Commit 5a03009

Browse files
Update dependency file-loader to v6
1 parent 520a7f7 commit 5a03009

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-import": "^2.18.2",
4141
"exports-loader": "^0.7.0",
4242
"fancy-log": "^1.3.2",
43-
"file-loader": "^4.1.0",
43+
"file-loader": "^6.0.0",
4444
"html-webpack-plugin": "^5.0.0",
4545
"hugo-bin": "^0.123.0",
4646
"imports-loader": "^0.8.0",

yarn.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@
12981298
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
12991299
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
13001300

1301-
"@types/json-schema@^7.0.5":
1301+
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
13021302
version "7.0.15"
13031303
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
13041304
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1774,7 +1774,7 @@ [email protected]:
17741774
require-from-string "^2.0.2"
17751775
uri-js "^4.2.2"
17761776

1777-
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
1777+
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
17781778
version "6.12.6"
17791779
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
17801780
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -4797,13 +4797,13 @@ file-entry-cache@^5.0.1:
47974797
dependencies:
47984798
flat-cache "^2.0.1"
47994799

4800-
file-loader@^4.1.0:
4801-
version "4.3.0"
4802-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af"
4803-
integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==
4800+
file-loader@^6.0.0:
4801+
version "6.2.0"
4802+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
4803+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
48044804
dependencies:
4805-
loader-utils "^1.2.3"
4806-
schema-utils "^2.5.0"
4805+
loader-utils "^2.0.0"
4806+
schema-utils "^3.0.0"
48074807

48084808
file-type@^19.0.0:
48094809
version "19.0.0"
@@ -10856,6 +10856,15 @@ schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6
1085610856
ajv "^6.12.4"
1085710857
ajv-keywords "^3.5.2"
1085810858

10859+
schema-utils@^3.0.0:
10860+
version "3.3.0"
10861+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
10862+
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
10863+
dependencies:
10864+
"@types/json-schema" "^7.0.8"
10865+
ajv "^6.12.5"
10866+
ajv-keywords "^3.5.2"
10867+
1085910868
scss-tokenizer@^0.2.3:
1086010869
version "0.2.3"
1086110870
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"

0 commit comments

Comments
 (0)