Skip to content

Commit 09aaff4

Browse files
authored
Merge pull request #9 from sumcumo/depfu/update/yarn/loader-utils-1.2.3
Update loader-utils: 1.1.0 → 1.2.3 (minor)
2 parents 906bb31 + c00f91f commit 09aaff4

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.23",

yarn.lock

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

1472+
big.js@^5.2.2:
1473+
version "5.2.2"
1474+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1475+
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1476+
14721477
binary-extensions@^1.0.0:
14731478
version "1.12.0"
14741479
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
@@ -4600,6 +4605,13 @@ json5@^0.5.0:
46004605
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
46014606
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
46024607

4608+
json5@^1.0.1:
4609+
version "1.0.1"
4610+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4611+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4612+
dependencies:
4613+
minimist "^1.2.0"
4614+
46034615
jsonfile@^4.0.0:
46044616
version "4.0.0"
46054617
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -4834,6 +4846,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0:
48344846
emojis-list "^2.0.0"
48354847
json5 "^0.5.0"
48364848

4849+
loader-utils@^1.2.3:
4850+
version "1.2.3"
4851+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
4852+
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
4853+
dependencies:
4854+
big.js "^5.2.2"
4855+
emojis-list "^2.0.0"
4856+
json5 "^1.0.1"
4857+
48374858
locate-path@^2.0.0:
48384859
version "2.0.0"
48394860
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)