Skip to content

Commit c00f91f

Browse files
authored
Update loader-utils to version 1.2.3
1 parent 4328c60 commit c00f91f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"express": "^4.16.4",
3737
"fs-extra": "^7.0.0",
3838
"hash-sum": "^1.0.2",
39-
"loader-utils": "^1.1.0",
39+
"loader-utils": "^1.2.3",
4040
"lru-cache": "^4.1.3",
4141
"memory-fs": "^0.4.1",
4242
"portfinder": "^1.0.17",

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,11 @@ big.js@^3.1.3:
14611461
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
14621462
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
14631463

1464+
big.js@^5.2.2:
1465+
version "5.2.2"
1466+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1467+
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1468+
14641469
binary-extensions@^1.0.0:
14651470
version "1.12.0"
14661471
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
@@ -4587,6 +4592,13 @@ json5@^0.5.0:
45874592
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
45884593
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
45894594

4595+
json5@^1.0.1:
4596+
version "1.0.1"
4597+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4598+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4599+
dependencies:
4600+
minimist "^1.2.0"
4601+
45904602
jsonfile@^4.0.0:
45914603
version "4.0.0"
45924604
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -4821,6 +4833,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0:
48214833
emojis-list "^2.0.0"
48224834
json5 "^0.5.0"
48234835

4836+
loader-utils@^1.2.3:
4837+
version "1.2.3"
4838+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
4839+
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
4840+
dependencies:
4841+
big.js "^5.2.2"
4842+
emojis-list "^2.0.0"
4843+
json5 "^1.0.1"
4844+
48244845
locate-path@^2.0.0:
48254846
version "2.0.0"
48264847
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)