Skip to content

Commit b8b43d1

Browse files
build(deps): bump loader-utils from 1.4.0 to 1.4.1
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ad76cf commit b8b43d1

File tree

2 files changed

+30
-25
lines changed

2 files changed

+30
-25
lines changed

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+12-7
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@ bcrypt-pbkdf@^1.0.0:
20282028

20292029
big.js@^5.2.2:
20302030
version "5.2.2"
2031-
resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz"
2031+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
20322032
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
20332033

20342034
binary-extensions@^2.0.0:
@@ -2861,7 +2861,7 @@ emoji-regex@^8.0.0:
28612861

28622862
emojis-list@^3.0.0:
28632863
version "3.0.0"
2864-
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz"
2864+
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
28652865
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
28662866

28672867
encodeurl@~1.0.2:
@@ -4160,7 +4160,7 @@ json-stringify-safe@~5.0.1:
41604160

41614161
json5@^1.0.1:
41624162
version "1.0.1"
4163-
resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz"
4163+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
41644164
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
41654165
dependencies:
41664166
minimist "^1.2.0"
@@ -4326,9 +4326,9 @@ loader-utils@3.2.0:
43264326
integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==
43274327

43284328
loader-utils@^1.4.0:
4329-
version "1.4.0"
4330-
resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz"
4331-
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
4329+
version "1.4.1"
4330+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0"
4331+
integrity sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q==
43324332
dependencies:
43334333
big.js "^5.2.2"
43344334
emojis-list "^3.0.0"
@@ -4597,7 +4597,12 @@ minimist-options@4.1.0:
45974597
is-plain-obj "^1.1.0"
45984598
kind-of "^6.0.3"
45994599

4600-
minimist@^1.2.0, minimist@^1.2.5:
4600+
minimist@^1.2.0:
4601+
version "1.2.7"
4602+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
4603+
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
4604+
4605+
minimist@^1.2.5:
46014606
version "1.2.6"
46024607
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz"
46034608
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

0 commit comments

Comments
 (0)