Skip to content

Commit bde89af

Browse files
Update dependency file-loader to v6
1 parent 1a28f6f commit bde89af

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
@@ -1416,7 +1416,7 @@
14161416
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
14171417
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
14181418

1419-
"@types/json-schema@^7.0.5":
1419+
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
14201420
version "7.0.15"
14211421
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
14221422
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1892,7 +1892,7 @@ [email protected]:
18921892
require-from-string "^2.0.2"
18931893
uri-js "^4.2.2"
18941894

1895-
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
1895+
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
18961896
version "6.12.6"
18971897
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
18981898
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -4803,13 +4803,13 @@ file-entry-cache@^5.0.1:
48034803
dependencies:
48044804
flat-cache "^2.0.1"
48054805

4806-
file-loader@^4.1.0:
4807-
version "4.3.0"
4808-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af"
4809-
integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==
4806+
file-loader@^6.0.0:
4807+
version "6.2.0"
4808+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
4809+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
48104810
dependencies:
4811-
loader-utils "^1.2.3"
4812-
schema-utils "^2.5.0"
4811+
loader-utils "^2.0.0"
4812+
schema-utils "^3.0.0"
48134813

48144814
file-type@^19.0.0:
48154815
version "19.0.0"
@@ -10636,6 +10636,15 @@ schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6
1063610636
ajv "^6.12.4"
1063710637
ajv-keywords "^3.5.2"
1063810638

10639+
schema-utils@^3.0.0:
10640+
version "3.3.0"
10641+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
10642+
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
10643+
dependencies:
10644+
"@types/json-schema" "^7.0.8"
10645+
ajv "^6.12.5"
10646+
ajv-keywords "^3.5.2"
10647+
1063910648
scss-tokenizer@^0.2.3:
1064010649
version "0.2.3"
1064110650
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"

0 commit comments

Comments
 (0)